@vaporyjs/rustbn.js
Version:
Javascript bindings for https://github.com/paritytech/bn (using asm.js)
25 lines (16 loc) • 1.02 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.2] - 2018-02-09
- Added ``Cargo`` flag to avoid generated code catching all exceptions, PR [#11](https://github.com/vaporyjs/rustbn.js/pull/11)
- More robust build with ``sed`` validation, PR [#14](https://github.com/vaporyjs/rustbn.js/pull/14)
- Fixed license and authors in ``package.json``, PR [#15](https://github.com/vaporyjs/rustbn.js/pull/15)
[0.1.2]: https://github.com/vaporyjs/rustbn.js/compare/v0.1.1...v0.1.2
## [0.1.1] - 2017-10-26
- Avoid exceptions and return an emtpy value instead
- Added cargo config to set flag `NO_DYNAMIC_EXECUTION = 1` to avoid introducing the eval function
[0.1.1]: https://github.com/vaporyjs/rustbn.js/compare/v0.1.0...v0.1.1
## [0.1.0] - 2017-10-11
- Initial release