Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (modification: no type change headlines) and this project adheres to Semantic Versioning.

0.3.0 - 2023-05-23

  • Breaking: remove Buffer from API for all three API calls (add, mul, pairing) for both input and output to improve browser compatibility (use plain hex strings directly now), PR #46

0.2.0 - 2018-07-19

  • Added successful test case for each operation, PR#19
  • Better Javascript API, PR#20 - breaking change
  • Support for Rust 1.24, PR#22

0.1.2 - 2018-02-09

  • Added Cargo flag to avoid generated code catching all exceptions, PR #11
  • More robust build with sed validation, PR #14
  • Fixed license and authors in package.json, PR #15

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.0] - 2017-10-11

  • Initial release