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

Commit

Permalink
Release v0.12.0-beta.1
Browse files Browse the repository at this point in the history
Previous 0.12.0 should have been tagged beta and not set
as default release.

Refs #3
  • Loading branch information
nwronski committed Sep 29, 2015
1 parent 412b843 commit 5cfa812
Show file tree
Hide file tree
Showing 6 changed files with 2,429 additions and 2,422 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

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

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

[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.12.0...HEAD
[v0.12.0]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.12.0
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.12.0-beta.1...HEAD
[v0.12.0-beta.1]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.12.0-beta.1
[v0.10.2]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.2
[v0.9.8]: https://github.com/codeschool/sqlite-parser/compare/v0.9.1...v0.9.8
[v0.9.1]: https://github.com/codeschool/sqlite-parser/compare/v0.8.0...v0.9.1
Expand Down
12 changes: 6 additions & 6 deletions demo/js/sqlite-parser-demo.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/sqlite-parser-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5cfa812

Please sign in to comment.