Skip to content

Releases: ruslan-kurchenko/sfdc-lax

v1.2.5

07 Jan 11:04
Compare
Choose a tag to compare
  • Remove Prototype modifications due to Winter19 update

v1.2.4

27 Jun 10:06
ab93f78
Compare
Choose a tag to compare
  • Add an ability to hook into the Apex/Lds/CreateComponent Actions process: #21
  • Clean an error message that Lightning Component Framework generates: #17
  • Configure the name of the Lax object on the consumer's object

v1.2.2

11 Feb 12:03
Compare
Choose a tag to compare
  • Fixed: this._contextPromise.finally is not a function in Firefix 47 (not in 48) #16

v1.2.1

10 Feb 10:54
Compare
Choose a tag to compare
  • Refactored: Make LAX code "compliant" with Lightning Linter #15
  • Implemented: .setFinally function for LaxActionBuilder #14
  • Fixed: .error([callback]) handler doesn't catch CreateComponentError

v1.2

22 Jan 09:07
Compare
Choose a tag to compare
  • An ability to call Lightning Data Service component function within Lax context #6
  • An ability to run $A.createComponent() functionality using Promise API manner #3
  • An ability to fire an Application/Component event using Builder Pattern manner #9

v1.1.1

08 Jan 14:59
Compare
Choose a tag to compare

Enhancements:

  • action property for ApexActionError and IncompleteActionError to reference original Lightning Component server-side action

Routed server-side action exception handling

08 Jan 11:11
Compare
Choose a tag to compare

Enhancements:

  • LaxPromise.catch() has an ability to hanle specific error
  • LaxPromise.error() to handle then"ERROR" action state
  • LaxPromise.incomplete() to handle the "INCOMPLETE" action state
  • LaxPromise.finally() to assign finally LaxPromise callback

Bugfix:

  • a multiple errors handling in the LaxPromise chaining

Reference:

v1.0

19 Dec 13:00
Compare
Choose a tag to compare
Move LICENSE to the root folder