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

Commit 1d9b04b

Browse files
committed
Release v0.11.3.
1 parent cc1ffd6 commit 1d9b04b

File tree

6 files changed

+1048
-1000
lines changed

6 files changed

+1048
-1000
lines changed

CHANGELOG.md

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

44
## [Unreleased][unreleased]
5+
6+
## [v0.11.3] - 2016-02-02
57
### Fixed
68
- Added missing binary division operator so that things like this will now correctly parse.
79

@@ -482,7 +484,8 @@ part of table names, column names, aliases, etc... This also addresses issues th
482484
### Added
483485
- First working version of sqlite-parser
484486

485-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.11.2...HEAD
487+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.11.3...HEAD
488+
[v0.11.3]: https://github.com/codeschool/sqlite-parser/compare/v0.11.2...v0.11.3
486489
[v0.11.2]: https://github.com/codeschool/sqlite-parser/compare/v0.11.0...v0.11.2
487490
[v0.11.0]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.11.0
488491
[v0.10.2]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ syntax error is produced if an AST cannot be generated.
1616

1717
## Install
1818

19-
**IMPORTANT: If you want intelligent error messages for syntax errors, then use the `v0.11.2` release. If you want the fastest possible version of the parser, with the tradeoff of poor syntax error feedback, use the `v0.12.2` release.**
19+
**IMPORTANT: If you want intelligent error messages for syntax errors, then use the `v0.11.3` release. If you want the fastest possible version of the parser, with the tradeoff of poor syntax error feedback, use the `v0.12.3` release.**
2020

2121
```
2222
npm install sqlite-parser

demo/js/sqlite-parser-demo.js

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

0 commit comments

Comments
 (0)