New Release
We are excited to announce bs-platform@1.7.3
with following new highlighted features:
New CLI template generator
You can now create and build a new BuckleScript project in a single command (works on all platforms with zero dependencies including Windows)
SHnpm install -g bs-platform && bsb -init hello && cd hello && npm run build
You can find more details in the manual.
Adding several modules to Js namespace, including Option, Result, List and Vector.
Note it is still work in progress, but these libraries are optimized for both performance and size, they can provide an even smaller code size than current case
You can also find a full list of changes in our Changelog file.
This article was originally released on https://bucklescript.github.io/blog/2017/10/08/release-1-7-4
Want to read more?
Back to Overview