Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Releases: amtrack/force-dev-tool

v2.1.0

07 Aug 15:30
60179c0
Compare
Choose a tag to compare

2.1.0 (2018-08-07)

Features

v2.0.1

30 Jun 11:14
4718002
Compare
Choose a tag to compare

2.0.1 (2018-06-30)

Bug Fixes

  • creating changesets with explicit patterns (cb77eda), closes #131

v2.0.0

28 Jun 16:52
035fee8
Compare
Choose a tag to compare

2.0.0 (2018-06-28)

Bug Fixes

  • deps: update dependency parse-diff to ^0.4.0 (151d50f)
  • deps: update some major versions (6d1b6de)

chore

  • ci: update list of Node.js versions (#153) (70a3eab)
  • remove deprecated deploy aliases (d34c3a8)
  • remove deprecated package options (da83b80)

BREAKING CHANGES

  • The package options --template and --target have been removed, now accepting a path to a file instead of a directory.

    • use package -f instead of package --template
    • use package -f instead of package --target

    Examples:

    • package --template config/deployments/foo becomes package -f config/deployments/foo/package.xml
  • The deploy aliases deployTest, validate and validateTest have been removed.

    • use deploy -t instead of deployTest
    • use deploy -c instead of validate
    • use deploy -ct instead of validateTest
  • ci: drop support for Node.js v4

    Node.js v4 is EOL since 2018-04-30.

v1.1.1

05 Apr 15:07
Compare
Choose a tag to compare

Fixed

  • changeset: handle recordType in layoutAssignments of Profile @leboff (#126)

v1.1.0

07 Jan 15:06
Compare
Choose a tag to compare

Added

  • implement multiple packaging options (-p, --no-recursive and -m, --include-managed)
  • implement remote display command to show sfdx-like JSON
  • add some unit and integration tests for changeset command
  • deploy/test: show overall code coverage when available

Changed

  • reimplement changeset command using streams @leboff (#99)
  • bump default API version to 41.0
  • print to stderr on failure

Fixed

  • handle DashboardFolder, DocumentFolder, EmailFolder and ReportFolder (#103)
  • TypeError: field.childNamed is not a function (#97)
  • improve package generation for translation types

v1.0.0

25 Jul 11:42
Compare
Choose a tag to compare

Removed (breaking change)

  • drop support for node 0.12

Added

  • implement querying using Tooling API
  • .forceignore: implement whitelisting
  • add package-lock.json to speed up installation

Fixed

  • fix standard picklists
  • fix regex alerted by eslint
  • adjust timeout of flaky unit test
  • xmldoc: use main repository again and fix indentation for metadata

Changed

  • update dev dependencies
  • clarify usage of environment variables
  • use metadata-writer for writing packages

v0.13.1

01 Apr 17:49
Compare
Choose a tag to compare
  • fix sort order of childXmlTypes in metadata file container
  • declare EscalationRule as childType

v0.13.0

06 Feb 20:06
Compare
Choose a tag to compare
  • fix package.xml generation (#82)
  • implement info list, info grep and info show subcommands
  • implement package add, package remove and package list subcommands
  • implement retrieving packages (outbound changesets)
  • add support for more DeployOptions: --runTests (#76) and --purgeOnDelete
  • deprecate aliases for deploy: deployTest, validate and validateTest

v0.12.0

04 Dec 17:34
Compare
Choose a tag to compare
  • fix running specific tests (#80)
  • implement package grep subcommand (#77)
  • implement workaround for standard picklists (#75)

v0.11.0

03 Nov 16:51
Compare
Choose a tag to compare
  • fix PersonAccount RecordType
  • add info command to README
  • bump API version to 38.0