go-res v0.1.0 Release Notes

Release Date: 2019-09-13 // over 4 years ago
  • ๐Ÿ”„ Changelog

    ๐Ÿš€ The first release using Go modules. The release also contains multiple additional functionality, some bug fixes, and improved unit tests.

    โž• Added

    • #39 Added Path and FullPath methods to Mux
    • #41 Added WithResource and WithGroup methods to Service
    • #45 New simplified logger interface
    • #49 Migrated to Go module

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #40 Fixed issue with less specific full wildcard handler prioritized over more specific handler
    • ๐Ÿ›  #42 Fixed wrong PathParams and Group value when resolved if handler registered to a mounted Mux
    • โšก๏ธ #43 Updated BadgerDB example to match changes to their API

    ๐Ÿ—„ Deprecated

    • โšก๏ธ Old logger interface is replaced. Any custom logger implementing the old interface needs to be updated.
    • ๐Ÿ—„ The methods Service.Logf, Service.Debugf, and Service.Tracef are deprecated. Use Service.Logger() to access the logger if needed.