Releases: synatic/noql
v1.0.6
Fixes a bug with the parser when using aliases.
v1.0.5
Fixes the issue where the on
clause of a join statement depended on the correct ordering of the statement.
v1.0.4
Fixes an issue when joining onto a select statement
v1.0.3
Fixing the join order in the $lookup when there are more than one joins on different tables
v1.0.2
Merge pull request #67 from synatic/develop Adding unwind support to left joins
v1.0.1
Adding missing function from public interface
V1.0.0
What's Changed
- Contains all the various changes and enhancements to the library for this phase. by @eXigentCoder in #64
Full Changelog: v0.0.5...v1.0.0
Support for n-level queries, unset, union + union all, count in query, subquery syntax, unwind as $$root, select * with a computed field, web build, library upgrades, multipart binary expressions.
v0.0.4
Added automatic type conversion on literal where clauses
Updated readme
Updated tests
v0.0.3
Fixed match pipeline position on joins
Fixed linting
Upgraded json magic package
Upgraded sql sax parser
Added tests
Working Exports
- Fixed exports issue
- Update and fixed some examples
- Docs formatting