All Versions
7
Latest Version
Avg Release Cycle
52 days
Latest Release
1993 days ago
Changelog History
Changelog History
-
v0.4.0 Changes
August 13, 2019 -
v0.3.0 Changes
February 16, 2019๐ New Features โจ
- ๐ฅ 1611156 โ ๏ธ breaking
:key
annotation option (closes #20) - ๐ฅ 5bf36ce โ ๏ธ breaking standardize method naming (closes #22)
- 0๏ธโฃ b80fdee allow default values (closes #11)
๐ Bug Fixes ๐
- (README) 6eab7b9 awesome badge
๐ Documentation ๐
- (README) 7ab3e4d improvements
- (README) f9335d7 add patronage motivation
- (README) 080d9f8 add gitter badge
๐ฑ Chores ๐ง
- ๐ฅ 1611156 โ ๏ธ breaking
-
v0.2.0 Changes
January 04, 2019- ๐ฅ โ ๏ธ breaking 2381714 move to annotations-based approach, rename the repository to
http-params-serializable
๐ > There is no more
Params.parse
, the brand newHTTP::Params::Serializable
module has a new API similar toJSON::Serializable
.Closes #2 as there are no getters generated anymore.
Closes #3 because JSON serialization can be made withJSON::Serializable
.
Closes #4.
Closes #7.
Related to #8.
Closes #9.
Closes #10.
Closes #12 because there are no moreNull
types.
Closes #13 (there is a Kemal example in the README).
Closes #14 because accessing instance variables is not the module's responsibility anymore.
Closes #15 because ditto.
Closes #16.
Closes #17.
And finally, closes #18. - ๐ฅ โ ๏ธ breaking 2381714 move to annotations-based approach, rename the repository to
-
v0.1.3 Changes
October 19, 2018 -
v0.1.2 Changes
October 19, 2018 -
v0.1.1 Changes
October 12, 2018 -
v0.1.0 Changes
October 07, 2018๐ฑ ๐