Skip to content

Releases: go-aah/router

v0.12.1 Release

28 Jul 05:57
419205d
Compare
Choose a tag to compare

Changelog

  • refreshing upstream updates
  • code optimize

v0.12.0 Release

07 Jul 06:13
2e5e6f7
Compare
Choose a tag to compare
Merge pull request #17 for v0.12.0 Release

v0.11 Release

28 Mar 04:56
8bf553f
Compare
Choose a tag to compare

Changelog

Features

Enhancements

  • go-aah/aah#137 routes config simplification
    • path - if its not provided in child route inherit parent use as-is.
    • controller - if its not provided in the child route inherit parent use as-is.
  • go-aah/aah#141 added 'base_dir' attribute support for static file mapping

v0.10 Release

03 Oct 05:01
Compare
Choose a tag to compare

Changelog

  • added optional config attribute to disable anti-csrf check on-demand go-aah/aah#115

v0.9 Release

01 Sep 22:05
Compare
Choose a tag to compare

Changelog

  • Added max_body_size option for individual route go-aah/aah#83
  • Not Found handler and it's config have been removed from router in-favor of centralized error handler go-aah/aah#57

v0.8 Release

23 Jul 20:42
Compare
Choose a tag to compare

Changelog

  • go-aah/aah#37 added default_auth config to routes.conf and auth argument added to routes
  • Code Improvement

v0.7 Release

01 Jun 19:52
f490947
Compare
Choose a tag to compare

Changelog:

  • go-aah/aah#49 wildcard subdomain support
  • error message enhancement for conflict route

v0.6 Release

17 May 00:29
3337c46
Compare
Choose a tag to compare

Changelog:

  • handling 443, port-no from hierarchy, test cases

v0.5 Release

13 Apr 19:30
bc23875
Compare
Choose a tag to compare

Changelog:

  • go-aah/aah#28 Multiple HTTP method scenario and Improve child route handling

v0.4 Release

12 Apr 22:09
e4056e4
Compare
Choose a tag to compare

Changelog:

  • router config is simplified