Skip to content

Releases: bladecoder/blade-ink-rs

Blade Ink v1.1.0

13 Nov 11:52
Compare
Choose a tag to compare

What's Changed

  • Instant crate was deprecated, use web-time now.
  • Added Streamed Json Parser as an alternative to Serde. Serde loads the entire file into memory before parsing it, so the streamed parser is useful in embedded systems where memory is scarce.

Full Changelog: https://github.com/bladecoder/blade-ink-rs/commits/v1.1.0

Blade Ink v1.0.4

17 Jul 16:21
Compare
Choose a tag to compare

This release matches the latest features added in the Ink C# reference version v1.2.0

Full Changelog: v1.0.3...v1.0.4

Blade Ink v1.0.3

04 Jan 21:01
Compare
Choose a tag to compare

What's Changed

  • Use crate instant to allow the lib works in wasm by @bladecoder in #12

Full Changelog: v1.0.2...v1.0.3

Blade Ink v1.0.2

29 Dec 00:04
Compare
Choose a tag to compare

Changes

  • Fix bug dealing with non ASCII chars.

Blade Ink v1.0.1

27 Nov 16:02
Compare
Choose a tag to compare

Changes

  • Bug fix in shuffle.
  • Code refactor.