Releases: ronin-co/client
Releases · ronin-co/client
6.2.0
What's Changed
- Make it possible to run queries for all models by @leo in #48
- Added support for advanced expressions by @colodenn in #49
Full Changelog: 6.1.0...6.2.0
6.1.0
What's Changed
- Fixed schema inferred type flattening by @leo in #43
- Ensure clean query for creating models with no fields by @leo in #44
- Allow for including count of joined records by @leo in #45
- Allow for providing raw SQL by @leo in #46
- Allow for wrapping raw SQL into batches by @leo in #47
Full Changelog: 6.0.29...6.1.0
6.0.26
What's Changed
- Directly export
batch
method by @leo in #37
- Ensure reliable formatting of fields by @leo in #38
- Use correct query syntax for creating records by @leo in #39
Full Changelog: 6.0.25...6.0.26
6.0.25
What's Changed
- Avoid unnecessary temporary tables during migrations by @leo in #34
- Ensure correct return type for
blob
fields by @leo in #35
- Rename
for
instruction to using
by @leo in #36
- Support
with
instruction for add
queries by @leo in #36
Full Changelog: 6.0.24...6.0.25
6.0.24
What's Changed
- Ensure that CLI prints correct version by @leo in #30
- Ensure that
models
are optional by @leo in #31
- Support
Date
objects in queries by @leo in #32
- Gracefully handle empty OR conditions by @leo in #33
- Gracefully handle undefined pagination cursor by @leo in #33
Full Changelog: 6.0.23...6.0.24
6.0.23
What's Changed
- Always use the latest query compiler by @leo in #29
- Enhanced error message display by @leo in #29
- Ensure lowercase ID prefixes by default by @leo in #29
Full Changelog: 6.0.22...6.0.23