Skip to content

Releases: dittowords/cli

v4.5.2

21 May 19:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.1...v4.5.2

v4.5.1

07 May 21:10
c75ecf5
Compare
Choose a tag to compare

What's Changed

  • fix sentry errors not being reported to sentry by @jaerod95 in #110

Full Changelog: v4.5.0...v4.5.1

v4.5.0

16 Apr 16:36
3bd2af5
Compare
Choose a tag to compare

What's Changed

Adds support to a new option in config.yml which, when specified, prevents generating the index.js and index.d.ts files:

disableJsDriver: true

Full Changelog: v4.4.1...v4.5.0

v4.4.1

22 Mar 20:41
0932396
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Fix terminal hanging when Ctrl + C pressed during pull and token prompt by @azjgard in #105

Internal

Full Changelog: v4.4.0...v4.4.1

v4.4.0

29 Feb 19:03
9c51709
Compare
Choose a tag to compare

What's Changed

  • [DIT-6177] Add pull --sample-data flag for variants by @asnewman in #100

Full Changelog: v4.3.0...v4.4.0

v4.3.0

19 Feb 21:49
329f864
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.3...v4.3.0

v4.2.3

19 Feb 20:05
6c4f42c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.2...v4.2.3

v4.2.2

23 Jan 16:57
8f79bbf
Compare
Choose a tag to compare

What's Changed

  • Stop component folders with emojis from creating a leading separator

Currently, if you include an emoji at the start of your component folder's name, the Ditto CLI will add this leading hyphen:
image

image

This release fixes that issue:
image

Full Changelog: v4.2.1...v4.2.2

v4.2.1

28 Nov 18:51
ed421a2
Compare
Choose a tag to compare

What's Changed

  • Only run init() on commands that need it by @asnewman in #89

This change prevents the ditto directory from being created on commands that don't need it (e.g. generate-suggestions)

Full Changelog: v4.2.0...v4.2.1

v4.2.0

16 Nov 18:35
7c0bcf6
Compare
Choose a tag to compare

What's Changed

  • Add --sample-data flag to the components-folders command by @asnewman in #88

Full Changelog: v4.1.0...v4.2.0