Releases: apexfarm/ApexTriggerHandler
Releases · apexfarm/ApexTriggerHandler
v1.2
v1.1.3
v1.1.2
- 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
- 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
v1.0.0 Update README.md