Skip to content

Releases: divasatanica/auf

v0.4.1 - Bugfix

06 May 08:12
Compare
Choose a tag to compare
  • Fix the case that 'next' function can be called multiple times.

v0.4.0 - Features supported

17 Mar 02:25
Compare
Choose a tag to compare
  • Support HEAD HTTP method.
  • Route's base path can be configured now.
  • Fix some bugs.

v0.3.1 - Add unit test

14 Mar 03:45
Compare
Choose a tag to compare
  • Set up unit tests for middlewares / helpers / template-engine.
  • Add typing packages named @vergiss/auf-typing
  • Adjust interface position

v0.3.0 - Supports Form-data parsing

07 Mar 07:36
Compare
Choose a tag to compare
  • Add a new BodyParser middleware to handle form-data request.
  • Move body parsing logic into BodyParser middleware.

v0.2.1 - Supports regular expression routes matching

15 Oct 10:19
Compare
Choose a tag to compare
  • Supports regular expression routes matching
  • Replace the exported routerMap instance with RouterMapFactory function.

v0.2.0 - Feature: Router middleware

12 Oct 02:43
Compare
Choose a tag to compare
  • Router middleware added.