Commit graph

53 commits

Author SHA1 Message Date
Kacper Kula
77f81367a0 chore: updating version 2025-01-30 10:45:03 +00:00
Kacper Kula
bc597400c6 feat: external API for registering views and custom functions. Added subproject for publishing npm package with types for external plugins. 2025-01-29 22:36:19 +00:00
Kacper Kula
ca554f0a75 feat: added links table 2025-01-28 11:15:01 +00:00
Kacper Kula
dfbb5367dc fix: fixing issue with files and folder with dots in them 2025-01-27 09:57:39 +00:00
Kacper Kula
320e7b76c1 fix: added logging for parser errors 2025-01-27 09:42:37 +00:00
Kacper Kula
8870c8c018 feat: added jsonpath support. Improved documentation 2025-01-24 16:34:42 +00:00
Kacper Kula
8b10a3d2ac Merge branch 'main' into feat/json-querying 2025-01-24 14:50:42 +00:00
Kacper Kula
7daee3b5e9 chore: bumping version to 0.18.1 2025-01-23 17:21:53 +00:00
Kacper Kula
35eaec2c83 Merge branch 'main' into feat/json-querying 2025-01-23 14:09:57 +00:00
Kacper Kula
bfe4c31291 chore: upgrading version to 0.18.0 2025-01-23 14:05:18 +00:00
Kacper Kula
1ab1178560 feat: json support with simple viewer 2025-01-20 16:38:05 +00:00
Kacper Kula
424a3ff698 version: upgrade to 0.17.0 2025-01-20 13:12:17 +00:00
Kacper Kula
f4493a5b75 fix: fixing issue with variables not being properly parsed 2025-01-17 22:03:00 +00:00
Kacper Kula
f0b1b246cf chore: bumping version to 0.16.0 2025-01-16 15:02:47 +00:00
Kacper Kula
881f6a524a version: 0.15.0 2025-01-15 20:39:17 +00:00
Kacper Kula
d45dde5039 chore: adding more tests and reworking jest globals 2025-01-15 20:12:03 +00:00
Kacper Kula
2e61bfbe5e fix: fixed SQL parsing by changing underlying parsing library 2025-01-15 17:48:33 +00:00
Kacper Kula
0ca41962d5 fix: fixing issue with SELECT casing and edge-case when loading data 2025-01-13 16:57:22 +00:00
Kacper Kula
dd3230090b chore: bumping version to 0.14.0 2025-01-10 11:21:34 +00:00
Kacper Kula
ad8793dc6a feat: version 0.13.0 2025-01-09 14:47:05 +00:00
Kacper Kula
12001a1a6d feat: big refactor to reuse database data, keep track of files and save each csv at most once in the database. 2025-01-08 20:09:19 +00:00
Kacper Kula
549d238f00 feat: adding "create csv file" option 2025-01-04 20:57:11 +00:00
Kacper Kula
098a832a75 fix: fixing completed flag in tasks being reversed 2024-12-20 14:00:54 +00:00
Kacper Kula
e28d02afe6 fix: fixing issue with CTE names registering signals 2024-12-20 13:52:02 +00:00
Kacper Kula
ee9f7e9fea fix: fixing issue with process on mobile not present 2024-12-20 11:35:37 +00:00
Kacper Kula
39834d6ce7 feat: project reworked to load database inside WebWorker and persist it inside IndexeDb 2024-12-19 11:50:10 +00:00
Kacper Kula
f75cb5fbcb minimal poc for worker working with database in it 2024-12-16 14:43:12 +00:00
Kacper Kula
d0d1f6c2b4 chore: updating version and adding changelogs. 2024-11-24 12:05:05 +00:00
Kacper Kula
bba929e9e1 feat: multiple improvements - settings, csv view, multiple renderers 2024-11-24 11:59:57 +00:00
Kacper Kula
153e68a789 feat: reworking parsing and fixing small bugs 2024-11-07 18:43:15 +00:00
Kacper Kula
3ee1045cb5 feat: reworked antlr4ts to antlr4 2024-11-04 21:00:52 +00:00
Kacper Kula
7f7352e62f feat: replacing better-sqlite3 with sql.js which makes the plugin work on mobile 2024-11-04 18:56:56 +00:00
Kacper Kula
38a7285666 chore: fixing updates and adding checkboxes 2024-11-03 22:23:13 +00:00
Kacper Kula
7be3d2a800 release: 0.9.1 turning off verbose 2024-11-03 21:20:58 +00:00
Kacper Kula
ce99eefa14 release: 0.9.0 2024-11-03 21:07:22 +00:00
Kacper Kula
39896ef862 feat: reworking how the data is being displayed by using ag-grid library 2024-11-03 20:43:45 +00:00
Kacper Kula
afbf3565e4 chore: bumped version and added changelog 2024-09-05 18:34:36 +01:00
Kacper Kula
0928186ae7 chore: version bump, cleaaning dependencies 2024-09-02 19:48:33 +01:00
Kacper Kula
8a5c2bbad5 feat: adding proper gramar parsing instead of regex. Improving how CSVs are handled and reloaded. 2024-09-02 19:40:48 +01:00
Kacper Kula
a16930a8b4 chore: bumping up version of the package. 2024-09-01 20:00:30 +01:00
Kacper Kula
ed0c7bb74e many fixes:
- fixing CSV loading
- Fixing constantly reloading files when modifying sql inside the same block that has table declaration in
- Auto-parsing JSON values with JSON5
- Better errors when error occurs in select statement
2024-09-01 14:01:54 +01:00
Kacper Kula
f0263df08c feat: added support for JSON types 2024-08-25 13:12:16 +01:00
Kacper Kula
676404bd32 chore: updated changelog and version 2024-08-25 11:57:25 +01:00
Kacper Kula
00a33e1732 fix: fixed issue with the better-sqlite3 files. 2024-08-23 21:17:48 +01:00
Kacper Kula
4ef23584b0 v0.3.0 2024-08-10 16:27:25 +01:00
Kacper Kula
0b4369e607 chore: fixing library after reviews 2024-05-12 20:01:30 +01:00
Kacper Kula
db3fbf4d95 feat: ability to query vault data finished (POC) 2024-05-06 17:23:32 +01:00
Kacper Kula
546b3d9fca skipping typecheck for now 2024-05-03 21:33:19 +01:00
Kacper Kula
aae1a6c3e6 deploy script, publish script 2024-05-03 21:18:13 +01:00
Kacper Kula
0e57c7bda2 added docs, testing observers 2024-05-01 22:54:41 +01:00