1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-15 20:10:19 -07:00

74 Commits

Author SHA1 Message Date
Patrick Demian
6edddb4fdd Added less verbose group syntax 2021-01-20 09:06:54 -05:00
Patrick Demian
aa88f2069d bug fixes and more tests 2021-01-20 07:42:03 -05:00
Patrick Demian
da5c2ca0af update package version 2021-01-19 15:24:08 -05:00
Patrick Demian
0026264eef more bug fixes 2021-01-19 15:23:04 -05:00
Patrick Demian
efa41ff249 Bug fix 2021-01-19 11:03:14 -05:00
Patrick Demian
f692514791
Merge pull request #5 from pdemian/new-features
Bug fixes
2021-01-19 02:07:15 -05:00
Patrick Demian
1e61490149 Bug fixes! 2021-01-19 01:59:54 -05:00
Patrick Demian
e0910f026b Added new tests that I noticed failed 2021-01-17 05:39:41 -05:00
Patrick Demian
8724201922
Fixed readme 2021-01-17 05:25:56 -05:00
Patrick Demian
32a641c8e4
Merge pull request #4 from pdemian/new-static-site-generator
New static site generator
2021-01-17 05:24:33 -05:00
Patrick Demian
011a49158a finished ssg and minor bug fixes 2021-01-17 05:21:07 -05:00
Patrick Demian
fb436be143 Initial ssg change 2021-01-15 04:54:08 -05:00
Patrick Demian
5767619463 Update API.md 2021-01-15 02:56:03 -05:00
Patrick Demian
27f37c21eb Update year 2021-01-03 05:07:55 -05:00
Patrick Demian
dad3d121de
Merge pull request #2 from pdemian/dependabot/npm_and_yarn/node-notifier-8.0.1
Bump node-notifier from 8.0.0 to 8.0.1
2021-01-03 04:04:54 -05:00
Patrick Demian
ed89a2995a
Merge branch 'new-features' into dependabot/npm_and_yarn/node-notifier-8.0.1 2021-01-03 04:04:47 -05:00
Patrick Demian
f6c3c8f9a6
Merge pull request #3 from pdemian/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
2021-01-03 04:03:52 -05:00
Patrick Demian
549d333c7f
Merge branch 'new-features' into dependabot/npm_and_yarn/ini-1.3.8 2021-01-03 04:03:23 -05:00
Patrick Demian
888ba3f87e WIP update 2021-01-03 04:01:56 -05:00
dependabot[bot]
d73586f5cb
Bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-22 20:35:48 +00:00
dependabot[bot]
e74985acd9
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13 06:23:38 +00:00
Patrick Demian
9b9cee2276 Improved code coverage and fixed bugs 2020-11-21 03:05:31 -05:00
Patrick Demian
34b7dac993 New features work! 2020-11-21 01:42:43 -05:00
Patrick Demian
4b8073a7c4 Fixed build 2020-11-19 08:33:51 -05:00
Patrick Demian
cbb298ece6 Nightly build 2020-11-19 07:49:42 -05:00
Patrick Demian
11275a9fba Added boost support, better code quality 2020-11-18 01:55:36 -05:00
Patrick Demian
cdead0834b Fixed bugs, added python support and integer/decimal regex 2020-11-18 01:18:36 -05:00
Patrick Demian
0507b2427b Updated Readme 2020-11-15 05:59:59 -05:00
Patrick Demian
db1d1716d2 Got everything ready for 1.0.0 release and added optimizations! 2020-11-15 05:52:15 -05:00
Patrick Demian
5dee6dbc88 Fixed bugs, changed API, added more tests 2020-11-14 03:31:22 -05:00
Patrick Demian
b78cd6967b Removed .map, fixed npm exports 2020-11-13 17:12:33 -05:00
Patrick Demian
3069b6a432 Create CNAME 2020-11-13 04:44:55 -05:00
Patrick Demian
436dbe3c40 Updated code, Readme, and tutorial. Cleaned up HTML. 2020-11-13 03:57:28 -05:00
Patrick Demian
7f516ec33b Added lib path, reorganized, began working on tutorial proper 2020-11-12 04:56:02 -05:00
Patrick Demian
298aee7226 More bugs fixed, updated readme 2020-11-06 16:06:27 -05:00
Patrick Demian
7d7d6337e1 Added tests and fixed bugs thanks to tests 2020-11-05 01:03:31 -05:00
Patrick Demian
32354d8aaf Added boundary and unicode class support 2020-11-03 21:31:47 -05:00
Patrick Demian
ffbd0d72b1 Fixed bug and reduced image size 2020-11-02 18:46:28 -05:00
Patrick Demian
bb0f662d1e Minor fixes/optimizations 2020-11-02 13:07:23 -05:00
Patrick Demian
17d3cbb381 Got error highlighting working, minor changes otherwise 2020-11-02 12:50:33 -05:00
Patrick Demian
409b68e8f2 Minified css, and removed jquery
Because YouMightNotNeedjQuery
2020-11-02 02:29:07 -05:00
Patrick Demian
851042ede6 Almost ready for a release 2020-11-02 01:26:44 -05:00
Patrick Demian
424cb59d6d Refactored code for later migration to npm 2020-11-01 23:19:30 -05:00
Patrick Demian
92fc7445d5 Added codemirror editor 2020-11-01 06:53:07 -05:00
Patrick Demian
a23efd3904 small changes to UI 2020-11-01 05:19:46 -05:00
Patrick Demian
fad904d43d Created a semi-usable website UI 2020-10-31 03:21:08 -04:00
Patrick Demian
18d4c4418f Added additional information to semantic errors 2020-10-31 01:06:56 -04:00
Patrick Demian
6e42c7e921 Everything works now 2020-10-30 22:34:41 -04:00
Patrick Demian
9d28543c5b Using & Match are broken, but rest are now implemented 2020-10-30 00:29:51 -04:00
Patrick Demian
3baefade52 Got a rudimentary syntax tree started 2020-10-29 15:35:59 -04:00