Skip to content

Latest commit

 

History

History
99 lines (58 loc) · 6.26 KB

File metadata and controls

99 lines (58 loc) · 6.26 KB

1.1.0 (2023-04-14)

Features

  • types: accept no parameters as constractor args (fc1ade1)
  • types: improve types to accept readonly (c1075c5)

1.1.0-beta.1 (2023-04-13)

Features

  • types: accept no parameters as constractor args (fc1ade1)
  • types: improve types to accept readonly (c1075c5)

1.0.1 (2023-04-09)

Performance Improvements

  • parse: remove poorly performing external functions (7eb2239)
  • utils: improve getting first element algolithm (7761215)

1.0.1-beta.1 (2023-04-09)

Performance Improvements

  • parse: remove poorly performing external functions (7eb2239)
  • utils: improve getting first element algolithm (7761215)

1.0.0 (2023-04-08)

Bug Fixes

  • parse: fix to triming char target (e8bb38a)
  • parse: fix to unsafe index access (6d4e4c9)

Features

  • 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 kind to type (e9a36e5)
  • types: rename byte sequence to binary (4c71d92)

1.0.0-beta.4 (2023-04-08)

Features

  • change type format to pascal case (c2dba0f)
  • constants: remove const enum (3281121)
  • stringify: improve error message (290817f)
  • types: rename kind to type (e9a36e5)

1.0.0-beta.3 (2023-04-07)

Features

  • mod: export related types (8bbe5fd)
  • types: improve type constructor argument (6c2d65a)

1.0.0-beta.2 (2023-04-07)

Features

  • mod: export serializer function (3b5f2c9)
  • stringify: add serializer for structured field values (6d6780a)

1.0.0-beta.1 (2023-04-06)

Bug Fixes

  • parse: fix to triming char target (e8bb38a)
  • parse: fix to unsafe index access (6d4e4c9)

Features

  • mod: export parser and related types (fed26ff)
  • parse: add basic parser implementation (6b9d153)
  • parse: improve error message (17097e5)
  • types: change the structured data nodes (0fed61e)
  • types: rename byte sequence to binary (4c71d92)