Skip to content

Releases: jwir3/cratchit

0.0.2

29 Oct 21:41
9fc487b
Compare
Choose a tag to compare

Features

  • Add documentation for module top-level and struct types. (#13)

Other

  • Remove unnecessary imports when building for non-wasm targets.
  • Add automatic deployment to crates.io from travis. (#12)

0.0.1

29 Oct 21:40
70fa996
Compare
Choose a tag to compare

Features

  • Account and AccountsChart data structures were added. (#3)
  • Currency and AccountType enumerations were added. (#3)
  • Building to WASM was added. (#10)

Other

  • Module was converted to Rust, from javascript.
  • A configuration was added to make travis our CI tool. (#8)
  • Test suites were added in both mocha/chai and Rust. (#1)