Skip to content

Releases: tats-u/rust-oem-cp

Release v2.0.0

27 Feb 14:51
Compare
Choose a tag to compare

Version 2.0.0

  • Use once_cell instead of lazy_static for test
  • Comply with Clippy rules
  • More small fixes

The following change has been included since 2.0.0-beta.1.

  • Use phf (perfect hash map) instead of ahash (#7, #9) by @mkroening
    Actual type of OEMCPHashMap will be changed.

Release v2.0.0-beta.1

21 Feb 15:41
Compare
Choose a tag to compare
Release v2.0.0-beta.1 Pre-release
Pre-release

Version 2.0.0-beta.1

  • Use phf (perfect hash map) instead of ahash (#7, #9) by @mkroening
    Actual type of OEMCPHashMap will be changed.

Note: If there are no breaking PRs coming, I will re-release this version as stable 2.0.0.

Release v1.3.0

21 Feb 15:12
Compare
Choose a tag to compare

Version 1.3.0 (emergency release)

  • Revert changes (#9) included in v1.2.0 that should have been 2.0.0 (#11)
  • Update ahash
  • Remove unused hfs_nfd

Note:

  • #8 is included
  • 1.2.0 has been yanked

Release v1.2.0

20 Feb 15:25
Compare
Choose a tag to compare

IMPORTANT: THIS VERSION HAS BEEN YANKED. Most of these changes are going to be available in 2.0.0.

  • Use phf (perfect hash map) instead of ahash (#7, #9) by @mkroening
    • Actual type of OEMCPHashMap will be changed. I suppose that you do not have to modify your code; recompile might be needed (I do not know much)
  • (Use clippy as lints (#8) by @mkroening)
  • Remove unused dependency on hfs_nfd

Release v1.1.0

14 Mar 10:48
Compare
Choose a tag to compare
Version 1.1.0

- `TableType` is now `Clone`able and `Debug`gable (#5, #6)

Release v1.0.0

14 Mar 02:21
Compare
Choose a tag to compare
Version 1.0.0

* Define the public type of hash map (#3)
* Update ahash

Release v0.2.0

22 Sep 14:08
Compare
Choose a tag to compare
Improve support for Thai & Arabic

- Add support for CP720
- Unassigned area of 0x80-0xA0 in CP874 is now valid (U+0080-U+00A0)
  - Follow how Windows assignes
- Add support for CP858 (minor character set)

Release v0.1.1

16 Aug 10:24
Compare
Choose a tag to compare
First Cargo.toml

Release v0.1.0

16 Aug 10:17
Compare
Choose a tag to compare
First Release