Skip to content

Releases: librasn/compiler

rasn-compiler-v0.3.2

23 Aug 07:22
1b5fe19
Compare
Choose a tag to compare

Other

  • fix enumerated comment descriptions

rasn-compiler-derive-v0.3.2

23 Aug 07:22
1b5fe19
Compare
Choose a tag to compare
chore: Release package rasn-compiler-derive version 0.3.2

v0.3.1

07 Aug 14:48
Compare
Choose a tag to compare

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

13 May 16:03
Compare
Choose a tag to compare

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