Releases: ronin-co/compiler
Releases · ronin-co/compiler
0.16.0
What's Changed
- Allow for resolving all link fields at once by @leo in #133
- Make it possible to run queries for all models by @leo in #134
Full Changelog: 0.15.0...0.16.0
0.15.0
What's Changed
- Do not allow model entities upon altering by @leo in #129
- Ensure correct file name for instructions by @leo in #130
- Allow for including count of joined records by @leo in #131
- Prevent actions for many-cardinality link fields by @leo in #132
Full Changelog: 0.14.14...0.15.0
0.14.10
What's Changed
- Always return correct
count
query results by @leo in #119
- Explicitly select all columns by default by @leo in #120
- Ensure hoisting joined records works correctly by @leo in #121
- Select columns when modifying records by @leo in #122
Full Changelog: 0.14.9...0.14.10