Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Releases: coveooss/sfdx-generator

v5.0.0

02 Apr 18:31
6838dad
Compare
Choose a tag to compare

5.0.0 (2019-04-02)

  • Sfdxcli v7 new display format. (#8) (6838dad), closes #8

BREAKING CHANGES

  • Flag type in sfdx-cli@6 not supported anymore

v4.0.1

23 Feb 03:44
821aa97
Compare
Choose a tag to compare

4.0.1 (2019-02-23)

Bug Fixes

  • sfdx-generator.ts: Fix when there is no flag type associated to a flag. (#7) (821aa97)

v4.0.0

02 Nov 15:27
5dc7db3
Compare
Choose a tag to compare

v4.0.0 (2018-11-02)

Bug Fixes

  • sfdx-generator.ts: Separate flag workaround and add number type. (#6) (5dc7db3)

BREAKING CHANGES

  • sfdx-generator.ts: Number parameter type will be of type number instead of string.

v3.1.0

02 Nov 14:30
0eab2c5
Compare
Choose a tag to compare

3.1.0 (2018-11-02)

Features

  • sfdx-generator.ts: Make sfdx-cli version available in templates (0eab2c5), closes #3

v3.0.0

02 Nov 13:14
ac6e292
Compare
Choose a tag to compare

3.0.0 (2018-11-02)

Features

  • sfdx-generator.ts: Minutes type return number (#5) (ac6e292)

BREAKING CHANGES

  • sfdx-generator.ts: Minutes are now number, not string.

v2.0.0

19 Sep 20:25
faeea15
Compare
Choose a tag to compare

2.0.0 (2018-09-19)

Code Refactoring

  • sfdx-generator.ts: Changes the path creation for generated files (270eeee)

Features

  • Generator: Can format filename or not. (641535d)

BREAKING CHANGES

  • sfdx-generator.ts: Uses the god practice of nodejs path extension formating, instead of providing as
    file extension like 'ts', we must now provide '.ts'.

v1.0.0

11 Sep 15:28
Compare
Choose a tag to compare

1.0.0 (2018-09-11)

Bug Fixes

Features

  • Reformat constructor: initial commit (7f263ae)

BREAKING CHANGES

  • Reformat constructor: New constructor format