------------------ * Added support for line comments * Improved and optimized parsing * General code improvements * Fixed bug of unwanted persistence of parameters from previous queries (only happend on the lib)
0.8.1
------------------ * Released new documentation (major revision)
0.8.0
------------------ * Added universal access to columns/fields via dot operator
0.7.1
------------------ * Tweaked JSON loading (via -J) to support any valid JSON file
0.7.0
------------------ * Added support to key-value lookup (equi joins) * Added dict aggregation * Fixed set aggregation when returning empty set
0.6.0
------------------ * Added ORJSON processor for faster queries on JSON data * Added ORJSON writer for faster JSON output * Improved efficiency of the JSON writer (based on the standard library) * Added JSON querying benchmark