915 Commits

Author SHA1 Message Date
2ba3b4590a Refactor code and update tests 2023-12-30 01:32:39 +01:00
8f73d981ca 1.0.0-alpha.6 v1.0.0-alpha.6 2023-12-28 14:12:25 +01:00
d45dff15e0 Update README.md with license information 2023-12-28 14:11:05 +01:00
14a11a6371 fix: update package.json 2023-12-27 23:59:55 +01:00
af5e1da702 feat: enable CORS support 2023-12-27 23:58:45 +01:00
65dfc7929d Merge branch 'main' into v1 2023-12-27 03:29:34 +01:00
5ee27b3ae9 Refactor file names and remove unused code 2023-12-27 03:28:20 +01:00
be18f1ef6c wip 2023-12-27 03:27:19 +01:00
59d39384ff exit on help message and add logs 2023-12-27 02:58:13 +01:00
cfc0b33a87 1.0.0-alpha.5 v1.0.0-alpha.5 2023-12-27 01:36:23 +01:00
a74c0c2268 Update package.json and app.ts, fix file validation in bin.ts, and modify index.html 2023-12-27 01:35:59 +01:00
34f881d387 chore: update lowdb version to 7.0.1 and simplify code 2023-12-27 00:30:32 +01:00
2b849500bc chore: update package.json dependencies 2023-12-27 00:16:45 +01:00
d98d0bcd96 Update README.md 2023-12-26 06:07:24 +01:00
b94c38032e docs: update install 2023-12-26 01:24:47 +01:00
a5f0832564 1.0.0-alpha.4 v1.0.0-alpha.4 2023-12-26 01:22:09 +01:00
ef01502977 Add support for json5 format 2023-12-26 01:20:30 +01:00
702377c13a docs: add link v1 2023-12-26 00:18:44 +01:00
5e64cd1f3c Update README.md and package.json 2023-12-26 00:13:21 +01:00
ffdd926d45 Update README.md 2023-12-17 23:02:55 +01:00
45f75f169b 1.0.0-alpha.3 v1.0.0-alpha.3 2023-12-17 22:56:55 +01:00
5a397ed1c8 fix, lint, refactor 2023-12-17 22:56:47 +01:00
9d5f746961 1.0.0-alpha.2 v1.0.0-alpha.2 2023-12-17 17:43:29 +01:00
66ff05b5ec chore: update package-lock.json 2023-12-17 17:43:07 +01:00
c6a9c0a7b7 chore: prepack script 2023-12-17 17:42:49 +01:00
b151db990c chore: version v1.0.0-alpha.1 2023-12-17 17:34:59 +01:00
aad3a2f90a add CONTRIBUTING.md 2023-12-17 14:55:03 +01:00
3a259d1384 Update README.md 2023-12-04 23:36:05 +01:00
c8b1a3ea34 update views/index.html wip 2023-12-01 15:46:25 +01:00
6e31d2d82a chore: update config 2023-12-01 15:46:01 +01:00
6c7f3e5398 feat: add dev mode 2023-12-01 15:45:40 +01:00
d1da91af59 feat: add @tailwindcss/typography 2023-12-01 15:45:20 +01:00
921ee2c504 fix: remove public/output.css 2023-12-01 15:15:55 +01:00
3e8207717c refactor: rename 2023-12-01 15:15:03 +01:00
aea4dc3253 fix: git ignore output.css 2023-12-01 15:14:14 +01:00
8b3e48e1ad wip 2023-11-27 23:41:46 +01:00
8d16c88173 chore: remove previous files 2023-11-27 23:41:42 +01:00
f6ae2cf837 Update README.md (#1451)
remove broken Article link
2023-11-27 23:38:52 +01:00
7d28c83cec Update README.md 2023-11-27 00:48:32 +01:00
9a27c0adeb Update README.md 2023-10-24 01:33:52 +02:00
e8c17997a6 docs: add sponsor 2023-10-01 22:58:49 +02:00
78ea713756 0.17.4 v0.17.4 2023-09-29 15:34:18 +02:00
e11a8617d1 fix: move standard to devDependencies (#1454) 2023-09-29 15:33:19 +02:00
e2be883214 Update README.md 2023-04-26 01:36:03 +02:00
2473de3a13 Update README.md (#1417)
The ? in line 374 was escaped with \\ which stops the custom route from working. It works without the slashes.
2023-04-20 22:14:28 +02:00
26b52b97b1 0.17.3 v0.17.3 2023-03-21 22:39:19 +01:00
75cf023f14 chore: update test script 2023-03-21 22:32:43 +01:00
116d46bdec chore: update node.js.yml 2023-03-21 22:32:07 +01:00
0679e2c148 chore: update node.js.yml 2023-03-21 22:28:26 +01:00
64f8698665 ignore $schema definition (#1324)
* ignore $schema definition

* added tests that verify $schema node is ignored

* reduced schema ignore tests (copied from other tests)

---------

Co-authored-by: Eric Newton <eric.newton@centralsquare.com>
2023-03-21 22:22:55 +01:00