Skip to content

Releases: whopio/next-app-middleware

v0.0.5

03 May 01:59
d7e7bda
Compare
Choose a tag to compare

Runtime Changes

  • Change basePath handling (#51)

Credits

@baked-dev

v0.0.4

03 May 01:33
f321582
Compare
Choose a tag to compare

Runtime Changes

  • Fix basePath handling (#48)

Credits

@baked-dev

v0.0.3

18 Mar 04:36
7ad68bf
Compare
Choose a tag to compare

Codegen Changes

  • fix(codegen): TypeError: object is not iterable (#44)

Runtime Changes

  • fix(codegen): index output as // instead of / (#45)

Credits

@baked-dev

v0.0.2

16 Mar 04:45
c3ca492
Compare
Choose a tag to compare

Core Changes

  • Update README.md (#37)
  • add handling for new route.ts file spec (#40)

Runtime Changes

  • fix output types if no middleware exists (#38)
  • add handling for new route.ts file spec (#40)
  • add support for favicon in app dir (#41)

Codegen Changes

  • add handling for new route.ts file spec (#40)
  • add support for favicon in app dir (#41)

Credits

@baked-dev

v0.0.1

15 Feb 00:35
e3dc430
Compare
Choose a tag to compare

General Changes

  • add file conventions: rewrite.ts, redirect.ts (#1)
  • clean up codegen (#2)
  • clean up runtime (#3)
  • add support for catch all routes (#4)
  • Baked/clean up repo 1 (#5)
  • generate js if no tsconfig exists (#6)
  • set all package versions to 0.0.0 (#7)
  • throw error in rewrite and redirect instead of 404 (#8)
  • added external.ts file spec (#9)
  • forward.static.ts (#10)
  • fix eslint errors in exmaples (#11)
  • install turbo-module (#12)
  • Update README.md (#15)
  • add .unimportedrc to .npmignore (#20)

Documentation Changes

  • change pull-comment workflow display name (#16)

Core Changes

  • add npm release script to main package (#19)
  • add repository + readme to npm modules (#21)
  • update turbo-module (#24)
  • update install command in readme (#28)
  • allow external to be an async function (#31)
  • started adding commits (#32)

Codegen Changes

  • add repository + readme to npm modules (#21)
  • update turbo-module (#24)
  • allow external to be an async function (#31)
  • started adding commits (#32)

Runtime Changes

  • add repository + readme to npm modules (#21)
  • update turbo-module (#24)
  • [FIX] simple setup type error (#27)

Credits

@baked-dev, @jjantschulev

v0.0.1-canary.4

15 Feb 00:25
fdd8193
Compare
Choose a tag to compare
v0.0.1-canary.4 Pre-release
Pre-release

Core Changes

  • allow external to be an async function (#31)
  • started adding commits (#32)

Codegen Changes

  • allow external to be an async function (#31)
  • started adding commits (#32)

Credits

@baked-dev, @jjantschulev

v0.0.1-canary.3

11 Feb 04:57
126f4f6
Compare
Choose a tag to compare
v0.0.1-canary.3 Pre-release
Pre-release

Runtime Changes

  • [FIX] simple setup type error (#27)

Core Changes

  • update install command in readme (#28)

Credits

@baked-dev

v0.0.1-canary.2

11 Feb 04:13
cbfdb7c
Compare
Choose a tag to compare
v0.0.1-canary.2 Pre-release
Pre-release

General Changes

  • add .unimportedrc to .npmignore (#20)

Core Changes

  • update turbo-module (#24)

Codegen Changes

  • update turbo-module (#24)

Runtime Changes

  • update turbo-module (#24)

Credits

@baked-dev

v0.0.1-canary.1

11 Feb 02:52
b7003ed
Compare
Choose a tag to compare
v0.0.1-canary.1 Pre-release
Pre-release

Core Changes

  • add npm release script to main package (#19)
  • add repository + readme to npm modules (#21)

Codegen Changes

  • add repository + readme to npm modules (#21)

Runtime Changes

  • add repository + readme to npm modules (#21)

Credits

@baked-dev

v0.0.1-canary.0

11 Feb 02:21
0e4b232
Compare
Choose a tag to compare
v0.0.1-canary.0 Pre-release
Pre-release

General Changes

  • add file conventions: rewrite.ts, redirect.ts (#1)
  • clean up codegen (#2)
  • clean up runtime (#3)
  • add support for catch all routes (#4)
  • Baked/clean up repo 1 (#5)
  • generate js if no tsconfig exists (#6)
  • set all package versions to 0.0.0 (#7)
  • throw error in rewrite and redirect instead of 404 (#8)
  • added external.ts file spec (#9)
  • forward.static.ts (#10)
  • fix eslint errors in exmaples (#11)
  • install turbo-module (#12)
  • Update README.md (#15)

Documentation Changes

  • change pull-comment workflow display name (#16)

Credits

@baked-dev