Skip to content

Releases: iancaffey/smithy-intellij-plugin

v2.0.19

10 Dec 23:46
Compare
Choose a tag to compare

Full Changelog: v2.0.18...v2.0.19

Changed

  • Updated to latest Smithy branding
  • Updated default IDL version for new files to "2"
  • Removed missing commas validator for IDL v1 files as it's not enforced by smithy-build
  • Improved how live templates are enabled to avoid prompting users to generate invalid Smithy

v2.0.18

18 Jun 23:46
Compare
Choose a tag to compare

Full Changelog: v2.0.17...v2.0.18

Changed

  • Improved formatters handling of extra whitespace.

Fixed

  • Fixed identifier grammar to permit identifiers starting with an underscore followed by a number.

v2.0.17

26 Apr 01:47
Compare
Choose a tag to compare

Full Changelog: v2.0.16...v2.0.17

Added

  • Added spell checking support.

v2.0.16

18 Feb 21:29
Compare
Choose a tag to compare

Full Changelog: v2.0.15...v2.0.16

Changed

  • Removed usages of deprecated HtmlSyntaxInfoUtil API which are scheduled for removal.

v2.0.15

18 Feb 20:20
Compare
Choose a tag to compare

Full Changelog: v2.0.14...v2.0.15

Fixed

  • Fixed rename refactoring to retain the namespace in qualified shape references and imports.

v2.0.14

04 Dec 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.13...v2.0.14

v2.0.13

20 Nov 01:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.12...v2.0.13

v2.0.12

19 Oct 01:51
Compare
Choose a tag to compare

Full Changelog: v2.0.11...v2.0.12

Fixed

  • Fixed parsing of service shapes in JSON AST without a version property.
  • Fixed parsing of trait values in JSON AST with a "null" node value.

v2.0.11

30 Aug 01:40
Compare
Choose a tag to compare

Full Changelog: v2.0.10...v2.0.11

Changed

  • Improving formatting of members with initializers, to force a space between the member name and the start of the
    initializer.

Fixed

  • Removed eager caching of Smithy model namespace declarations, to correctly react to updating the namespace of a file.

v2.0.10

02 Jun 11:57
Compare
Choose a tag to compare

Full Changelog: v2.0.9...v2.0.10

Fixed

  • Fixed infinite re-indexing when attempting to cache AST files from Smithy dependencies when individual shapes exceeded
    65kb