semantic-release-bot
|
19d4d578de
|
chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/chenasraf/search-ast-parser-js/compare/v1.0.0...v1.0.1) (2023-05-01)
### Bug Fixes
* buffer reader ([dc2fde1](dc2fde1da4))
* readme toc ([6c777f1](6c777f1bdd))
v1.0.1
|
2023-05-01 21:57:23 +00:00 |
|
Chen Asraf
|
e065479f43
|
Merge pull request #4 from chenasraf/develop
Docs
|
2023-05-02 00:56:37 +03:00 |
|
semantic-release-bot
|
17e48472ed
|
chore(release): 1.0.1-develop.1 [skip ci]
## [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)
### Bug Fixes
* buffer reader ([dc2fde1](dc2fde1da4))
* readme toc ([6c777f1](6c777f1bdd))
|
2023-05-01 21:54:06 +00:00 |
|
Chen Asraf
|
5e0278862e
|
docs: add links
|
2023-05-02 00:53:12 +03:00 |
|
semantic-release-bot
|
feb24ab48e
|
chore(release): 1.0.1-develop.2 [skip ci]
## [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)
### Bug Fixes
* buffer reader ([769d952](769d952f42))
|
2023-05-02 00:44:59 +03:00 |
|
Chen Asraf
|
e6773639da
|
docs: update package name
|
2023-05-02 00:44:59 +03:00 |
|
Chen Asraf
|
e14514d71f
|
build: update package name
|
2023-05-02 00:44:59 +03:00 |
|
Chen Asraf
|
dc2fde1da4
|
fix: buffer reader
test: add InputReader test
|
2023-05-02 00:44:59 +03:00 |
|
Chen Asraf
|
1545665fce
|
test: clean tests, add coverage + verbose
|
2023-05-02 00:44:59 +03:00 |
|
semantic-release-bot
|
32eefc26bb
|
chore(release): 1.0.1-develop.1 [skip ci]
## [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)
### Bug Fixes
* readme toc ([25168ac](25168acfee))
|
2023-05-02 00:44:59 +03:00 |
|
Chen Asraf
|
6c777f1bdd
|
fix: readme toc
|
2023-05-02 00:44:59 +03:00 |
|
semantic-release-bot
|
c60b392e5c
|
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2023-04-30)
### Features
* add & and | logical operators ([89ec5eb](89ec5ebd80))
* initial version ([1a41712](1a41712062))
* **parser:** initial poc done ([c04b73f](c04b73f014))
* **parser:** updates ([29c64eb](29c64eb668))
* **parser:** wip ([48832e2](48832e23ea))
* **tokenizer:** update phrase ([4ffd527](4ffd52714d))
### Bug Fixes
* **lexer:** stall on bad characters ([ee8f8aa](ee8f8aa3ab))
* **lexer:** use regex for alphanumeric match (support multilingual) ([188bac3](188bac3502))
* operator group parsing ([bfc4edd](bfc4edda9d))
* **parser:** properly parse side tokens ([7e27bc3](7e27bc32aa))
* **tokenizer:** logical OR/AND group ([c1ed498](c1ed498fe7))
v1.0.0
|
2023-04-30 21:37:34 +00:00 |
|
Chen Asraf
|
1746b5bec2
|
docs: update README.md
|
2023-05-01 00:36:58 +03:00 |
|
semantic-release-bot
|
3c79fad193
|
chore(release): 1.0.0-develop.1 [skip ci]
## 1.0.0-develop.1 (2023-04-30)
### Features
* add & and | logical operators ([89ec5eb](89ec5ebd80))
* initial version ([1a41712](1a41712062))
* **parser:** initial poc done ([c04b73f](c04b73f014))
* **parser:** updates ([29c64eb](29c64eb668))
* **parser:** wip ([48832e2](48832e23ea))
* **tokenizer:** update phrase ([4ffd527](4ffd52714d))
### Bug Fixes
* **lexer:** stall on bad characters ([ee8f8aa](ee8f8aa3ab))
* **lexer:** use regex for alphanumeric match (support multilingual) ([188bac3](188bac3502))
* operator group parsing ([bfc4edd](bfc4edda9d))
* **parser:** properly parse side tokens ([7e27bc3](7e27bc32aa))
* **tokenizer:** logical OR/AND group ([c1ed498](c1ed498fe7))
|
2023-05-01 00:36:58 +03:00 |
|
Chen Asraf
|
190e0de51a
|
build: fix build
|
2023-05-01 00:36:58 +03:00 |
|
Chen Asraf
|
1a41712062
|
feat: initial version
|
2023-05-01 00:03:35 +03:00 |
|
Chen Asraf
|
bfc4edda9d
|
fix: operator group parsing
|
2023-04-29 16:53:23 +03:00 |
|
Chen Asraf
|
29c64eb668
|
feat(parser): updates
|
2022-08-16 18:59:30 +03:00 |
|
Chen Asraf
|
905d9a0b8e
|
docs: update readme
|
2022-08-16 03:18:19 +03:00 |
|
Chen Asraf
|
7af5a1f512
|
chore: rename
|
2022-08-16 03:16:57 +03:00 |
|
Chen Asraf
|
ee8f8aa3ab
|
fix(lexer): stall on bad characters
|
2022-08-16 03:08:49 +03:00 |
|
Chen Asraf
|
188bac3502
|
fix(lexer): use regex for alphanumeric match (support multilingual)
docs: update readme
|
2022-08-16 02:54:58 +03:00 |
|
Chen Asraf
|
a1f60274ea
|
build: update config
|
2022-08-16 02:34:47 +03:00 |
|
Chen Asraf
|
2607e84b18
|
chore: update name
|
2022-08-16 02:16:48 +03:00 |
|
Chen Asraf
|
a83b6d87c9
|
docs: add README.md and LICENSE
|
2022-08-16 02:12:45 +03:00 |
|
Chen Asraf
|
7e27bc32aa
|
fix(parser): properly parse side tokens
|
2022-08-16 01:35:11 +03:00 |
|
Chen Asraf
|
6f3329c601
|
chore: cleanups
|
2022-08-16 01:06:19 +03:00 |
|
Chen Asraf
|
c04b73f014
|
feat(parser): initial poc done
|
2022-08-16 01:01:57 +03:00 |
|
Chen Asraf
|
48832e23ea
|
feat(parser): wip
|
2022-08-14 20:26:47 +03:00 |
|
Chen Asraf
|
4ffd52714d
|
feat(tokenizer): update phrase
|
2022-08-14 20:26:30 +03:00 |
|
Chen Asraf
|
89ec5ebd80
|
feat: add & and | logical operators
|
2022-08-14 15:17:10 +03:00 |
|
Chen Asraf
|
c1ed498fe7
|
fix(tokenizer): logical OR/AND group
|
2022-08-14 03:33:58 +03:00 |
|
Chen Asraf
|
139bc886f1
|
first commit
|
2022-08-14 03:20:39 +03:00 |
|