Skip to content

Releases: scalajs-io/nodejs

Release v0.4.2

14 Oct 23:09

Choose a tag to compare

  • Transitional release - separated NodeJS (current) from NodeJS LTS

Release v0.4.1

03 Oct 02:52

Choose a tag to compare

  • Maintenance release
  • Upgraded to Scala v2.12.3
  • Upgraded to SBT v0.13.16
  • Upgraded to Scala.js v0.6.20
  • Added npm/nock
  • Added npm/engine.io

Release v0.4.0

14 Jun 02:38

Choose a tag to compare

Release v0.4.0-pre5

23 Apr 13:29

Choose a tag to compare

Release v0.4.0-pre5 Pre-release
Pre-release
  • All xxxAsync and xxxFuture methods return Future[T] instead of Promise[T]
  • All xxxAsync methods have been renamed to xxxFuture for consistency.
  • Updated to ScalaJS v0.6.15
  • Fixed #14

Release v0.4.0-pre4

23 Apr 13:21

Choose a tag to compare

Release v0.4.0-pre4 Pre-release
Pre-release
Test fixes

Release v0.3.0.5

19 Feb 22:26

Choose a tag to compare

  • ServerResponse should be both Readable and Writable
  • Implemented missing methods in Fs
  • Writable has a close() method. Side-effect: Duplex.
  • Fs.exists() is deprecated, but FS.existsSync() is not.
  • Fs.xxxFuture() methods are now Fs.xxxAsync() - and all return Promise[A]
  • Removed promise/future conversion methods from ScalaJsHelper.
  • Refactored classes to use PromiseHelper instead of ScalaJsHelper

Release v0.3.0.4

15 Feb 19:31

Choose a tag to compare

  • Moved all npm packages (express, angular, mongodb, rx, etc.) into separate repositories.
  • Fixed issues with PromiseHelper error detection in callback
  • Fixed issues with Node.js Crypto module

Release v0.3.0.3

04 Feb 05:31

Choose a tag to compare

  • Fixed issue with ErrorEvent - message was missing
  • Added missing API methods to various Phaser classes

Release v0.3.0.2

03 Feb 02:43

Choose a tag to compare

  • Major updates to phaser.js module
  • Fixed broken test classes

Release v0.3.0.1

30 Jan 03:49

Choose a tag to compare

  • Fixed issues in the phaser module