Skip to content

Releases: scalajs-io/nodejs

Release v0.1.2

03 May 04:51
Compare
Choose a tag to compare
  • Moved string-decoder to a sub-project
  • Updated Express and internal HTTP modules
  • Enhanced the MongoDB module (added Mongo DSL)

Release v0.1.1

30 Apr 02:06
Compare
Choose a tag to compare
  • Drastically improved the quality of the MongoDB module facade
  • Miscellaneous clean up

Release v0.1.0

28 Apr 03:50
Compare
Choose a tag to compare
  • Added the NodeJS url module
  • Added the NodeJS zlib module
  • Improved facade coverage of NodeJS modules: fs, util and mongodb
  • Fixed issue with MongoDB findOneAsync method
  • Converted *Options traits into classes

Release v0.0.9

26 Apr 15:46
Compare
Choose a tag to compare
  • Code reorganization. All Node libraries are in the ./node directory
  • Added Node "os" module
  • Added Node "https" module
  • Added Node StringDecoder class
  • Improved compatibility for the fs module and others

Release v0.0.8

24 Apr 17:25
Compare
Choose a tag to compare
  • Added the Node.js "repl" module
  • Refactored the events module
  • Refactored the stream module
  • Refactored JavaScript callback to Scala Future extensions
  • Updated examples

Release v0.0.7

22 Apr 05:28
Compare
Choose a tag to compare
  • Implemented the node-zookeeper module
  • Improved the compatibility of various Node.js modules include Buffer, Express and Kafka-Node

Release v0.0.6

21 Apr 01:32
Compare
Choose a tag to compare
  • Renamed "nodejs-mongodb" to "mongodb"
  • Added support for Kafka-Node
  • Moved express into its own sub-project
  • Updated examples
  • Cleanup

Release v0.0.5

20 Apr 01:27
Compare
Choose a tag to compare
  • Added support for using durations with timer functions in the Node.js module.

Release v0.0.4

20 Apr 00:17
Compare
Choose a tag to compare
  • Initial public release