Releases: tats-u/rust-oem-cp
Releases · tats-u/rust-oem-cp
Release v2.0.0
Version 2.0.0
- Use
once_cell
instead oflazy_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
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
Release v1.2.0
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 ofahash
(#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)
- Actual type of
- (Use
clippy
as lints (#8) by @mkroening) - Remove unused dependency on
hfs_nfd
Release v1.1.0
Version 1.1.0 - `TableType` is now `Clone`able and `Debug`gable (#5, #6)
Release v1.0.0
Version 1.0.0 * Define the public type of hash map (#3) * Update ahash
Release v0.2.0
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
First Cargo.toml
Release v0.1.0
First Release