Skip to content

Releases: ditrit/terrator-plugin

Release version 0.1.9

31 Jan 11:04
283b1ef
Compare
Choose a tag to compare

[0.1.9]

Changed

  • Template of models (container and component)
  • Icons size to fit into the new models
  • Update all project dependencies

Fixed

  • Parsing error when having a component with object inside object, bug link.
  • Fix parsing error when file content is null, bug link.
  • Fix render of an object attribute, bug link.
  • Fix missing attribute definition for an object, bug link.

Release version 0.1.8

16 Jan 13:38
a623e18
Compare
Choose a tag to compare

[0.1.8] - 2023/01/16

Changed

  • Replace documentation generation library ESDoc by JSDoc
  • Update plugin-core to version 0.11.0

Removed

  • Children management in parser and render

Release version 0.1.7

28 Nov 16:47
ad5bca4
Compare
Choose a tag to compare

[0.1.7] - 2022/11/28

Fixed

  • Fix package-lock of plugin-core

Release version 0.1.6

28 Nov 15:40
68c3620
Compare
Choose a tag to compare

[0.1.6]

Changed

  • Update plugin-core to version 0.10.0

Release version 0.1.5

25 Nov 11:08
2965cad
Compare
Choose a tag to compare

[0.1.5] - 2022/11/25

Fixed

  • Fix default file name for new component

Release version 0.1.4

24 Nov 15:46
4b1dc61
Compare
Choose a tag to compare

[0.1.4] - 2022/11/24

Changed

  • Update plugin-core to version 0.9.1

Release version 0.1.3

07 Oct 13:58
2185f46
Compare
Choose a tag to compare

[0.1.3] - 2022/10/07

Fixed

  • Add missing icon for aws provider and aws db instance
  • Fix oversize of all icons
  • Fix container metadata in aws metadata
  • Fix empty display for aws provider
  • Add default values to metadata properties attributes and isContainer

Release version 0.1.2

05 Oct 14:19
d5298c4
Compare
Choose a tag to compare

[0.1.2] - 2022/10/05

Fixed

  • Fix icons size in models

Release version 0.1.1

05 Oct 12:21
19c4205
Compare
Choose a tag to compare

[0.1.1] - 2022/10/05

Changed

  • Update plugin-core to version 0.6.0

Release version 0.1.0

20 Sep 09:44
bb44d4e
Compare
Choose a tag to compare

[0.1.0] - 2022/09/20

Added

  • Setup GitHub workflow
  • Setup default plugin structure
  • Set default metadata parser and validator
  • Add metadata for aws
  • Add parser for terraform files
  • Add renderer for terraform files
  • Import metadata instead of passing it through constructor in TerraformMetadata