Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 847 Bytes

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 847 Bytes

Change Log

[0.0.5] - 2023-03-22

Added

  • Added bytes, PublicKey type grammar.
  • Added @public, @read, @call, @delegate decorator grammar.

Updated

  • A @public directive has been added to collection snippets.

[0.0.4] - 2023-01-05

Added

  • Added order, boolean, map type grammars.
  • Added constructor snippet.

Updated

  • A return type has been added to function snippets.
  • A id field has been added to collection snippets.

Removed

  • Removed unique index grammar.

[0.0.3] - 2023-01-02

Added

  • Added extension logo.
  • Added string and number primitive grammar.
  • Added index, comment, call function, error declaration grammars.

[0.0.2] - 2023-01-01

Added

  • Added record type grammar.
  • Added basic polylang snippers.

[0.0.1] - 2022-12-31

Added

  • Added basic syntax grammar.