You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no more `Params.parse`, the brand new `HTTP::Params::Serializable` module has a new API similar to `JSON::Serializable`.
Closes#2 as there are no getters generated anymore.
Closes#3 because JSON serialization can be made with `JSON::Serializable`.
Closes#4.
Closes#7.
Related to #8.
Closes#9.
Closes#10.
Closes#12 because there are no more `Null` 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.
There is no more `Params.parse`, the brand new `HTTP::Params::Serializable` module has a new API similar to `JSON::Serializable`.
Closes#2 as there are no getters generated anymore.
Closes#3 because JSON serialization can be made with `JSON::Serializable`.
Closes#4.
Closes#7.
Related to #8.
Closes#9.
Closes#10.
Closes#12 because there are no more `Null` 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.
The text was updated successfully, but these errors were encountered: