Skip to content

v0.0.2

Compare
Choose a tag to compare
@Dynom Dynom released this 03 Jul 21:15
· 145 commits to master since this release
141c1ae

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.