Releases: apexfarm/ApexQuery
v3.0.0
v2.0.0
-
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()
-
-
Deprecated two functions
DISTANCE_IN_KM()andDISTANCE_IN_MI(), but introducedDISTANCE(), which is more flexible since units are passed as parameters instead.
v1.1.0
v0.0.1
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.