Releases: scalajs-io/nodejs
Releases · scalajs-io/nodejs
Release v0.3.0.0
- 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
- Fixed issues with JQuery and JQLite
- Added EventSource and EventTarget
- Added window.URL
Release v0.3.0.0-RC2
- 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
- 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
- Miscellaneous updates & fixes
- Added npm/kafka-rest
Release v0.2.3.1
- Renamed npm/cassandra to npm/cassandra-driver
- Fixed issues preventing Sonatype release
Release v0.2.3.0
- 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
- Fixed bug in moment-timezone
Release v0.2.2.5
- 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
- Added npm/htmlparser2
- Added npm/moment
- Fixed issues with mongo: Cursor.sort()
- Added toArrayFuture to AggregationCursor
- Added $group, $match and $sum to MongoDB DSL