Skip to content

Releases: Wave-Play/pilot

@waveplay/pilot@0.0.0-canary-20221219073629

19 Dec 07:37
0768f17
Compare
Choose a tag to compare

Major Changes

  • 11dca06: refactor: export only core modules from root. BREAKING CHANGE: You may need to update your code if you were importing <PilotArea> or another UI component from the root @waveplay/pilot module. Use @waveplay/pilot/ui instead.
  • b30c295: refactor: removed regex router. This was never used after replacing with RadixRouter. Use RadixRouter instead or provide your own regex router.

@waveplay/pilot@0.0.0-canary-20221219070445

19 Dec 07:10
74ac99f
Compare
Choose a tag to compare

Major Changes

  • b302014: refactor: decoupled locales from build and removed build:pages command

Patch Changes

  • b302014: feat: support next configs that export functions

@waveplay/pilot@0.0.0-canary-20221214053754

14 Dec 05:39
9a8b60f
Compare
Choose a tag to compare

Minor Changes

  • b29f638: feat: environment variables support

@waveplay/pilot@0.0.0-canary-20221208180056

09 Dec 07:17
Compare
Choose a tag to compare

Minor Changes

  • 38c1960: feat: .next cache is now always cleared upon running pilot dev
  • da44ef6: feat: new getHost() pilot function that returns dev-aware host

Patch Changes

  • 9e67011: patch: internal Next router reference is now always fresh

@waveplay/pilot@0.0.0-canary-20221128173918

28 Nov 17:45
dd2c2be
Compare
Choose a tag to compare

Patch Changes

  • 84ad17f: patch: support "use client" directive
  • 316cdef: fix: back() on web with no prior stack

@waveplay/pilot@0.0.0-canary-20221127013741

27 Nov 01:41
f8ff212
Compare
Choose a tag to compare

Major Changes

  • e368a39: feat: tunnel-less dev environment

Minor Changes

  • 64044fc: feat: new "logLevel" field in pilot.config.js

Patch Changes

  • ff6c150: fix: malformed url object with query on web

create-pilot-app@0.0.0-canary-20221121073657

21 Nov 07:39
09b2399
Compare
Choose a tag to compare

Patch Changes

  • 90135d2: fix: template api route fixes & improved api handler error logic

create-pilot-app@0.0.0-canary-20221121061939

21 Nov 06:22
c3ad6db
Compare
Choose a tag to compare

Minor Changes

  • 75c27d4: chore: updated templates for create-pilot-app

@waveplay/pilot@0.0.0-canary-20221121073657

21 Nov 07:39
09b2399
Compare
Choose a tag to compare

Patch Changes

  • 90135d2: fix: template api route fixes & improved api handler error logic

@waveplay/pilot@0.0.0-canary-20221121023544

21 Nov 04:52
aa14a97
Compare
Choose a tag to compare

Minor Changes

  • 709c225: feat: i18next support now part of main package

Patch Changes

  • 0f43e88: patch: better support for PNPM projects
  • 964e8dd: fix: check defaultConfig for default locale upon Pilot creation
  • 258cd50: refactor: moved _generated-pages.js into _generated directory