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

Commit

Permalink
Release v0.11.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Feb 3, 2016
1 parent cc1ffd6 commit 1d9b04b
Show file tree
Hide file tree
Showing 6 changed files with 1,048 additions and 1,000 deletions.
5 changes: 4 additions & 1 deletion 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]

## [v0.11.3] - 2016-02-02
### Fixed
- Added missing binary division operator so that things like this will now correctly parse.

Expand Down Expand Up @@ -482,7 +484,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.11.2...HEAD
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.11.3...HEAD
[v0.11.3]: https://github.com/codeschool/sqlite-parser/compare/v0.11.2...v0.11.3
[v0.11.2]: https://github.com/codeschool/sqlite-parser/compare/v0.11.0...v0.11.2
[v0.11.0]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.11.0
[v0.10.2]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ syntax error is produced if an AST cannot be generated.

## Install

**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.**
**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.**

```
npm install sqlite-parser
Expand Down
36 changes: 18 additions & 18 deletions demo/js/sqlite-parser-demo.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dist/sqlite-parser-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1d9b04b

Please sign in to comment.