Skip to content

Releases: agracio/edge-js

v22.1.2

08 Jun 20:48
Compare
Choose a tag to compare
  • Added Windows arm64 support

v22.1.1

08 May 16:45
Compare
Choose a tag to compare
  • Fixed an issue with macOS install
  • Fixed potential issue with assembly resolver for standalone apps

v22.1.0

04 May 17:51
a40e8cc
Compare
Choose a tag to compare
  • Added support for Node.js v22
  • Removed Node.js v21
  • Breaking change moved install-time libraries to a .Net version agnostic folder.
    Will now compile to node_modules/edge-js/lib/bootstrap/bin/Release/ without the added .NET Framework version identifier
  • Major improvements to .NET Core run-time assembly resolver
  • C++ build tools updated to support c++ 20 required for Node.js 22
  • Updated C++ reference libraries to support c++ 20
  • Merged #494
  • Removed unnecessary folders from package #200
  • Updated README
  • CI and local test improvements and clean-up
  • Released updated Nuget package for Scripting Node.Js from CLR EdgeJs v20.12.3
  • Updated build tools to support new Node.js versions for Nuget building