Releases: permafrost-dev/node-ray
Releases · permafrost-dev/node-ray
v2.1.2
Full Changelog: v2.1.1...v2.1.2
- removed some unnecessary files from the npm dist build, no other changes.
v2.1.1
What's Changed
- Remove dayjs dependency by @patinthehat in #270
- Web export types fix
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #266
- Chain payloads, minor bug fixes by @patinthehat in #268
- Add initSettings() to NodeRay by @patinthehat in #269
- Bump dependency versions
- Documentation updates
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- version 2 by @patinthehat in #264
- Moved to
module
package type. - Require Node 18+.
- Code cleanup and refactoring.
- Several methods are now asynchronous.
- Removed deprecated methods from
v1.x
. - Moved to a more comprehensive build process using Vite.
- Moved to Vitest and dropped Jest as the test suite runner.
- Releases now include both a standard
standalone
build as well as aslim
standalone build, which does not include axios (but includes all other dependencies). - Upgraded dependencies.
- Removed
find-up
,md5
,tslib
runtime dependencies.
- Add tests by @patinthehat in #180
- Remove rollup by @patinthehat in #181
- Fix limit() and once() by @patinthehat in #182
- npm(deps-dev): bump esbuild from 0.17.19 to 0.18.6 by @dependabot in #189
- Bump Dependency Versions by @patinthehat in #259
Full Changelog: v1.21.0...v2.0.0
v1.21.0
What's Changed
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #177
- Fix issue 176 by @patinthehat in #178
- Fix stack frames by @patinthehat in #179
Full Changelog: v1.20.11...v1.21.0
v1.20.11
Full Changelog: v1.20.10...v1.20.11
- Add standalone build to
build:all
script
v1.20.10
What's Changed
- Change library build method by @patinthehat in #174
- Fix broken release
Full Changelog: v1.20.7...v1.20.10
v1.20.9
Full Changelog: v1.20.8...v1.20.9
- Fix broken esm builds (again)
v1.20.7
Full Changelog: v1.20.5...v1.20.7
- Update documentation
v1.20.6
Full Changelog: v1.20.5...v1.20.6
- fix broken esm/cjs builds