File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
- ## [ 0.1.0] - 19-DEC-2020
2
+ ## v0.1.1 - 21-DEC-2020
3
+ ### FIXED
4
+ - ` post-req ` function arguments refactored in ` core.clj ` .
5
+ ### UPDATED
6
+ - WP REST API functions moved to ` rest.clj ` and prefixed them with ` wp- ` .
7
+ - Project name set explicitly at ` project.clj ` to make the documentation pretty.
8
+ ### CHNAGED
9
+ - Logo color changed to black
10
+ ### ADDED
11
+ - Unit test added for core functions in ` core.clj ` .
12
+ - Unit test added for core functions in ` rest.clj ` .
13
+ - Documentation branch inititated(` gh-page ` ).
14
+
15
+ ## v0.1.0 - 19-DEC-2020
3
16
### INITIAL RELEASE
4
17
- Initial release of v0.1.0.
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.codemascot /wc-api-clj " 0.1.0 "
1
+ (defproject org.clojars.codemascot /wc-api-clj " 0.1.1 "
2
2
:description " WooCommerce REST API client written in Clojure."
3
3
:url " https://github.com/codemascot/wc-api-clj"
4
4
:scm {:name " git"
You can’t perform that action at this time.
0 commit comments