Releases: bladecoder/blade-ink-rs
Releases · bladecoder/blade-ink-rs
Blade Ink v1.1.0
What's Changed
Instant
crate was deprecated, useweb-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
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
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
Changes
- Fix bug dealing with non ASCII chars.
Blade Ink v1.0.1
Changes
- Bug fix in shuffle.
- Code refactor.