Elderjs Versions Save

Elder.js is an opinionated static site generator and web framework for Svelte built with SEO in mind.

v1.4.12

2 years ago

Better support for plugins to offer custom layouts.

v1.4.11

2 years ago

Support plugin .svelte files located in node_modules folder.

v1.4.10

2 years ago

Add serverLookupObject to middleware hook as discussed in discord and #189.

v1.4.9

2 years ago

Make routejs template/ssr checks work for windows.

v1.4.8

3 years ago
  • Fix issue where helpers.permalinks had route names put to lowercase.
  • Much better support for routes and templates in plugins.

v1.4.7

3 years ago

Check for res.headersSent in addition to res.headerSent in router.

v1.4.6

3 years ago

Fix #186.

v1.4.5

3 years ago

Check for res.headersSent before processing Elder.js request. This allows users of the middleware hook to truly have control.

v1.4.4

3 years ago
  • Make req (piped in from express/polka) available on all request objects even if not using dynamic routing.

v1.4.3

3 years ago
  • fix: 🐛 prevent buildComplete hook from swallowing errors
  • fix #182 : 🐛 fix race condition that caused build perf to be empty
  • fix: 🐛 Stop externalHelpers from swallowing error silently