Releases: ricvelozo/brids-rs
Releases · ricvelozo/brids-rs
v0.5.1
- Refactor and improve documentation
v0.5.0
- Update to Rust 2021 edition and add minimum supported Rust version (1.81)
- Add
no_std
support
- Remove
failure
dependency
- Remove "compact" (de)serialization
- Stricter parsing
- Refactor and some optimizations
v0.4.0
- Update to Rust 2018 edition
- Update dependencies
- Configure GitLab CI
- Add methods to parse from byte slices
- Add method to get the CNPJ entity branch
- Implement
AsRef<[u8]>
, PartialOrd
and Ord
- Turn
Cnpj
and Cpf
structs into newtypes
- Add support to serialization with
serde
- Add more examples and improve documentation
v0.3.1
- Fix parsing when have too much numbers and add test
- Migrate to GitLab
v0.3.0
- Add
failure
errors, and use matches!()
in tests
- Use
pub type
instead of pub use
for Icn
- Export
ParseCnpjError
and ParseCpfError
- Add
fmt::Debug
impl
- Force generate CNPJ number for headquarters
v0.2.1
- Update examples and version number in README
v0.2.0
- Add CNPJ support
- Configure Travis CI
- Update examples, documentation and tests