Skip to content

Releases: apexfarm/ApexTriggerHandler

v1.2

15 Mar 15:02
6e25450
Compare
Choose a tag to compare

Support custom metadata type settings to register and control trigger handlers.

v1.1.3

24 Jul 09:38
1833dba
Compare
Choose a tag to compare

Breaking changes to Triggers.Props Methods. All filterChanged() methods now return List, instead of Set. This is because List has wider use cases, it can not only be used in a where condition, but can also be used in an iteration.

v1.1.2

16 Jul 13:57
3fc55ad
Compare
Choose a tag to compare
  • Eliminate any DML statements in test class, so the library can be installed in any org.
  • Add a private but @testvisible helper method to mock the handler tests, so we don't need to do any DMLs in order to trigger the handlers.

Refactor Handler Interfaces

28 Aug 07:13
Compare
Choose a tag to compare
  • All handler interface methods will only accept one single context param.
  • All helper methods have been moved to context.props.
  • context.next() can be called on needed basis, not always required on subsequent handlers.

Initial Release

28 Aug 06:48
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v1.0.0

Update README.md