Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Releases: xinkjs/xin

v0.4.0

02 Mar 13:58
Compare
Choose a tag to compare

This is a breaking change release. I had originally added methods for setting and getting middleware and error handler functions, which were intended specifically for xink router not xin. This was an oversight on the fact that I wasn't extending the xin Router class when creating the xink Xink class. This functionality will be handled in xink v0.13.0.

  • feat(breaking): remove deprecated middleware and error handler functions (9eb7406)

Full Changelog: v0.3.2...v0.4.0

v0.3.2

13 Nov 13:11
Compare
Choose a tag to compare
  • fix: Router options type should be optional (393e295)

Full Changelog: v0.3.1...v0.3.2

v0.3.1

13 Nov 13:11
Compare
Choose a tag to compare
  • fix: error handler types (71f7c4d)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Nov 13:10
Compare
Choose a tag to compare
  • feat: add error handler (c543ed6)
  • fix: Middleware type parameter (7b7bb14)

Full Changelog: v0.2.4...v0.3.0

v0.2.4

13 Nov 13:07
Compare
Choose a tag to compare

Full Changelog: v0.2.3...v0.2.4

v0.2.3

18 Oct 01:28
Compare
Choose a tag to compare
  • fix: wildcard params slice (7a2cd83)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

18 Oct 01:27
Compare
Choose a tag to compare
  • fix: set wildcard params (bf46f61)

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Oct 01:27
Compare
Choose a tag to compare
  • fix: add types declaration (0098638)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Oct 19:27
Compare
Choose a tag to compare

-feat: add route registration methods (4c39ce6)
-fix: types and private Router properties (67805f6)

Full Changelog: v0.1.2...v0.2.0

v0.1.2

15 Oct 19:26
Compare
Choose a tag to compare

-fix: built-in matchers (6dc2e25)

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