Skip to content

Releases: madebymondo/mondorepo

Version 0.0.4-Beta

11 Aug 19:22
7f207d5

Choose a tag to compare

  • Integrates template filters
  • Adds serverHook callback
  • Cleans up fallback code in production app.js file
  • 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

05 Aug 09:09

Choose a tag to compare

  • 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

25 Jul 08:01

Choose a tag to compare

  • Removes default support for .ts files 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 passthrough option to configuration
  • Updates exports of @madebymondo/mondo package

Version 0.0.1-beta

25 Jul 00:14
00c0fdd

Choose a tag to compare

  • Generate site with server or ssg render modes
  • Allow for prerender: true for server routes
  • Add dev server with live-reloading
  • Add file-based routing
  • Add global data files
  • Add typescript for support for files
  • Create CLI with dev, build and start commands