Release 5.0.1
- 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.