All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Generated by auto-changelog.
- Add Next.js dynamic import bindings
#25
v0.10.2 - 2025-12-04
- Rename raw JS import file to Next.mjs
#24
v0.10.1 - 2025-12-04
v0.10.0 - 2025-11-06
v0.9.4 - 2025-10-21
v0.9.3 - 2025-10-19
- Fix changes in rescript 12.0.0-beta.6 migration
#17
v0.9.2 - 2025-10-19
v0.9.1 - 2025-10-16
- Fix NextAuth.signOut response type
#14
v0.9.0 - 2025-10-15
- Separate client and server parts of NextAuth
#13
v0.8.3 - 2025-09-02
- Fix URLSearchParams.get can return null
4a79945
v0.8.2 - 2025-09-01
v0.8.1 - 2025-08-31
- Add NextResponse.next method
#11
v0.8.0 - 2025-08-02
- Update to rescript v12.0.0-beta.4
#10
v0.7.2 - 2025-07-12
- fix Next.Headers.makeAsyncWithRequire
#9 - V15 updates, Navigation.unauthorized and Headers.makeAsync
#8
v0.7.1 - 2025-07-12
- V15 updates, Navigation.unauthorized and Headers.makeAsync
c01ad28
v0.7.0 - 2025-07-07
- Update function signatures to return built-in promise
#7
v0.6.1 - 2025-07-05
- Add signOut and signInWithCredentials bindings
#6
v0.6.0 - 2025-04-21
- Update geolocation and ip request helpers, fix Next_Fetch.Headers.get
#4
v0.5.0 - 2025-02-23
v0.4.5 - 2025-01-12
- Initial package updates
#1
- Fix raw mjs import
#17
- Fix mjs import of raw js
30d1fc9
v0.4.3 - 2024-09-05
- Fix manifest to include rescript.json
#16
- Release
3e46b04
v0.4.2 - 2024-09-05
- Fix Headers.makeWithRequire external dependency
#15
- release
6f7bcb3
v0.4.1 - 2024-09-05
- Update to esmodules, .bs.mjs broke build
#14
- Release
4bf16f9
v0.4.0 - 2024-09-01
- Amend Next.Headers and NextRequest
#13
- Release
5dc4493
v0.3.0 - 2024-06-20
- Update rescript-logger to 4.0.0
#12 - Fix redirect signature, use type_ for prop name, remove terminator unit
#11 - Fix headers.get return type and conversion, convert null to option
#10
- Release
bfe3c2b
v0.2.5 - 2024-05-28
- Extend NextResponse. Add headers to options. Add Header class to Fetch.
#9
- Release
4773160
v0.2.4 - 2024-05-02
- Add Navigation.useParams
#8
- Release
e703920
v0.2.3 - 2024-04-29
- Disable binding for Error, causes exception with ESM
#7
- Bump version
7a889d7
v0.2.1 - 2024-02-24
- Extend support for Navigation, Navigation.Router, Font, Cache
#6
- Bump version
aa4a0fe
v0.2.0 - 2024-01-02
- Add support for app routes, update to rescript 11
#5
- Bump version
9c68a55
v0.1.1-5 - 2023-12-05
- Updates for server components and routing
#4
- Bump version
adc3cd4
v0.1.1-4 - 2023-11-30
- Make session optional in SessionProvider
#3
- Bump version
0d48465
v0.1.1-3 - 2023-11-27
- Fix error status encoding, fixes fetch response
#2
- Bump release
d32afec
- Support app dir
#1