Skip to content

Releases: skatcat31/simpleExpress

routers can now use the router or handler property, documentation explansion

01 Jul 17:43
f838826

Choose a tag to compare

New logic to load routers allows for an alias of router

app.use( router.path, router.router || router.handler )

Readme.md was updated with more information

Initial Release

01 Nov 20:43

Choose a tag to compare

Initial Release Pre-release
Pre-release

This initial release is lacking in documentation and examples and tests, but the functionality is there.