Elderjs Versions Save

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

v1.5.10

2 years ago

Only enforce hook priority levels on plugin hooks.

v1.5.9

2 years ago

Better documentation for settings.origin.

v1.5.8

2 years ago
  • Remove and/or use local polyfills (#204) by @gregod

v1.5.7

2 years ago

Add in missing ; that caused compressed JS to error.

v1.5.6

2 years ago

Major rework to the hydration code thanks to @gregod.

  • All prop files are now prefetched by default.
  • Move from .js to .json prop files to ease the parser's lifting.
  • Turning off prefetch can be done with hydrate-options={{ noPrefetch: true }}
  • Better parallelization of prop fetching.

v1.5.3

2 years ago

Fix #196 and #197.

v1.5.2

2 years ago

Stop props from being undefined via another angle. No implications... just doesn't look good.

v1.5.1

2 years ago

When props are empty, don't outputundefined instead output an empty object.

v1.5.0

2 years ago

Full details on #191.

Breaking changes around hydration, read PR before upgrading.

v1.4.13

2 years ago
  • Add minimumElderjsVersion to plugin initialization disabling the plugin if it isn't the correct version.
  • Add version to the settings object.