Releases: librasn/compiler
Releases · librasn/compiler
rasn-compiler-v0.4.0
Other
- Handle case of same type in different variants
- Add optional From impl generation for CHOICE
- Fix a couple warnings & fmt
rasn-compiler-derive-v0.4.0
chore: Release package rasn-compiler-derive version 0.4.0
rasn-compiler-v0.3.2
Other
- fix enumerated comment descriptions
rasn-compiler-derive-v0.3.2
chore: Release package rasn-compiler-derive version 0.3.2
v0.3.1
What's Changed
- typescript: add optional fields by @dmtarua in #24
- typescript: export namespaces by @dmtarua in #25
- fix: Take into account comma after ellipsis in parsing extended Object Set by @v0-e in #28
- fix: Parse value assignment with constraint by @v0-e in #26
- Allow the too_many_arguments clippy lint by @shahn in #29
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- refactor(header): unpack GlobalModuleReference in header by @6d7a in #5
- docs: Add module wrapper to ASN.1 literal usage examples by @v0-e in #7
- Feature/parameterization by @6d7a in #9
- fix: missing enumerated elements identifier annotation by @v0-e in #10
- Snake case conversion enhancement by @v0-e in #12
- General bindings formatting by @v0-e in #13
- Fix/nested choice by @6d7a in #16
- Feat/generator config by @6d7a in #17
- fix: Backend generate() res TokenStream to String by @v0-e in #19
- Feature/test generator by @6d7a in #20
- Feat/typescript backend by @6d7a in #21
- Add RasnBackend as default compiler backend for CLI, add build test in CI by @Nicceboy in #22
New Contributors
Full Changelog: v0.1.1...v0.3.0