Skip to content

v2.0.0

Compare
Choose a tag to compare
@Sairahcaz Sairahcaz released this 12 Oct 13:12
· 30 commits to main since this release
613e5e0

What's Changed

  • It's now possible to pass startFrom as a parameter to query between certain ranges. For instance: Transaction::ofLastYear(startFrom: '2020-01-01'). You may need to change the order of your arguments or use named arguments. Checkout UPGRADING file for that.