Skip to content

Releases: shellyln/open-soql

v0.6.0

25 Oct 03:22
Compare
Choose a tag to compare
  • Update dependencies.
  • Update CI configurations.
  • Migrate to webpack 5.

v0.5.3

16 Sep 14:49
Compare
Choose a tag to compare
  • 📈 Add fall back processing to get globalThis, Object, and Function. (to check for unsafe keywords)
  • Update dependencies.

v👻.👻.👻

16 Sep 14:33
Compare
Choose a tag to compare
  • Failed to release it.😣

v0.5.1

05 Sep 10:35
Compare
Choose a tag to compare
  • 📈 Stricter lint checking.
  • 🐞[FIX] Fix like pattern escaping.
  • Update dependencies.

v0.5.0

02 Sep 21:45
Compare
Choose a tag to compare

⚠️ Breaking changes

  • 💥 Change getIndexFieldConditions() parameters.

🟢 Other changes

  • 🐞[FIX] Fix getIndexFieldConditions().
    • Check operand 2.
    • Fix array expansion.
  • 🐞[FIX] Fix Date and Datetime parameter expansion of SOQL function calls.
  • 📈 Improve typings; Strictly define the type of template string parameters.
  • Update README.
  • Update dependencies.

v0.4.1

30 Aug 22:31
Compare
Choose a tag to compare
  • [NEW] Add getIndexFieldConditions() function that gets the transformed conditions that include only the fields you specified.
  • Update README.
  • Update CI configurations (GitHub Actions: remove node 13).

v0.4.0

30 Aug 02:07
Compare
Choose a tag to compare
  • [NEW] Add SOQL scalar function convertTimezone().
  • 📈 Memoize the immediate-scalar function calls.
  • 📈 Improves the performance of the standard resolvers.
  • 📈 Improves the performance of sorting.
  • 📈 Improves the performance of filtering.
  • Update README.
  • Update dependencies.

v0.3.1

29 Aug 01:42
Compare
Choose a tag to compare
  • [NEW] Add notifyRemoved() function that publish DML remove event. (to notify remote changes)
  • [NEW] Add unsubscribeAllBySubscriber() function.
  • Update README.

v0.3.0

28 Aug 03:09
Compare
Choose a tag to compare
  • [NEW] Publish / Subscribe messaging. (Subscribe to DML events)
  • Update README.
  • Update dependencies.

v0.2.2

27 Aug 00:52
Compare
Choose a tag to compare
  • 📈 Improve typings.
  • Update README.