TySug v0.0.2 Release Notes

Release Date: 2018-07-03 // over 5 years ago
  • ๐Ÿ”„ Changelog

    8a08639 Introduced config, introduced endpoints, a route and a bunch of other stuff.
    486e50b Decided to ditch the global logger. The server is part of TySug and I dont feel the need to openig this up with a generic interface
    โœ… 3b5f5d0 Ups, left this in after testing cancellation
    1cf683b Adding a request logger. Perhaps overkill, but it`ll work for now.
    ๐Ÿ’… 675ac63 Style fixes
    cec1a9a Adding validators, restructured some code
    70dc1ee Aligning pre-post hook with circle
    67a5de0 Optimisation for inputs that are considered too short to be a typo
    ae65ea8 Making exact matches explicit
    โœ… a1608f4 Testing the tolerance
    โšก๏ธ 8ba1784 doc update
    7edbd8e No reason to cast it each request
    โœ… 178b1ca Adding a few more tests
    8c5444a Should return 40xs here
    72b9500 Changing to a logger with context
    71d79bb Adding a gzip handler
    d8e56e8 Removing some defers from the hot-code path
    44bbedc checking if a handler got defined.