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
Release v0.6.0:
Features:
1. Support for REAL and REAL PER Codec (ystero-dev#100).
2. Support for UTCTime (ystero-dev#101).
3. Error Cause support for `PerCodecError` (ystero-dev#103).
Bug Fixes:
1. Fixed an issue with `encode_constrained_whole_number` when the value
to be encoded was 0.
2. Correctly handling Sequence Additions (See ystero-dev#105).
Release v0.5.9
Features:
1. Support for `REAL` type in asn-compiler
Bug Fixes:
1. Fix issue with decoding empty sequence-of
2. Fix panic when too many bits in `BitVec` for integer
Version v0.5.8
1. Handling of `WITH COMPONENTS` constraint parsing.
2. Fix of an overflow issue.
3. Handling of `ALL EXCEPT` constraint parsing.
4. Handling of OID Values assignments and generated Rust types.
Version v0.5.5
1. Specs generation using rust `docx-rs` is an optional feature now.
2. Support for generating `consts` from value definitions.
3. Fixed LICENSE in Cargo.toml
Release v0.5.0
- UPER Codec Support
- Updated the APIs for the codec.
- Fixed a couple of issues in code generation in compiler
- SET as alias for SEQUENCE (was previously unhandled)
- Sequence Componet Default is treated as Optional (was previously
unhandled).