Skip to content

Releases: salesforce/apex-mockery

v2.1.0

12 May 12:12
00f1f30
Compare
Choose a tag to compare

2.1.0 (2023-05-12)

Features

  • Improve naming and concept segregation (#50) (4e35e09)

Unlocked Package installation

  • Production link
  • Sandbox link
  • sfdx command: sfdx force:package:install --package 04tDn0000006nbAIAQ

v2.0.0

05 May 13:17
51e07cf
Compare
Choose a tag to compare

2.0.0 (2023-05-05)

Features

  • migrate from parameter concept to argument (#45) (ec16b56)

Refactorings

  • rename Assertions.assertThat in Expect.that (#47) (7d74eb8)

v1.1.0

24 Mar 13:14
1c2cf21
Compare
Choose a tag to compare

1.1.0 (2023-03-09)

Bug Fixes

  • not usable unlocked package without namespace (#39) (41c71df)

v1.0.0

22 Feb 19:20
6e503e2
Compare
Choose a tag to compare

1.0.0 (2023-02-22)

Features

  • add auto release communication bot (#30) (5cbdb63)
  • add call log history to concerned error messages (2e2a460)
  • add hasbeenCalledWith and hasBeenLastCalledWith (#8) (98ebbf2)
  • add recipes (#22) (745fed6)
  • add test classes (#4) (770b00f)
  • add thenThrow API to spy (#7) (ff32fbf)
  • enhance assertion error messages by including call history (#17) (2e2a460)
  • implement whenCalledWithParams using ParameterMatcher (#10) (127359c)
  • improve configuration error messages (#21) (3670ce8)
  • improve existing functional test (#11) (f2b5760)
  • improve README content (#2) (64dd0fc)
  • introduce convenient API to avoid Params usage (#25) (6d9efa4)

Bug Fixes