Skip to content

Releases: scalajs-io/nodejs

Release v0.3.0.0

30 Jan 00:14
Compare
Choose a tag to compare
  • Upgraded project to Scala 2.12 and Scala.js 0.6.14 (still maintaining a Scala 2.11 branch)
  • Refactored all Node and NPM modules to use @jsimport (no more “require”)
  • Updated the Node components to v7.4.0
  • Added full DOM/HTML, JQuery and Collections
  • Added EventSource and EventTarget
  • Fixed issues with JQuery and JQLite
  • Updated AngularJS/core dependencies
  • Updated OptionHelper utility
  • Added npm/bignum
  • Updated npm/body-parser
  • Added npm/buffermaker
  • Updated npm/cassandra-driver
  • Updated npm/csv-parse
  • Added npm/cheerio
  • Added npm/cookie
  • Added npm/cookie-parser
  • Updated npm/kafka-node
  • Added npm/this-is
  • Updated phaserjs and pixijs
  • Converted all examples and test classes to ScalaTest

Release v0.3.0.0-RC3

25 Jan 16:03
Compare
Choose a tag to compare
Release v0.3.0.0-RC3 Pre-release
Pre-release
  • Fixed issues with JQuery and JQLite
  • Added EventSource and EventTarget
  • Added window.URL

Release v0.3.0.0-RC2

24 Jan 03:44
Compare
Choose a tag to compare
Release v0.3.0.0-RC2 Pre-release
Pre-release
  • Added npm/cookie
  • Added npm/cookie-parser
  • Updated npm/body-parser
  • Updated npm/cassandra-driver
  • Updated npm/csv-parse
  • Updated npm/kafka-node
  • Added npm/this-is
  • Updated AngularJS/core dependencies
  • Updated OptionHelper utility
  • Fixed implementation issues with PIXI.js

Release v0.3.0.0-RC1

19 Jan 05:53
Compare
Choose a tag to compare
Release v0.3.0.0-RC1 Pre-release
Pre-release
  • Upgraded project to Scala 2.12 and Scala.js 0.6.14
  • Refactored all Node and NPM modules to use @jsimport (no more “require”)
  • Added full DOM/HTML, JQuery and Collections
  • Added npm/bignum
  • Added npm/buffermaker
  • Added npm/cheerio
  • All browser-based modules have been bundled together
  • Updated the Node components to v7.4.0
  • Converted all test classes to ScalaTest
  • Converted all examples to tests

Release v0.2.3.2

20 Oct 04:17
Compare
Choose a tag to compare
  • Miscellaneous updates & fixes
  • Added npm/kafka-rest

Release v0.2.3.1

08 Oct 19:49
Compare
Choose a tag to compare
  • Renamed npm/cassandra to npm/cassandra-driver
  • Fixed issues preventing Sonatype release

Release v0.2.3.0

06 Oct 17:39
Compare
Choose a tag to compare
  • Added angularjs/nvd3
  • Added npm/html-to-json
  • Added math / comparison functions to npm/numeral
  • Addressed issues with $addToSet, $in, $nin, $mod and $each (npm/mongodb)
  • Updated npm/async from v1.5.2 to v2.0.1
  • Refactored npm sub-projects and utilities

Release v0.2.2.6

11 Sep 03:18
Compare
Choose a tag to compare
  • Fixed bug in moment-timezone

Release v0.2.2.5

11 Sep 03:02
Compare
Choose a tag to compare
  • Added WebSocket trait to npm/express-ws
  • Improved compatibility with npm/moment
  • Improved compatibility with npm/moment-timezone
  • Fixed issue with between method in npm/mongodb

Release v0.2.2.4

01 Sep 04:07
Compare
Choose a tag to compare
  • Added npm/htmlparser2
  • Added npm/moment
  • Fixed issues with mongo: Cursor.sort()
  • Added toArrayFuture to AggregationCursor
  • Added $group, $match and $sum to MongoDB DSL