Releases: curveball/browser
Releases · curveball/browser
v1.1.1
- HAL/Siren forms that have method=GET no longer add a CSRF token or an enctype attribute.
v1.1.0
- Add color for HTTP QUERY methods.
- Remove node-fetch dependency.
v1.0.3
- Added a DOCTYPE so we're not in quircks mode.
- Added a bug related to loading image assets.
v1.0.2
- Another JSON fail. Files are now explictly included and in the root directory.
v1.0.1
- Fix weird Typescript / Node disagreement on whether JSON import assertions are required or forbidden
v1.0.0
- Finally! Curveball v1. Only took 6 years.
- CommonJS support has been dropped. The previous version of this library supported both CommonJS and ESM. The effort of this no longer feels worth it. ESM is the future, so we're dropping CommonJS.
- Now requires Node 18.
- Upgraded to Typescript 5.3.
v0.20.5
- Support for Typescript 5.
- Updated IANA links database.
v0.20.4
- Fix: button imports were broken for ESM.
v0.20.3
- form enhancer script was missing from build
- Update to latest IANA link relation file.
v0.20.2
Fix import errors in ESM distribution.