chi v2.1.0 Release Notes

Release Date: 2017-03-30 // about 7 years ago
    • ⚡️ Minor improvements and update to the chi core library
    • 🏗 Introduced a brand new chi/render sub-package to complete the story of building APIs to offer a pattern for managing well-defined request / response payloads. Please check out the updated _examples/rest example for how it works.
    • ➕ Added MethodNotAllowed(h http.HandlerFunc) to chi.Router interface