http-params-serializable v0.2.0 Release Notes

Release Date: 2019-01-04 // over 5 years ago
    • 💥 ⚠️ breaking 2381714 move to annotations-based approach, rename the repository to http-params-serializable

    📜 > 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.