Skip to content

Releases: Wave-Play/pilot

@waveplay/[email protected]

14 Nov 05:34
15dfbb1
Compare
Choose a tag to compare

Minor Changes

  • f1295cb: feat: page-level webProps setting
  • ed4416f: feat: pilot.config() can now be used as a getter function

Patch Changes

  • 0098f10: refactor: new Config type for pilot.config.js typing
  • dc327fd: fix: use correct path when importing pages in getProps API
  • b5dc3b1: patch: getProps functions now include "defaultLocales" and "locales" fields
  • f32f118: patch: improved cache keys in server getStaticProps

[email protected]

14 Nov 05:34
e9ca1e5
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • 91ef4e7: feat: exclude and/or include pages using config

Patch Changes

@waveplay/[email protected]

14 Nov 05:34
e9ca1e5
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • f1295cb: feat: page-level webProps setting
  • ed4416f: feat: pilot.config() can now be used as a getter function

Patch Changes

  • 0098f10: refactor: new Config type for pilot.config.js typing
  • dc327fd: fix: use correct path when importing pages in getProps API
  • b5dc3b1: patch: getProps functions now include "defaultLocales" and "locales" fields
  • f32f118: patch: improved cache keys in server getStaticProps

[email protected]

13 Nov 04:58
2d31bc0
Compare
Choose a tag to compare

Minor Changes

  • 778ce99: feat: CLI now also reads next.config.js for i18n config

    feat: auto remove cache during builds

    chore: node engine version bump & cleaned up package.json

    feat: pilot.config.js can now be used to provide a default runtime config

    refactor: renamed internal "getProps" to "getPropsType" in generated files

    fix: exclude api routes from generated pages

Patch Changes

@waveplay/[email protected]

13 Nov 04:58
2d31bc0
Compare
Choose a tag to compare

Minor Changes

  • 778ce99: feat: props can now be loaded via Next.js API routes

    feat: new createHandler export from @waveplay/pilot/api to create a Next.js API route handler

    refactor: renamed internal "getProps" to "getPropsType" in generated files

    refactor: reorganized internal packages for better bundling (does not affect external usage)

    chore: node engine version bump & cleaned up package.json

    feat: new webProps option to control how prop loading works

[email protected]

13 Nov 04:58
e5de873
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • 778ce99: feat: CLI now also reads next.config.js for i18n config

    feat: auto remove cache during builds

    chore: node engine version bump & cleaned up package.json

    feat: pilot.config.js can now be used to provide a default runtime config

    refactor: renamed internal "getProps" to "getPropsType" in generated files

    fix: exclude api routes from generated pages

Patch Changes

@waveplay/[email protected]

13 Nov 04:58
e5de873
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 778ce99: feat: props can now be loaded via Next.js API routes

    feat: new createHandler export from @waveplay/pilot/api to create a Next.js API route handler

    refactor: renamed internal "getProps" to "getPropsType" in generated files

    refactor: reorganized internal packages for better bundling (does not affect external usage)

    chore: node engine version bump & cleaned up package.json

    feat: new webProps option to control how prop loading works

[email protected]

11 Nov 07:19
f720041
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 3b647a2: fix: prevent missing config files from stopping build

[email protected]

11 Nov 07:09
89d36fb
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • d00ad75: feat: CLI now also reads next.config.js for i18n config

Patch Changes

@waveplay/[email protected]

11 Nov 07:09
89d36fb
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 8fc6ea6: feat: cache SSG and ISG data in local file system