CQL 3.3.0
What's Changed
- snapshot v3.3.0 by @mdnazmulkarim in #1233
- Fail to compile on SignatureLevel.None and all ambiguous overloaded functions including Libraries by @lukedegruchy in #1234
- Add signatureLevel to ELM annotations by @lukedegruchy in #1238
- Handle overloaded forward function declarations. by @lukedegruchy in #1213
- #1185: Added runtime dependency on XPP3 to the cli by @brynrhodes in #1242
- #1243: The translator will now return a warning if a function with overloads is invoked when signature level is insufficient to ensure necessary signature information is output. See additional release notes by @brynrhodes in #1248
- #1231: Fixed target mapping not being applied correctly for plural el… by @brynrhodes in #1247
- #1243: Fixed forward function overloads resolving incorrectly by @brynrhodes in #1251
- #821: Fixed private access modifier not always respected @mdnazmulkarim in #1239
- #648: added tests for validating type inference through conditional by @iasmile in #1252
- Removes unnecessary dependency on Moxy by @vitorpamplona in #1255
- Support related contexts in the CQL Engine. by @lukedegruchy in #1250
- Tests to ensure generic overloads are sufficiently specified by @JPercival in #1249
- #1203: Fixed function references missing from logic definitions in data-requirements by @brynrhodes in #1256
- #1203: Fixed function references missing from logic definitions in data-requirements
- #1202: Fixed extension access reporting as a code filter instead of a property access
- Fixed property access not being reported correctly when it occurred after the initial query context for a retrieve
- Fixed data requirements not being reported correctly when a query source was itself a nested query
- Fixed duplicate data requirements being reported for property access not directly related to a retrieve
- Fixed enableResultTypes not working in some cases
- release v3.3.0 by @mdnazmulkarim in #1257
New Contributors
Full Changelog: v3.2.0...v3.3.0