Skip to content

Releases: synatic/noql

v1.0.6

30 Nov 06:51
Compare
Choose a tag to compare

Fixes a bug with the parser when using aliases.

v1.0.5

11 Jul 09:26
c569208
Compare
Choose a tag to compare

Fixes the issue where the on clause of a join statement depended on the correct ordering of the statement.

v1.0.4

07 Jul 13:22
b002007
Compare
Choose a tag to compare

Fixes an issue when joining onto a select statement

v1.0.3

04 Jul 12:34
Compare
Choose a tag to compare

Fixing the join order in the $lookup when there are more than one joins on different tables

v1.0.2

01 Jul 15:00
80459c8
Compare
Choose a tag to compare
Merge pull request #67 from synatic/develop

Adding unwind support to left joins

v1.0.1

23 Jun 15:31
Compare
Choose a tag to compare

Adding missing function from public interface

V1.0.0

22 Jun 14:11
Compare
Choose a tag to compare

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

10 Dec 13:08
38c8f59
Compare
Choose a tag to compare

Added automatic type conversion on literal where clauses
Updated readme
Updated tests

v0.0.3

09 Dec 20:07
acbe58e
Compare
Choose a tag to compare

Fixed match pipeline position on joins
Fixed linting
Upgraded json magic package
Upgraded sql sax parser
Added tests

Working Exports

05 Aug 09:18
51ddd33
Compare
Choose a tag to compare
Working Exports Pre-release
Pre-release
  • Fixed exports issue
  • Update and fixed some examples
  • Docs formatting