Skip to content

Releases: ronin-co/client

6.2.0

05 Feb 14:19
Compare
Choose a tag to compare

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

04 Feb 16:49
@leo leo
Compare
Choose a tag to compare

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.29

30 Jan 12:12
Compare
Choose a tag to compare

What's Changed

  • Skip drop queries for recreated tables in migration by @colodenn in #42

Full Changelog: 6.0.28...6.0.29

6.0.28

29 Jan 16:11
Compare
Choose a tag to compare

What's Changed

  • Allow migration of adding or dropping unique columns by @colodenn in #41

Full Changelog: 6.0.27...6.0.28

6.0.27

29 Jan 09:38
@leo leo
Compare
Choose a tag to compare

What's Changed

  • Ensure working array instructions by @leo in #40

Full Changelog: 6.0.26...6.0.27

6.0.26

28 Jan 18:20
@leo leo
Compare
Choose a tag to compare

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

28 Jan 13:53
@leo leo
Compare
Choose a tag to compare

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

28 Jan 09:10
@leo leo
Compare
Choose a tag to compare

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

24 Jan 19:19
@leo leo
Compare
Choose a tag to compare

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

6.0.22

24 Jan 09:17
Compare
Choose a tag to compare

What's Changed

  • Ensure that ronin diff works without a custom path by @colodenn in #28

Full Changelog: 6.0.21...6.0.22