Releases: m4tx/riichi-hand-rs
Releases · m4tx/riichi-hand-rs
0.6.1
- Handle single apostrophe similarly to asterisk in the hand parser (#30) by @Iipin
0.6.0
- Add support for negative han and fu values in the points calculating code
- Add support for honbas in the points calculator
- Other tiny fixes in the points calculating code
0.5.0
- Add a points calculator in the
points
module
- Test the library under Windows and macOS in addition to Linux, and both Rust stable and nightly in CI
- Fix the doctests for Windows
- Upgrade dependencies
0.4.0
- Implement the
TileSet
trait for references and boxed types
- Add MSVR (Minimum Supported Version of Rust)
- Upgrade dependencies
0.3.1
- Make more types of the public API actually public