What's Changed
- chore(deps): bump classnames from 2.3.1 to 2.3.2 by @dependabot in #50
- chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /server by @dependabot in #68
- fix: hide scrollbar by @bcho in #103
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #98
- chore(deps-dev): bump @types/react from 18.0.20 to 18.0.26 by @dependabot in #90
- fix: fix workspace usage by @bcho in #104
- feat: extract shared component to dedicated package by @bcho in #105
- chore(deps): bump github.com/alecthomas/kong from 0.6.1 to 0.7.1 in /server by @dependabot in #79
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 in /server by @dependabot in #70
- chore(deps): bump google.golang.org/grpc from 1.49.0 to 1.51.0 in /server by @dependabot in #83
- chore(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0 in /server by @dependabot in #87
- chore(deps): bump @mantine/notifications from 5.3.0 to 5.10.0 by @dependabot in #106
- chore(deps): bump github.com/rs/cors from 1.8.2 to 1.8.3 in /server by @dependabot in #100
- chore(deps): bump jotai from 1.8.4 to 1.12.1 by @dependabot in #111
- chore(deps-dev): bump vite from 4.0.3 to 4.0.4 by @dependabot in #108
- chore(deps): bump @protobuf-ts/runtime from 2.8.1 to 2.8.2 by @dependabot in #109
- chore(deps-dev): bump @vitejs/plugin-react from 3.0.0 to 3.0.1 by @dependabot in #110
- feat: implement prql support by @bcho in #112
- chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 in /server by @dependabot in #114
- chore(deps): bump @protobuf-ts/runtime-rpc from 2.8.1 to 2.8.2 by @dependabot in #115
- chore(deps-dev): bump prettier from 2.8.1 to 2.8.3 by @dependabot in #116
- chore(deps-dev): bump @storybook/builder-vite from 0.2.6 to 0.2.7 by @dependabot in #117
- chore(deps): bump knex from 2.2.0 to 2.4.0 by @dependabot in #113
- chore(deps-dev): bump autoprefixer from 10.4.12 to 10.4.13 by @dependabot in #122
- chore(deps-dev): bump @types/react from 18.0.26 to 18.0.27 by @dependabot in #123
- chore(deps-dev): bump @babel/core from 7.20.7 to 7.20.12 by @dependabot in #124
- feat: port prql-js to in-house version by @bcho in #125
- feat: implement basic intellisense for prql by @bcho in #126
- Build fix by @bcho in #127
- feat: implement memory db backend by @bcho in #128
- refactor: drop
browser-ui
and kusto implementation by @bcho in #129 - fix: fix security issues by @bcho in #130
Full Changelog: v0.0.3...v0.0.4
Changelog
- 5e4a7e4 Build fix (#127)
- 22b9e9a chore(deps): bump @mantine/notifications from 5.3.0 to 5.10.0 (#106)
- 32007ea chore(deps): bump @protobuf-ts/runtime from 2.8.1 to 2.8.2 (#109)
- 15a5dd8 chore(deps): bump @protobuf-ts/runtime-rpc from 2.8.1 to 2.8.2 (#115)
- 46ca643 chore(deps): bump classnames from 2.3.1 to 2.3.2 (#50)
- 28c0bd7 chore(deps): bump github.com/alecthomas/kong from 0.6.1 to 0.7.1 in /server (#79)
- 7278d6f chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 in /server (#70)
- 7978b04 chore(deps): bump github.com/rs/cors from 1.8.2 to 1.8.3 in /server (#100)
- 17206d8 chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /server (#68)
- cc45c6b chore(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0 in /server (#87)
- 7c937d7 chore(deps): bump google.golang.org/grpc from 1.49.0 to 1.51.0 in /server (#83)
- f3a5c74 chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 in /server (#114)
- e1300f0 chore(deps): bump jotai from 1.8.4 to 1.12.1 (#111)
- fd3f2c7 chore(deps): bump json5 from 2.2.1 to 2.2.3 (#98)
- ad8514a chore(deps): bump knex from 2.2.0 to 2.4.0 (#113)
- a12b39d chore(deps-dev): bump @babel/core from 7.20.7 to 7.20.12 (#124)
- 6470c6e chore(deps-dev): bump @storybook/builder-vite from 0.2.6 to 0.2.7 (#117)
- 3eb866a chore(deps-dev): bump @types/react from 18.0.20 to 18.0.26 (#90)
- e70f3cb chore(deps-dev): bump @types/react from 18.0.26 to 18.0.27 (#123)
- b94653c chore(deps-dev): bump @vitejs/plugin-react from 3.0.0 to 3.0.1 (#110)
- 1e6c3da chore(deps-dev): bump autoprefixer from 10.4.12 to 10.4.13 (#122)
- 2181059 chore(deps-dev): bump prettier from 2.8.1 to 2.8.3 (#116)
- 608fc4b chore(deps-dev): bump vite from 4.0.3 to 4.0.4 (#108)
- 9d95b25 chore: go work sync local
- 8e5a507 feat: extract shared component to dedicated package (#105)
- cb43011 feat: implement basic intellisense for prql (#126)
- 8b8bbed feat: implement memory db backend (#128)
- fbf6947 feat: implement prql support (#112)
- 4182164 feat: port prql-js to in-house version (#125)
- e8b5412 fix: fix security issues (#130)
- 00f7664 fix: fix workspace usage (#104)
- 61a6329 fix: hide scrollbar (#103)
- 35a3709 refactor: drop
browser-ui
and kusto implementation (#129)