Skip to content

Commit e065479

Browse files
authored
Merge pull request #4 from chenasraf/develop
Docs
2 parents feb24ab + 17e4847 commit e065479

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.0.1-develop.1](https://github.com/chenasraf/search-ast-parser-js/compare/v1.0.0...v1.0.1-develop.1) (2023-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* buffer reader ([dc2fde1](https://github.com/chenasraf/search-ast-parser-js/commit/dc2fde1da40fc120d5624973b241cc5a7424f2d5))
9+
* readme toc ([6c777f1](https://github.com/chenasraf/search-ast-parser-js/commit/6c777f1bdd53a75cba5e1fad44ddb697f70ff8b8))
10+
311
## [1.0.1-develop.2](https://github.com/chenasraf/search-ast-parser-js/compare/v1.0.1-develop.1...v1.0.1-develop.2) (2023-05-01)
412

513

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<h1>Search Query AST Parser for JS</h1>
22

3+
[NPM](https://www.npmjs.com/package/search-parse) |
4+
[Documentation](https://chenasraf.github.io/search-ast-parser-js)
5+
36
This is a package for JS applications that parses search queries with the common search operator
47
features such as logical or/and, grouping, phrases (in quotes), etc.
58

0 commit comments

Comments
 (0)