Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 06 Oct 11:55
· 967 commits to master since this release

This release cross-published for Node.js versions.

// For Node.js v8 LTS
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v8" % "0.9.0"
// For Node.js v10 LTS
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.9.0"
// For Node.js v12 (supposed to be next LTS)
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v12" % "0.9.0"

🚀 Features

"Overhaul" in the below means "added tons of new APIs and fixed the wrong type facade".

🐛 Fix

🧰 Maintenance