10 Commits

Author SHA1 Message Date
bb634f58cb chore: update module domain 2025-10-20 12:05:46 -03:00
3211a6917b chore(module,repository): update module path with new repository 2025-08-26 16:33:55 -03:00
b4235ab5e9 feat!(smalltrip,router): log handler type name and package on Handle and HandleFunc 2025-08-08 19:16:44 -03:00
5f6093d2ce feat(smalltrip): use multiplexer interface instead of http.ServeMux
This will be useful for the future to provide something akin to
plugins/addons to the router.
2025-06-27 22:02:39 -03:00
a1aeadf017 refactor(smalltrip): simplify router implementation
This removes all the parse route and route group code, since they
haven't a lot of use for it. Router is now just a small wrapper over Mux
to add middleware support.
2025-06-27 21:59:16 -03:00
6944d2cccd fix(smalltrip): middlewares are not wrapped with previous ones 2025-03-05 09:45:56 -03:00
c1798847fd chore(smalltrip): add LICENSE file and headers 2025-02-27 16:21:01 -03:00
4ca5db44bd refactor(smalltrip): remove unecessary length argument in make 2025-02-26 19:30:25 -03:00
753a4bb19e refactor(smalltrip): rename handleRouter to handleGroup 2025-02-26 19:30:06 -03:00
4fac484f1f feat(smalltrip): new smalltrip package
This is a new package to reimplement the groute package with new
improvements and a better API
2025-02-24 08:03:07 -03:00