Skip to content

@waveplay/pilot@0.0.0

Compare
Choose a tag to compare
@Pkmmte Pkmmte released this 01 Jan 05:18
· 87 commits to main since this release

Major Changes

  • 4a286e5: feat: decoupled native runtime cache (BREAKING)
    feat: tunnel-less dev environment
    refactor: decoupled locales from build and removed build:pages command
    refactor: export only core modules from root. BREAKING CHANGE: You may need to update your code if you were importing 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.
  • b796f72: feat: decoupled native runtime cache (BREAKING)
    feat: tunnel-less dev environment
    refactor: decoupled locales from build and removed build:pages command
    refactor: export only core modules from root. BREAKING CHANGE: You may need to update your code if you were importing 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.

Minor Changes

  • b796f72: feat: new AppEntry.js and document.js files for convenience
    feat: i18next support now part of main package
    feat: new "logLevel" field in pilot.config.js
    feat: new getHost() pilot function that returns dev-aware host
    feat: .next cache is now always cleared upon running pilot dev
    feat: environment variables support
    feat: support next configs that export functions
    feat: support glob patterns in pages config
  • 4a286e5: feat: new AppEntry.js and document.js files for convenience
    feat: i18next support now part of main package
    feat: new "logLevel" field in pilot.config.js
    feat: new getHost() pilot function that returns dev-aware host
    feat: .next cache is now always cleared upon running pilot dev
    feat: environment variables support
    feat: support next configs that export functions
    feat: support glob patterns in pages config

Patch Changes

  • 4a286e5: patch: better support for PNPM projects
    fix: check defaultConfig for default locale upon Pilot creation
    fix: improved api handler error logic
    fix: malformed url object with query on web
    patch: support "use client" directive
    fix: back() on web with no prior stack
    patch: internal Next router reference is now always fresh
  • b796f72: patch: better support for PNPM projects
    fix: check defaultConfig for default locale upon Pilot creation
    fix: improved api handler error logic
    fix: malformed url object with query on web
    patch: support "use client" directive
    fix: back() on web with no prior stack
    patch: internal Next router reference is now always fresh