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

Commit 5cfa812

Browse files
committed
Release v0.12.0-beta.1
Previous 0.12.0 should have been tagged beta and not set as default release. Refs #3
1 parent 412b843 commit 5cfa812

File tree

6 files changed

+2429
-2422
lines changed

6 files changed

+2429
-2422
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
55

6-
## [v0.12.0] - 2015-09-29
6+
## [v0.12.0-beta.1] - 2015-09-29
77
### Changed
88
- `all` keys removed in all places as it has no effect on query results
99
- 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.
1010
- 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+
- all `false` values that were included by default (e.g.: `temporary`, `autoIncrement`, etc...) are only included in the AST when the value is `true`
1112
- expected AST for each spec is located in its own `.json` file instead of keeping it inside of the JS file.
1213

1314
## [v0.10.2] - 2015-07-09
@@ -428,8 +429,8 @@ All notable changes to this project will be documented in this file.
428429
### Added
429430
- First working version of sqlite-parser
430431

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
432+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.12.0-beta.1...HEAD
433+
[v0.12.0-beta.1]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.12.0-beta.1
433434
[v0.10.2]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.2
434435
[v0.9.8]: https://github.com/codeschool/sqlite-parser/compare/v0.9.1...v0.9.8
435436
[v0.9.1]: https://github.com/codeschool/sqlite-parser/compare/v0.8.0...v0.9.1

demo/js/sqlite-parser-demo.js

Lines changed: 6 additions & 6 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: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)