Releases: acrodrig/grout
Releases · acrodrig/grout
0.1.5
0.1.5 / 2023-10-28
- ded0300 Adding auto form to json decoding
0.1.4
0.1.4 / 2023-10-25
- 687c868 Removing deno lock
- 59b0661 Deno formatting
- 0edb5ea Second pass at making CI work
- b62fdb2 Updating CI and formatting
- 10b1dd6 Small update to documentation
- ecdfef9 Made 'base' optional (anything can be a controller), added better loader, added multi-handler
- 9a9f5e1 Clean up of code in anticipation of SWC
- 7abda69 Better route warnings
- 84953d0 Fixing wrong extension: whole URL was being parsed (instead of the pathname)
0.1.3
0.1.3 / 2023-09-28
- 28b2784 Lazy logger(s) to wait for 'setup'
- be535d6 Adding search parameters and changing '$' for '$$'
0.1.2
0.1.2 / 2023-09-27
- 9cfb7ba Fix bungled list of own + protoype names
- d49e1ca Adding property 'open' to 'Controller'
0.1.1
0.1.1 / 2023-09-26
- 77025c1 Make base optional
- 7a07299 Added logging, route priority and user checking
- aa79200 Correct handling of data (as 'unknown') and better types for errors
- 39602cb Adding $ to injected vars, making Controller a simple type
0.1.0
0.1.0 / 2023-09-20
- b9490aa Exporting 'loadControllers' from 'mod.ts'
- c2c62f6 Export 'Controller' type + formatting
- 1efa432 Fixing README.md
- 3864eb8 Initial commit