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

Commit

Permalink
Release v1.0.0-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Oct 9, 2016
1 parent fc38809 commit c644e90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v1.0.0-beta] - 2016-10-07
### Added
- The root node of the AST now has `type` and `variant` properties:

Expand All @@ -17,7 +19,6 @@ All notable changes to this project will be documented in this file.
}
```

## [v0.15.0-beta] - 2016-10-03
- Added missing `ATTACH DATABASE` statement. It will pair nicely with the existing `DETACH DATABASE` statement.

``` sql
Expand Down Expand Up @@ -978,8 +979,8 @@ part of table names, column names, aliases, etc... This also addresses issues th
### Added
- First working version of sqlite-parser

[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.15.0-beta...HEAD
[v0.15.0-beta]: https://github.com/codeschool/sqlite-parser/compare/v0.14.5...v0.15.0-beta
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v1.0.0-beta...HEAD
[v1.0.0-beta]: https://github.com/codeschool/sqlite-parser/compare/v0.14.5...v1.0.0-beta
[v0.14.5]: https://github.com/codeschool/sqlite-parser/compare/v0.14.4...v0.14.5
[v0.14.4]: https://github.com/codeschool/sqlite-parser/compare/v0.14.3...v0.14.4
[v0.14.3]: https://github.com/codeschool/sqlite-parser/compare/v0.14.2...v0.14.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqlite-parser",
"description": "JavaScript implentation of SQLite 3 query parser",
"author": "Code School (http://codeschool.com)",
"version": "0.15.0-beta",
"version": "1.0.0-beta",
"contributors": [
"Nick Wronski <[email protected]>"
],
Expand Down

0 comments on commit c644e90

Please sign in to comment.