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

v0.10.0

10 Oct 15:39
Compare
Choose a tag to compare
  • add --classNames option to test command (#42)

v0.9.0

17 Sep 13:56
Compare
Choose a tag to compare
  • fix npm run fmt for macOS
  • fix getApiVersion() of fetch-result-parser
  • implement zipping and unzipping based on yazl and yauzl
    • fixes issues deploying metadata with file names containing umlauts
    • adds ability to deploy zip files instead of directories
  • add package version command to get/set api version of a package.xml
  • add info command to show describe information for a remote

v0.8.1

21 Aug 13:13
Compare
Choose a tag to compare

This is a pure documentation release.

The README has been updated, and there is now a wiki.

v0.8.0

16 Aug 15:48
Compare
Choose a tag to compare
  • improve generating the package.xml file by fetching more information from remotes
    • determine active Flow version by running a SOQL query
    • identify PersonAccount RecordTypes listed as Account RecordTypes by running a SOQL query
    • retrieve api versions from remote
  • improve creating changesets
    • implement diffing profiles and permissionsets

v0.7.1

05 Aug 17:47
Compare
Choose a tag to compare
  • fix issue with minor release of vinyl npm package

v0.7.0

18 Jul 14:04
Compare
Choose a tag to compare
  • implement custom sort order for package.xml
  • update default API version to 37.0
  • add integration test to validate deploying metadata
  • update dependencies

v0.6.0

05 Jul 14:59
Compare
Choose a tag to compare
  • add login command to log in using the Metadata API
  • add example for creating a destructive deployment to README

v0.5.0

23 Jun 17:14
Compare
Choose a tag to compare
  • drop support for node v0.10
  • format code using js-prettify
  • refactoring
  • improve code coverage
  • add integration tests for cli

v0.4.0

09 May 15:21
Compare
Choose a tag to compare
  • add query command for running a SOQL query
  • add bulk command for importing/exporting data
  • add execute command for executing anonymous Apex
  • remove undocumented backup command
  • force-dev-tool can now handle being called from within a subdirectory of the project (e.g. src/)
  • import force-metadata-utils package for making maintenance easier
  • update dependencies

v0.3.2

28 Apr 17:51
Compare
Choose a tag to compare
  • allow overwriting deployment directory if --force flag is provided
  • improve stability of remote command
  • make fetch command work with PE editions where Apex is not available