Skip to content

Releases: takomo-io/takomo

v6.2.0

19 Apr 07:27
Compare
Choose a tag to compare

6.2.0 (2023-04-19)

Features

  • add support for map and reduce functions written with Typescript (7d195bc)

v6.1.2

05 Apr 11:10
Compare
Choose a tag to compare

6.1.2 (2023-04-05)

Bug Fixes

v6.1.0

04 Apr 10:18
Compare
Choose a tag to compare

6.1.0 (2023-04-04)

Features

  • expose HandlebarsTemplateEngineProvider in public API (e5804f4)
  • expose template engine provider types (8136f90)
  • set esbuild packages option to 'external' to prevent dependencies from being packaged into the takomo bundle (408cb09)

v6.0.0

30 Mar 15:36
Compare
Choose a tag to compare

6.0.0 (2023-03-30)

Bug Fixes

chore

  • change temporary cache dir (a79f9f0)
  • remove bootstrap targets and tear down targets commands (6d68ed9)
  • remove init project command (c51b581)
  • replace Credentials with AwsCredentialIdentity (7ca6ec7)

Features

BREAKING CHANGES

  • change temporary cache dir from .takomo-cache to .takomo/cache
  • replace Credentials with AwsCredentialIdentity
  • convert to ES module
  • require nodejs 18.14.2
  • remove bootstrap targets and tear down targets commands
  • remove init project command

v6.0.0-alpha.6

18 Mar 17:30
Compare
Choose a tag to compare
v6.0.0-alpha.6 Pre-release
Pre-release

6.0.0-alpha.6 (2023-03-18)

Bug Fixes

v6.0.0-alpha.5

15 Mar 19:37
Compare
Choose a tag to compare
v6.0.0-alpha.5 Pre-release
Pre-release

6.0.0-alpha.5 (2023-03-15)

Bug Fixes

v6.0.0-alpha.4

14 Mar 17:25
Compare
Choose a tag to compare
v6.0.0-alpha.4 Pre-release
Pre-release

6.0.0-alpha.4 (2023-03-14)

Bug Fixes

v6.0.0-alpha.3

14 Mar 16:57
Compare
Choose a tag to compare
v6.0.0-alpha.3 Pre-release
Pre-release

6.0.0-alpha.3 (2023-03-14)

Bug Fixes

  • fix version info, attempt 2 (2364d43)

v6.0.0-alpha.2

14 Mar 16:43
Compare
Choose a tag to compare
v6.0.0-alpha.2 Pre-release
Pre-release

6.0.0-alpha.2 (2023-03-14)

Bug Fixes

v6.0.0-alpha.1

14 Mar 14:44
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release

6.0.0-alpha.1 (2023-03-14)

chore

  • change temporary cache dir (d8a61d8)
  • remove bootstrap targets and tear down targets commands (a6c63f0)
  • remove init project command (5d2861a)
  • replace Credentials with AwsCredentialIdentity (d48e830)

Features

BREAKING CHANGES

  • change temporary cache dir from .takomo-cache to .takomo/cache
  • replace Credentials with AwsCredentialIdentity
  • convert to ES module
  • require nodejs 18.14.2
  • remove bootstrap targets and tear down targets commands
  • remove init project command