Scalajs Io Nodejs Versions Save

This project provides Scala.js type-safe bindings for Node.js (current) v8.7.0 and LTS v6.11.4 APIs. The platform supports MEAN (MongoDB, Express, AngularJs, NodeJS), Cassandra, MySQL and many other npm projects.

v0.4.2

6 years ago
  • Transitional release - separated NodeJS (current) from NodeJS LTS

v0.4.1

6 years ago
  • 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

v0.4.0

6 years ago
  • Fixed #17

v0.4.0-pre5

7 years ago
  • 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

v0.4.0-pre4

7 years ago

v0.3.0.5

7 years ago
  • 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

v0.3.0.4

7 years ago
  • 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

v0.3.0.3

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

v0.3.0.2

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

v0.3.0.1

7 years ago
  • Fixed issues in the phaser module