Skip to content

Releases: takomo-io/takomo

v5.6.0

31 Jan 16:56
Compare
Choose a tag to compare

5.6.0 (2023-01-31)

Features

  • add support for EJS templating engine (977be44)
  • add support to implement custom template engine with typescript (30de61a), closes #383

v5.5.0

10 Dec 08:11
Compare
Choose a tag to compare

5.5.0 (2022-12-10)

Features

  • add support for resolvers written with typescript (e1a1ea1), closes #416
  • add support for schemas written with typescript (85f6866), closes #417

v5.4.0

05 Dec 20:43
Compare
Choose a tag to compare

5.4.0 (2022-12-05)

Features

  • add support to load project configuration from typescript files (05f3dcf), closes #399

v5.3.0

03 Dec 19:03
Compare
Choose a tag to compare

5.3.0 (2022-12-03)

Features

v5.2.0

24 Nov 20:05
Compare
Choose a tag to compare

5.2.0 (2022-11-24)

Features

  • display date and duration since the last change when reviewing stack operation (d4aa622)

v5.1.0

21 Nov 07:28
Compare
Choose a tag to compare

5.1.0 (2022-11-21)

Features

v5.0.0

30 Oct 15:10
Compare
Choose a tag to compare

5.0.0 (2022-10-30)

Bug Fixes

  • fix a typo in deploy stacks message (f04019b)
  • fix assuming of roles from stacks not selected to undeploy operation (#393) (14cc2fe)
  • fix validating of command roles (5e62d99)

chore

Features

  • add commands to show and validate deployment targets configuration (960b91a)
  • expose public API (f05a517), closes #365
  • show target name in deployment targets stack operation summary (af1c822)

BREAKING CHANGES

  • remove getCloudFormationClient() from Stack interface
  • replace credentials property from Stack interface with getCredentials() function
  • require nodejs version 16.17.0

v5.0.0-alpha.6

29 Oct 13:48
Compare
Choose a tag to compare
v5.0.0-alpha.6 Pre-release
Pre-release

5.0.0-alpha.6 (2022-10-29)

Features

  • add commands to show and validate deployment targets configuration (f3a12ff)

v5.0.0-alpha.5

26 Oct 18:44
Compare
Choose a tag to compare
v5.0.0-alpha.5 Pre-release
Pre-release

5.0.0-alpha.5 (2022-10-26)

Bug Fixes

  • fix validating of command roles (551d363)

v5.0.0-alpha.4

23 Oct 08:47
Compare
Choose a tag to compare
v5.0.0-alpha.4 Pre-release
Pre-release

5.0.0-alpha.4 (2022-10-23)

Features

  • show target name in deployment targets stack operation summary (276d2e8)