File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 10.0.0-alpha.4] ( https://github.com/wopian/kitsu/compare/v10.0.0-alpha.3...v10.0.0-alpha.4 ) (2020-08-04)
7+
8+
9+ ### Chores
10+
11+ * ** release:** update documentation ([ 56b33eb] ( https://github.com/wopian/kitsu/commit/56b33eb ) )
12+ * add funding to package.json ([ 8b00d5a] ( https://github.com/wopian/kitsu/commit/8b00d5a ) )
13+
14+
15+ ### Documentation Changes
16+
17+ * ** kitsu:** document the expected structure of the model parameters ([ 173277e] ( https://github.com/wopian/kitsu/commit/173277e ) )
18+ * specify the Kitsu package default ([ 239cd86] ( https://github.com/wopian/kitsu/commit/239cd86 ) )
19+
20+
21+ ### Other Changes
22+
23+ * Create codeql-analysis.yml ([ 99d11b3] ( https://github.com/wopian/kitsu/commit/99d11b3 ) )
24+
25+
26+ ### Tests
27+
28+ * add test case for camelCase relationships ([ 818f033] ( https://github.com/wopian/kitsu/commit/818f033 ) )
29+
30+
31+
32+
33+
634# [ 10.0.0-alpha.3] ( https://github.com/wopian/kitsu/compare/v10.0.0-alpha.2...v10.0.0-alpha.3 ) (2020-07-26)
735
836
Original file line number Diff line number Diff line change 11{
2- "version" : " 10.0.0-alpha.3 " ,
2+ "version" : " 10.0.0-alpha.4 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "command" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 10.0.0-alpha.4] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.3...v10.0.0-alpha.4 ) (2020-08-04)
7+
8+
9+ ### Chores
10+
11+ * ** release:** update documentation ([ 56b33eb] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/56b33eb ) )
12+ * add funding to package.json ([ 8b00d5a] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/8b00d5a ) )
13+
14+
15+ ### Documentation Changes
16+
17+ * specify the Kitsu package default ([ 239cd86] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/239cd86 ) )
18+
19+
20+
21+
22+
623# [ 10.0.0-alpha.3] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.2...v10.0.0-alpha.3 ) (2020-07-26)
724
825
Original file line number Diff line number Diff line change 11{
2- "version" : " 10.0.0-alpha.3 " ,
2+ "version" : " 10.0.0-alpha.4 " ,
33 "name" : " kitsu-core" ,
44 "description" : " Simple, lightweight & framework agnostic JSON:API (de)serialsation components" ,
55 "author" : " James Harris <wopian@wopian.me>" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 10.0.0-alpha.4] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.3...v10.0.0-alpha.4 ) (2020-08-04)
7+
8+
9+ ### Chores
10+
11+ * ** release:** update documentation ([ 56b33eb] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/56b33eb ) )
12+ * add funding to package.json ([ 8b00d5a] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/8b00d5a ) )
13+
14+
15+ ### Documentation Changes
16+
17+ * ** kitsu:** document the expected structure of the model parameters ([ 173277e] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/173277e ) )
18+
19+
20+ ### Tests
21+
22+ * add test case for camelCase relationships ([ 818f033] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/818f033 ) )
23+
24+
25+
26+
27+
628# [ 10.0.0-alpha.3] ( https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.2...v10.0.0-alpha.3 ) (2020-07-26)
729
830
Original file line number Diff line number Diff line change 11{
2- "version" : " 10.0.0-alpha.3 " ,
2+ "version" : " 10.0.0-alpha.4 " ,
33 "name" : " kitsu" ,
44 "description" : " A simple, lightweight & framework agnostic JSON:API client using Axios" ,
55 "author" : " James Harris <wopian@wopian.me>" ,
5050 "sideEffects" : false ,
5151 "dependencies" : {
5252 "axios" : " ^0.19.0" ,
53- "kitsu-core" : " ^10.0.0-alpha.3 " ,
53+ "kitsu-core" : " ^10.0.0-alpha.4 " ,
5454 "merge-options" : " ^2.0.0" ,
5555 "pluralize" : " ^8.0.0"
5656 },
You can’t perform that action at this time.
0 commit comments