Skip to content

Releases: integrate-ml/integrate

Version Even Less Negative Than Minus One

02 Apr 22:43

Choose a tag to compare

Registry Changes:

  • Made several searching methods short-circuit
  • Changed iterator to return key-value pairs instead of just the value
  • Fixed forEachAsync not being awaitable
  • removed extra toLowerCase calls on registry names
  • replaced hacky isValidName implementation
  • made aliases a Map instead of just re-adding them because it's slow
  • added stuff for alias information
  • removed aliases from at(), nameOf(), size, rename() and forEach()
  • registry sequence projection!
  • BREAKING CHANGE: swapped forEach() and forEachAsync() parameter orders!

Re-release to fix forEachAsync

Version Negative One

04 May 16:14

Choose a tag to compare

Version Negative One Pre-release
Pre-release

Initial release (kind of)

No ISL functionality yet

Version Negative Slightly-Less-Than-One

04 May 17:29
6df92db

Choose a tag to compare

Pre-release

Should work in Web Workers now