Releases: madebymondo/mondorepo
Releases · madebymondo/mondorepo
Version 0.0.4-Beta
- Integrates template filters
- Adds
serverHookcallback - Cleans up fallback code in production
app.jsfile - Adds documentation for configuration
What's Changed
- Version/v.0.0.2 beta by @mondodavid in #6
- Version/0.0.3 beta by @mondodavid in #7
- feat: add filters to template engine by @mondodavid in #8
- feat: integrate serverHook option in config by @mondodavid in #9
- Version/0.0.4 beta by @mondodavid in #10
Full Changelog: v0.0.2-beta...v.0.0.4-beta
Version 0.0.3-beta Latest
- Adds base structure of docs
- Adds changelog automation
- Fixes issue with nested dynamic route params
- Adds performance logs for builds
What's Changed
- Version/v.0.0.2 beta by @mondodavid in #6
Full Changelog: v0.0.2-beta...v0.0.3-beta
Version 0.0.2-beta
- Removes default support for
.tsfiles in support of speeding up development with the use of ESM. - Resolves issues with pages in root directory not being able to import other files
- Adds
passthroughoption to configuration - Updates exports of
@madebymondo/mondopackage
Version 0.0.1-beta
- Generate site with
serverorssgrender modes - Allow for
prerender: trueforserverroutes - Add dev server with live-reloading
- Add file-based routing
- Add global data files
- Add typescript for support for files
- Create CLI with
dev,buildandstartcommands