Skip to content

Releases: jeko2000/tiny-routes

Release v0.1.3

06 Apr 00:44
3084535
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

20 Aug 14:50
Compare
Choose a tag to compare

v0.1.2

Added

  • #4 Add max-bytes parameter for wrap-request-body middleware
  • #6 Add support for HTTP cookies
  • Unit tests for the demo app present in the README

Fixed

  • #7 Expose path-parameter function to get path parameter from URI

What's Changed

  • Fix #4 Add max-bytes parameter for wrap-request-body middleware by @jeko2000 in #5

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

01 Apr 23:41
952c8bc
Compare
Choose a tag to compare

v0.1.1

Added

Changed

  • Refactor middleware.lisp into separate logical files
  • Refactor middleware.lisp into separate logical files

Fixed

  • Fix path matching implementation
  • Patch responsep to return t for asynchronous responses
  • Deprecate response clone functions in favor of single clone-response

Release v.0.1.0

01 Apr 23:35
Compare
Choose a tag to compare

v0.1.0

  • Add utility methods for request
  • Add utility methods for response
  • Add basic middleware functions