Skip to content

Tags: progval/unicode_names2

Tags

v1.3.0

Toggle v1.3.0's commit message
v1.3.0

Data:

* Update data to Unicode 16 ([#41](#41))

v1.2.2

Toggle v1.2.2's commit message
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.2.1

Toggle v1.2.1's commit message
v1.2.1

Internal:

* include required license texts in all published crates ([#35](#35))

v1.2.0

Toggle v1.2.0's commit message
v1.2.0

Data:

* Update data to Unicode 15.1 ([#32](#32))

Fixes:

* Fix i686 host builds ([#34](#34))
* Fix support for platforms using CRLF ([#31](#31) and [#33](#33))

Internal:

* Fixes lint issues ([#33](#33))

v1.1.0

Toggle v1.1.0's commit message
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

Toggle v1.0.0's commit message
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.6.0

Toggle v0.6.0's commit message
v0.6.0

* Update data for Unicode 15

v0.5.1

Toggle v0.5.1's commit message
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

v0.5.0

Toggle v0.5.0's commit message
Bump version number

v0.4.0

Toggle v0.4.0's commit message
Bump version number.