Skip to content

Latest commit

 

History

History
140 lines (79 loc) · 4.39 KB

CHANGELOG.md

File metadata and controls

140 lines (79 loc) · 4.39 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v0.5.1

compare changes

💅 Refactors

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.5.0

compare changes

🔥 Performance

  • Avoid Object.create(null) (2b7ac09)

🩹 Fixes

  • ⚠️ Last named segment should be required (#123)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Last named segment should be required (#123)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.4.0

compare changes

🚀 Enhancements

  • ⚠️ Support multiple entries with same route (#118)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Support multiple entries with same route (#118)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.3.0

compare changes

🚀 Enhancements

  • ⚠️ findAllRoutes (#117)

🩹 Fixes

  • matcher: Match param in last segment (#110)

💅 Refactors

  • ⚠️ Unify apis with method, path order (#114)
  • matcher: Improve readability (af7af4d)
  • Makes params matching opt-out always (35aaf15)

🏡 Chore

✅ Tests

  • Update matcher tests (c81d596)
  • Add benchmark tests (#116)

⚠️ Breaking Changes

  • ⚠️ findAllRoutes (#117)
  • ⚠️ Unify apis with method, path order (#114)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.2.0

compare changes

🩹 Fixes

  • matcher: Match param in last segment (#110)

💅 Refactors

  • ⚠️ Unify apis with (method, path) order (#114)
  • matcher: Improve readability (af7af4d)

🏡 Chore

✅ Tests

⚠️ Breaking Changes

  • ⚠️ Unify apis with method, path order (#114)

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.1.0

Radix3 migrated to rou3 (see #108)