This repository was archived by the owner on Jul 30, 2024. It is now read-only.
v0.10.0 🌈
·
776 commits
to master
since this release
From this version, Scala.js 1.0.0 is supported.
Scala.js 0.6.x will be supported until Scala.js 0.6.x reaches EOL.
🚀 Features
- Implement Process.features @exoego (#182)
- Expose disconnect/send on sub type of ChildProcess @exoego (#181)
- Implement OS.constants @exoego (#180)
- Overhaul event handler exntensions @exoego (#176)
- Agent should extend EventEmitter @exoego (#175)
- Added Node.js v12 new members @exoego (#173)
- Add Fs.opendir and Fs.Dir @exoego (#165)
- Prepare cross-publishing for Scala.js @exoego (#156)
- Use js.BigInt @exoego (#145)
- Drop Node.js v8 support @exoego (#144)
🐛 Bug Fixes
- Buffer instance does not have kMaxLength actually @exoego (#169)
- Those modules do not extend EventEmitter actually @exoego (#168)
- Fix wrong typing in events.EventEmitter @exoego (#167)
- Fix key object in crypto module @exoego (#166)
- Fix "errors" module-related issues @exoego (#161)
🧰 Maintenance
- crypto.Certificate class is not recommended to be newed @exoego (#183)
- Trivial cleanup @exoego (#184)
- Move implicit classes to package object so companion can be js.Object @exoego (#179)
- Deprecate helper method unrelated to nodejs @exoego (#177)
- Naming all extension methods as ~Extensions @exoego (#178)
- Mark members deprecated in Node.js v13 @exoego (#174)
- Drop those deprecated in Node.js v8 @exoego (#172)
- Deprecate confusing extension to Buffer object @exoego (#170)
- Drop those deprecated in v0.9.x @exoego (#171)
- Added Github Actions status check @exoego (#164)
- Use GH actions to speedup CI @exoego (#163)
- Update scalatest to 3.1.1 @scala-steward (#162)
- Bump node.js versions @exoego (#160)
- Drop JDK 8 since recent Scala 2.12/2.13 has no issue on JDK 11 @exoego (#159)
- Update scalafmt-core to 2.4.1 @scala-steward (#158)
- Update scalafmt-core to 2.4.0 @scala-steward (#157)
- Automatic merging for dependencies update @exoego (#154)
- Update sbt to 1.3.8 @scala-steward (#152)
- Update sbt-scalafmt to 2.3.1 @scala-steward (#151)
- Update sbt-scalajs, scalajs-compiler to 0.6.32 @scala-steward (#150)
- Update sbt-release to 1.0.13 @scala-steward (#149)
- Update sbt to 1.3.7 @scala-steward (#148)
- Migrate to scalatest new fashion @exoego (#147)
- Remove unused variable @exoego (#146)