Skip to content

Releases: ESTOS/ASN1.ts

3.2.2 Allow structures to be larger than the schema

05 Jan 12:14
a758b1d
Compare
Choose a tag to compare
  • Added an Extension element which may be added to a schema to tell that this structure may be larger in the payload than in the schema.
    This corresponds to adding ... in the asn1 schema definition which announces a structure to be extendable
  • Update dependencies
  • Added VSCode project file
  • Added some additional linter rules to ensure higher code quality

3.1.12 Bugfix release

16 Oct 13:55
a913715
Compare
Choose a tag to compare
  • Fixed validating schema for structures that have unsorted optional attributes mixed with mandatory attributes
  • Added ROSE code for testing purposes
  • Updated depdencendies
  • fixed build

3.1.11

10 Jan 13:46
Compare
Choose a tag to compare

Repated values in the schema do now differing between SetOf and SequenceOf.
A choice may contain repeated values such as SequenceOf and SetOf.
Added some test cases for it

3.1.10

12 Dec 12:10
Compare
Choose a tag to compare

When validating a choice take over the name of the selected choice option into the inputValues to have that as a reference when reading the data (otherwise you only have the name of the valus what was holding the choice)

3.1.9

09 Dec 14:55
Compare
Choose a tag to compare

Properly handle a choice where the data has been encoded context specific

3.1.8

05 Dec 15:35
Compare
Choose a tag to compare

Improved test coverage

3.1.5

05 Dec 13:23
Compare
Choose a tag to compare

Fixed circular dependency
Updated dependencies (including rollup 2->3)

3.1.0

02 Dec 15:27
Compare
Choose a tag to compare

Initial release after extending the library