Releases: ESTOS/ASN1.ts
Releases · ESTOS/ASN1.ts
3.2.2 Allow structures to be larger than the schema
- 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
- 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
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
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
Properly handle a choice where the data has been encoded context specific
3.1.8
Improved test coverage
3.1.5
Fixed circular dependency
Updated dependencies (including rollup 2->3)
3.1.0
Initial release after extending the library