chi v3.3.0 Release Notes

Release Date: 2017-10-10 // over 6 years ago
    • ๐Ÿ†• New chi.RegisterMethod(method) to add support for custom HTTP methods, see _examples/custom-method for usage
    • ๐Ÿ—„ Deprecated LINK and UNLINK methods from the default list, please use chi.RegisterMethod("LINK") and chi.RegisterMethod("UNLINK") in an init() function