Releases: primatejs/primate
Releases · primatejs/primate
0.20.2
0.20.0
This release contains a plethora of changes.
- Typed route parameter use = instead of : for OS cross-compatibility (1688a1f)
- A SurrealDB database driver has been added (currently experimental) (5900469)
- The build system has been rewritten and moved from
public
tobuild/{client,server}
(30d8e5c) - Alongside that, it is now possible to add arbitrary directories into the build by specifying them in the config (6bdf4e8)
- Support for route guards has been added, allowing for (recursive) route access restriction (57a347d)
- Support for layouts has been added; this is currently exclusively used by the Svelte handler (9898412)
0.19.3
0.19.2
0.19.0
0.18.0
0.17.0
- update Debris version
- add typed parameters and early exits
- store: initial commit