Skip to content

Releases: apexfarm/ApexQuery

v2.0.0

26 Oct 14:18
Compare
Choose a tag to compare
  1. Renamed the following types and methods, so the they are more consistent to their keyword counterparts and easy to remember.

    • Query.Selector -> Query.SelectBy

    • Query.selector() -> Query.selectBy()

    • Query.Orderer -> Query.OrderBy

    • Query.orderer() -> Query.orderBy()

    • Query.Grouper -> Query.GroupBy

    • Query.grouper() -> Query.groupBy()

  2. Deprecated two functions DISTANCE_IN_KM() and DISTANCE_IN_MI(), but introduced DISTANCE(), which is more flexible since units are passed as parameters instead.

v1.1.0

25 Oct 15:27
Compare
Choose a tag to compare

Fix includes and excludes keyword bugs.

v0.0.1

16 Mar 14:45
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

The library was originally go to a direction to support query of SOQL, in-memory List and JSON string. This version is 75% near the target release. However, I decide to go another direction, a simpler and lighter direction. The release is just to keep my source code for future reference.