Releases: Beyond-Finance/active_force
Releases · Beyond-Finance/active_force
v0.24.0
v0.23.0
What's Changed
- Update ActiveQuery#select to accept a block by @jflack-bf in #99
New Contributors
- @jflack-bf made their first contribution in #99
Full Changelog: 0.22.1...0.23.0
v0.22.1
What's Changed
- Fixes #94 - Ids Query Method by @cdelpone-beyond-finance in #97
Full Changelog: 0.22.0...0.22.1
v0.22.0
What's Changed
- Add ids method AF query by @cdelpone-beyond-finance in #94
- Add missing standard type for
ContentNote
and fix the way the model… by @asedge in #95
New Contributors
- @cdelpone-beyond-finance made their first contribution in #94
Full Changelog: 0.21.1...0.22.0
v0.21.1
v0.21.0
What's Changed
- Don't query salesforce for a
.first
call if query already has records by @CharlesMassry in #77 - Fix missing
nil
attributes in SObject.update by @rferg in #79 - add metomic workflow file by @tamperdad in #81
- Raise
UnknownAttributeError
if.where
is given invalid attribute names by @rferg in #80 - Fix
includes
withhas_one
associations when no associated record by @rferg in #83 - use BigDecimal for money fields on new AF models by @lazaruslarue in #88
- Add range predicate support by @rferg in #87
- Uninitialized attributes will ERROR instead of returning as Nil by @bfrey08 in #78
New Contributors
- @tamperdad made their first contribution in #81
- @lazaruslarue made their first contribution in #88
Full Changelog: 0.20.1...0.21.0
v0.20.1
v0.20.0
What's Changed
- ActiveForce .first performance enhancement by @CharlesMassry in #73
- Bugfix: Transform NULL values for SF Bulk API, which expects "#N/A" by @asedge in #74
New Contributors
- @CharlesMassry made their first contribution in #73
Full Changelog: 0.19.0...0.20.0
v0.19.0
v0.18.0
What's Changed
- Adding
update
andupdate!
class methods onSObject
. by @asedge in #66 - SER 2543: Make blank?, present?, and any? work for AF query objects by @kencorley in #68
- Fix eager loading of scoped associations. Previously the scope was no… by @asedge in #67
- Add support for limit(n) by @aahmad in #69
New Contributors
- @kencorley made their first contribution in #68
- @aahmad made their first contribution in #69
Full Changelog: 0.17.0...0.18.0