Skip to content

Releases: texei/texei-sfdx-plugin

v1.13.0

21 Dec 13:31
Compare
Choose a tag to compare
  • Filter out deprecated packages in dependency discovery (fixes #84, thank you @jonathanwiesel !)
  • We now have better looking documentation available at https://texei.github.io/texei-sfdx-plugin/, thank you @nvuillam 👍
  • Added shaperepresentation scope to sfdx texei:org:shape:extract
  • Added warning to sfdx texei:contractstatus:value:add to recommend moving to Metadata API

v1.12.0

24 Nov 14:44
f165787
Compare
Choose a tag to compare
  • Beta version of Lookup Override in data commands

v1.11.1

07 Oct 14:20
Compare
Choose a tag to compare
  • Fixed sfdx texei:user:update not respecting --targetusername
  • Bump dependencies

v1.11.0

24 Aug 16:05
Compare
Choose a tag to compare
  • Add 120 seconds timeout to sharing calc suspend and resume commands, to avoid infinite wait when the button is not available (overridable using --timeout flag)
  • Update tsconfig.json so it works with recent typescript transpiler (tsc --watch)
  • Add mocha as devDependency
  • Bump some dependencies versions

Thank you @nvuillam for the Pull Request ! 👍

v1.10.1

01 Jun 14:41
Compare
Choose a tag to compare
  • Bump dependencies version

v1.10.0

23 Apr 11:48
Compare
Choose a tag to compare
  • Add error message when object isn't creatable #33
  • Bump package dependencies versions

v1.9.3

18 Jan 09:58
5234a0f
Compare
Choose a tag to compare
  • Added a --statuscategory flag for sfdx texei:contractstatus:value:add command

v1.9.2

13 Jan 17:49
Compare
Choose a tag to compare
  • Fixed encoding issue with sfdx texei:source:layouts:cleanorg
  • Bump dependencies

v1.9.1

02 Nov 08:24
Compare
Choose a tag to compare
  • Removed DevHub as mandatory for sfdx texei:skinnyprofile:retrieve command #46

v1.9.0

06 Oct 14:55
5937f46
Compare
Choose a tag to compare
  • Added --allornone flag in texei:data:import command

!!! This is a breaking change as before this release allOrNone was always used as true, and you'll now have to add the flag to the command to keep the same behavior !!!

So before v1.9.0, sfdx texei:data:import -d ./myData would run with allOrNone, with no way to change it.
Starting v1.9.0, the same command will run with allOrNone set to false.
To have the same behavior as before, run sfdx texei:data:import -d ./myData --allornone.

This makes the command more consistent with Salesforce APIs where allOrNone always default to false.

Obviously if your files were clean and no record was failing at import, nothing will change for you.