Skip to content

Release 5.0.1

Compare
Choose a tag to compare
@paustint paustint released this 13 Jan 18:31
· 24 commits to master since this release
  • Update changelog with deprecated package version information (3cbd9a7)
  • Merge pull request #241 from jetstreamapp/breaking/v5 (9d0b718)
  • Fix WhereClause types (248e7a2)

💥 Breaking Changes
Fixed a bug where with typescript types to properly represent that WhereClause can have a null value for left in the case of a negation operator.
This was always the case, but prior to enabling strict typescript types, this went under the radar.

For Typescript consumers that have strict null checks enabled, they may need to make code changes depending on usage.