We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b093c commit c0b0c4fCopy full SHA for c0b0c4f
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+## v1.5.0
6
+
7
+- [#239](https://github.com/chingor13/json_api_client/pull/239) - Configurable pagination params
8
+- [#238](https://github.com/chingor13/json_api_client/pull/238) - Parse links after creating a resource
9
+- [#230](https://github.com/chingor13/json_api_client/pull/230) - Unformat error source parameters via key formatter.
10
- [#228](https://github.com/chingor13/json_api_client/pull/228) - All schema types to be pluggable.
11
12
## v1.4.0
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
1
module JsonApiClient
- VERSION = "1.4.0"
+ VERSION = "1.5.0"
end
0 commit comments