- Update dependencies.
- Update CI configurations.
- Migrate to webpack 5.
- 📈 Add fall back processing to get
globalThis,Object, andFunction. (to check for unsafe keywords) - Update dependencies.
- Failed to release it.😣
- 📈 Stricter lint checking.
- 🐞[FIX] Fix
likepattern escaping. - Update dependencies.
- 💥 Change
getIndexFieldConditions()parameters.
- 🐞
[FIX]FixgetIndexFieldConditions().- Check operand 2.
- Fix array expansion.
- 🐞
[FIX]FixDateandDatetimeparameter expansion of SOQL function calls. - 📈 Improve typings; Strictly define the type of template string parameters.
- Update README.
- Update dependencies.
- ✨
[NEW]AddgetIndexFieldConditions()function that gets the transformed conditions that include only the fields you specified. - Update README.
- Update CI configurations (GitHub Actions: remove node 13).
- ✨
[NEW]Add SOQL scalar functionconvertTimezone(). - 📈 Memoize the
immediate-scalarfunction calls. - 📈 Improves the performance of the standard resolvers.
- 📈 Improves the performance of sorting.
- 📈 Improves the performance of filtering.
- Update README.
- Update dependencies.
- ✨
[NEW]AddnotifyRemoved()function that publish DMLremoveevent. (to notify remote changes) - ✨
[NEW]AddunsubscribeAllBySubscriber()function. - Update README.
- ✨
[NEW]Publish / Subscribe messaging. (Subscribe to DML events) - Update README.
- Update dependencies.
- 📈 Improve typings.
- Update README.
- ✨
[NEW]Pre-compiled query. - ✨
[NEW]Named parameterized query. - 🐞
[FIX]The values forlimitandoffsetmust be settable in the template string literal parameters. - Update README.
- Update dependencies.
- ✨
[NEW]Nested scalar/aggregate function calls. - 🐞
[FIX]Nested function on relational query result is broken. - 📈 Improve
selectquery performance. - 📈 Improve typings.
- Update README.
- Update dependencies.
- 🐞
[FIX]Fix CSV resolver: Column names should be not dangerous names. - Improve README.
- First stable release🎉