Releases: mariomenjr/handlr
Releases · mariomenjr/handlr
Update README examples to the last version
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
Rename Handler and Route methods to better resemble net/http
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
Add tests, setup CI pipeline, and include examples in README.md
What's Changed
- Add tests for handlr.go and router.go by @mariomenjr in #1
- CircleCI project setup by @mariomenjr in #2
- Update README.md by @mariomenjr in #3
New Contributors
- @mariomenjr made their first contribution in #1
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
Fix Handlr/Router alias method signature
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
Handle nulls in recursive process for Router.findHandler
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
Fix recursive process to find handler based on Request URL path
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Basic slug-route matching
v0.1.0-alpha.3 Basic slug-route matching
Update package name
v0.1.0-alpha.2 Rename go package name
Basic Handler and Route handling
v0.1.0-alpha.1 Initial commit. Handlr, Router, and utils created.