ChangeLog
0.5.0 (2026-03-21)
Changes:
* Added 40ants-routes/defroutes:extend-routes macro to extend a routes collection bound to a variable without creating a new collection
0.4.1 (2026-03-21)
Duplicate breadcrumbs, returned by 40ants-routes/breadcrumbs:get-breadcrumbs were fixed.
0.4.0 (2025-05-04)
First public release.
0.3.0 (2025-04-06)
Changes:
* Renamed with-routes-context to with-routes and modified it to take a routes object as an argument instead of a namespace string
* Refactored the codebase by splitting core.lisp into multiple files for better organization and maintainability
0.2.0 (2025-04-06)
Changes:
Modified
includeto create anincluded-routeproxy object instead of modifying the parent of the included collectionAdded
included-route-original-collectionaccessor to get the original collection from an included routeRemoved the
parentslot from theroute-collectionclass as it's no longer needed
0.1.0 (2024-04-05)
Initial version:
Define routes with namespaces
Include routes from libraries into applications
Generate
URLs based on route namesHandle
URLparametersGenerate breadcrumbs
Support for different types of routes (server, application, library)