Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit a50d7ea

Browse files
committed
Release v0.12.0
Refs #3
1 parent 085d31f commit a50d7ea

File tree

5 files changed

+1791
-1828
lines changed

5 files changed

+1791
-1828
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
55

6+
## [v0.12.0] - 2015-09-29
7+
### Changed
8+
- `all` keys removed in all places as it has no effect on query results
9+
- function `args` property now always contains an array. when `DISTINCT` is used in function arguments, then a `distinct: true` property is added to the function node.
10+
- any property that was previously attached to a node with a value of `null` is no longer included in the AST. this should reduce the size of the AST considerably with useless information. for example, the `with` property of a `SELECT` statement node.
11+
- expected AST for each spec is located in its own `.json` file instead of keeping it inside of the JS file.
12+
613
## [v0.10.2] - 2015-07-09
714
### Changed
815
- lots of clean up to organize tests by category, split out tests to different files and directories by type, and created `mocha.opts` to run tests directory recursively.
@@ -421,7 +428,8 @@ All notable changes to this project will be documented in this file.
421428
### Added
422429
- First working version of sqlite-parser
423430

424-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...HEAD
431+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.12.0...HEAD
432+
[v0.12.0]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.12.0
425433
[v0.10.2]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.2
426434
[v0.9.8]: https://github.com/codeschool/sqlite-parser/compare/v0.9.1...v0.9.8
427435
[v0.9.1]: https://github.com/codeschool/sqlite-parser/compare/v0.8.0...v0.9.1

demo/js/sqlite-parser-demo.js

Lines changed: 16 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sqlite-parser-min.js

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)