Skip to content

Releases: mariomenjr/handlr

Update README examples to the last version

03 May 17:14
e616c4f
Compare
Choose a tag to compare

Rename Handler and Route methods to better resemble net/http

03 May 03:14
Compare
Choose a tag to compare

Add tests, setup CI pipeline, and include examples in README.md

29 Apr 06:50
66e04f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Fix Handlr/Router alias method signature

27 Apr 05:36
Compare
Choose a tag to compare

Handle nulls in recursive process for Router.findHandler

27 Apr 05:27
Compare
Choose a tag to compare

Fix recursive process to find handler based on Request URL path

27 Apr 05:09
Compare
Choose a tag to compare

Basic slug-route matching

25 Apr 02:45
Compare
Choose a tag to compare
Pre-release
v0.1.0-alpha.3

Basic slug-route matching

Update package name

23 Apr 17:14
Compare
Choose a tag to compare
Update package name Pre-release
Pre-release
v0.1.0-alpha.2

Rename go package name

Basic Handler and Route handling

23 Apr 17:13
Compare
Choose a tag to compare
Pre-release
v0.1.0-alpha.1

Initial commit. Handlr, Router, and utils created.