Skip to content

Releases: forcedotcom/sfdx-core

v1.3.2

25 Mar 23:06
Compare
Choose a tag to compare

1.3.2 (2019-03-25)

Bug Fixes

  • revert of throwing auth error (f6ebe12)

v1.3.1

25 Mar 16:09
Compare
Choose a tag to compare

1.3.1 (2019-03-25)

Bug Fixes

  • prevent auth files from being inadvertently overwritten (45195c1)
  • update test and don't throw when auth file not found (75af396)

v1.3.0

19 Mar 22:08
Compare
Choose a tag to compare

1.3.0 (2019-03-19)

Features

  • support wrapping a string (2445003)

v1.2.3

18 Mar 02:35
Compare
Choose a tag to compare

1.2.3 (2019-03-18)

Bug Fixes

  • @W-5907580@ respect code if it exist (5263fe2)
  • do not let name and code get out-of-date is name is set (3e5914e)
  • security update and patch to allow colons in filepaths for windows (a385b40)
  • use name by default for code (c5283d3)

v1.2.2

11 Feb 17:42
Compare
Choose a tag to compare

1.2.2 (2019-02-11)

Bug Fixes

  • use default options off the constructor (368a5f1)

v1.2.1

31 Jan 01:49
Compare
Choose a tag to compare

1.2.1 (2019-01-31)

Bug Fixes

v1.2.0

30 Jan 22:56
Compare
Choose a tag to compare

1.2.0 (2019-01-30)

Bug Fixes

  • do not query server if cached (d7ccf99)
  • update to allow stored connected app info (66ea057)

Features

  • determine if a org is a dev hub (586d7ba)

v1.1.2

21 Dec 19:57
Compare
Choose a tag to compare

1.1.2 (2018-12-21)

Bug Fixes

  • update contrib doc to trigger build (28c6945)

v1.1.1

19 Dec 23:00
Compare
Choose a tag to compare

1.1.1 (2018-12-19)

Bug Fixes

  • bump kit, ts-types, and ts-sinon versions (1f088b4)
  • downgrade jsforce to match sfdx toolbelt (5fba254)
  • fix jsforce types reference (407e3df)
  • migrate from /docs to gh-pages branch (7d36139)

v1.1.0

14 Dec 23:08
Compare
Choose a tag to compare

1.1.0 (2018-12-14)

Bug Fixes

  • doc update (7ad690e)
  • ensure AuthInfoConfig can throw when config file not found (f11b84a)
  • move throwOnNotFound option to ConfigFile (924352a)

Features