Skip to content

Releases: khanrn/wc-api-clj

v0.1.4 - 16-JAN-2021

16 Jan 15:13
Compare
Choose a tag to compare

FIXED

  • Order notes endpoint test data transferred to core_test.clj file.

ADDED

  • WooCommerce order refund enpoints wrapper added
  • WooCommerce order refund enpoints wrapper unit tests added

v0.1.3 - 07-JAN-2021

07 Jan 14:40
Compare
Choose a tag to compare

ADDED

  • WooCommerce order notes enpoints wrapper added
  • WooCommerce order notes enpoints wrapper unit tests added

CHNAGED

  • Cljdoc icon placed at Documentation in README as we will be using this for documentation.

v0.1.2 - 24-DEC-2020

24 Dec 05:41
Compare
Choose a tag to compare

v0.1.2 - 24-DEC-2020

ADDED

  • Apache common validator Java lib added
  • is-url and edn-to-query-str utility functions added.
  • Unit test added for utility functions in util.clj.

CHNAGED

  • Logo position changed in README
  • Logo re-sized in README
  • Shields.io badges added to README

v0.1.1 - 21-DEC-2020

21 Dec 08:10
Compare
Choose a tag to compare

v0.1.1 - 21-DEC-2020

FIXED

  • post-req function arguments refactored in core.clj.

UPDATED

  • WP REST API functions moved to rest.clj and prefixed them with wp-.
  • Project name set explicitly at project.clj to make the documentation pretty.

CHNAGED

  • Logo color changed to black

ADDED

  • Unit test added for core functions in core.clj.
  • Unit test added for core functions in rest.clj.
  • Documentation branch inititated(gh-page).

v0.1.0 - 19-DEC-2020

19 Dec 14:02
Compare
Choose a tag to compare

Initial release of v0.1.0. This is the very first release.