Releases: vladfaust/http-params-serializable
Releases · vladfaust/http-params-serializable
v0.4.0
v0.3.0
New Features ✨
- 1611156
⚠️ breaking:key
annotation option (closes #20) - 5bf36ce
⚠️ breaking standardize method naming (closes #22) - 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 🔧
v0.2.0
⚠️ breaking 2381714 move to annotations-based approach, rename the repository tohttp-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.