Skip to content

Releases: permafrost-dev/node-ray

v2.1.2

06 Apr 15:23
024ecea
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

  • removed some unnecessary files from the npm dist build, no other changes.

v2.1.1

31 Mar 10:33
6a23ee4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

29 Mar 06:25
eb85f8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Mar 20:47
59dc35e
Compare
Choose a tag to compare

What's Changed

  • 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 a slim standalone build, which does not include axios (but includes all other dependencies).
  • Upgraded dependencies.
  • Removed find-up, md5, tslib runtime dependencies.

Full Changelog: v1.21.0...v2.0.0

v1.21.0

25 May 06:27
7330a98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.11...v1.21.0

v1.20.11

18 May 22:04
fc54aa9
Compare
Choose a tag to compare

Full Changelog: v1.20.10...v1.20.11

  • Add standalone build to build:all script

v1.20.10

18 May 21:53
5c3eee1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.7...v1.20.10

v1.20.9

12 May 12:19
8868ea6
Compare
Choose a tag to compare

Full Changelog: v1.20.8...v1.20.9

  • Fix broken esm builds (again)

v1.20.7

12 May 11:54
413a483
Compare
Choose a tag to compare

Full Changelog: v1.20.5...v1.20.7

  • Update documentation

v1.20.6

12 May 11:36
d1a4166
Compare
Choose a tag to compare

Full Changelog: v1.20.5...v1.20.6

  • fix broken esm/cjs builds