You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.2.2
Fixes:
* Make dependency on 'time' optional ([#38](#38))
* Remove 'cargo:rerun-if-changed=generator/' ([b25d761](b25d761))
Internal:
* ci: On non-nightly, build all crates instead of only generator ([#39](#39))
v1.1.0
Feature:
* Add alias search fallback to character() ([#12](#12))
(this adds a dependency on the `ph` crate and is slightly slower when requesting an alias
or non-existing character, this might be fixed in a future release by merging the two hash functions)
Internal:
* Avoid unnecessary rebuilds when neither data/ nor generator/ changed
* Add example executables to get name from character and vice versa ([#25](#15))
v1.0.0
Breaking:
* Bump minimum Rust version from 1.48 to 1.63
* Bump dependencies ([#22](#22), [#23](#23))
Features:
* Build the perfect-hash function deterministically ([#13](#13)
* Build the perfect-hash function at compile time from unicode data, instead of being
in version control and shipped on crates.io ([#17](#17))
Internal:
* Run Rustfmt + Clippy on CI and fix warnings ([#14](#14), [#15](#15))
v0.5.1
* Fix compilation and clippy warnings
* Fix panic when character() is passed a string over 88 chars
* Replace Travis with GitHub Workflows as CI