1.1.0 (2023-04-14)
- types: accept no parameters as constractor args (fc1ade1)
- types: improve types to accept readonly (c1075c5)
1.1.0-beta.1 (2023-04-13)
- types: accept no parameters as constractor args (fc1ade1)
- types: improve types to accept readonly (c1075c5)
1.0.1 (2023-04-09)
- parse: remove poorly performing external functions (7eb2239)
- utils: improve getting first element algolithm (7761215)
1.0.1-beta.1 (2023-04-09)
- parse: remove poorly performing external functions (7eb2239)
- utils: improve getting first element algolithm (7761215)
- change type format to pascal case (c2dba0f)
- constants: remove const enum (3281121)
- mod: export parser and related types (fed26ff)
- mod: export related types (8bbe5fd)
- mod: export serializer function (3b5f2c9)
- parse: add basic parser implementation (6b9d153)
- parse: improve error message (17097e5)
- stringify: add serializer for structured field values (6d6780a)
- stringify: improve error message (290817f)
- types: change the structured data nodes (0fed61e)
- types: improve type constructor argument (6c2d65a)
- types: rename
kindtotype(e9a36e5) - types: rename byte sequence to binary (4c71d92)
1.0.0-beta.4 (2023-04-08)
- change type format to pascal case (c2dba0f)
- constants: remove const enum (3281121)
- stringify: improve error message (290817f)
- types: rename
kindtotype(e9a36e5)