Releases: gadget-inc/ggt
v1.3.3
v1.3.2
v1.3.1
Patch Changes
v1.3.0
Minor Changes
-
04fcce2:
ggt dev
now outputs application logs!In our push to make your local development experience as streamlined as possible, we've now included application logs, by default, to output during a sync session!
Not only that, as long as your terminal supports linking, traceID(s) are also setup to take you to the editor logs!
No worries if the verbose output isn't your thing, we've got you covered:
--no-logs
- completely turns off this new feature--my-logs
- same as the editor logs boolean for only showing my logs/events--log-level
- Set the log level for incoming application logs,debug, info, error
As always any more info can be found through
ggt dev --help
!
Patch Changes
-
38210c3: Never ignore
.gadget/
directoryggt no longer ignores the
.gadget/
directory when it is listed in the.ignore
file. The.gadget/
directory is managed by ggt and ignoring it causes issues like infinite sync loops.
v1.2.0
v1.1.0
Minor Changes
-
87875c9: Dropped support for downgrading to ggt v0.4.x
ggt v1.1.x will no longer output a
.gadget/sync.json
file that is compatible with ggt v0.4.x. This means local directories that are synced with ggt v1.1.x will no longer be able to be synced with ggt v0.4.x. This change was made to simplify and reduce the complexity of the codebase.
Patch Changes
-
e83ea58: Updated app select to show apps grouped by team!
v1.0.6
v1.0.5
Patch Changes
- 18fb3ca: Bump semver from 7.6.2 to 7.6.3
- c7632e3: Bump @sentry/node from 8.18.0 to 8.19.0
- 269554f: Bump dayjs from 1.11.11 to 1.11.12
- 35cfaf7: Bump boxen from 7.1.1 to 8.0.0
- 1a82708: Bump normalize-package-data from 6.0.0 to 6.0.2
- 90ba3fd: Bump ws from 8.17.1 to 8.18.0
- 0063723: Bump @sentry/node from 7.114.0 to 8.17.0
- dc39c5d: Downgrade execa from 9.3.0 to 8.0.1 to support Node.js 18 versions lower than 18.18.0
- 557f56b: Use esbuild to bundle, minify, and tree-shake code and dependencies
- 8d649a1: Bump @sentry/node from 8.17.0 to 8.18.0
- 72d7d39: Bump graphql from 16.8.2 to 16.9.0
- 15d1ad9: Bump string-width from 7.1.0 to 7.2.0
- 7a64bd8: Fixed an issue causing
ggt deploy
to hang after deploying an app. - 323b386: Fixed an issue causing
ggt dev
to print "Pulled files." when only hidden files were pulled.
v1.0.4
v1.0.3
Patch Changes
-
55ec815: Bump simple-git from 3.23.0 to 3.24.0
-
74c891e: Bump ws from 8.16.0 to 8.17.0
-
abe0c7b: Bump @sentry/node from 7.110.0 to 7.110.1
-
b13336e: Bump zod from 3.23.0 to 3.23.4
-
7d1c6dc: Bump watcher from 2.3.0 to 2.3.1
-
4d064ad: Bump zod from 3.23.4 to 3.23.5
-
aa0c6e6: Bump cli-table3 from 0.6.4 to 0.6.5
-
e7969d5: Bump p-map from 7.0.1 to 7.0.2
-
48400d8: Bump ansi-escapes from 6.2.1 to 7.0.0
-
6a4d322: Bump graphql-ws from 5.15.0 to 5.16.0
-
655a5ea: Bump dayjs from 1.11.10 to 1.11.11
-
f33d833: Bump zod from 3.22.4 to 3.22.5
-
998ca41: Bump @sentry/node from 7.107.0 to 7.108.0
-
a1f4716: Bump cli-table3 from 0.6.3 to 0.6.4
-
3fec44a: Bump @swc/helpers from 0.5.8 to 0.5.9
-
40e4d1f: Bump @sentry/node from 7.111.0 to 7.112.1
-
8f751b1: Bump @sentry/node from 7.109.0 to 7.110.0
-
b844d41: Bump @sentry/node from 7.112.1 to 7.112.2
-
c26fdd1: Bump @swc/helpers from 0.5.7 to 0.5.8
-
f2c6a85: Bump @sentry/node from 7.113.0 to 7.114.0
-
41e9fe6: Bump @sentry/node from 7.112.2 to 7.113.0
-
b3211ae: Bump ansi-escapes from 6.2.0 to 6.2.1
-
bb2e48b: Bump execa from 8.0.1 to 9.0.2
-
f28f41b: Bump @sentry/node from 7.110.1 to 7.111.0
-
82819ab: Bump zod from 3.23.6 to 3.23.8
-
6bfe832: Bump @sentry/node from 7.108.0 to 7.109.0
-
ee3256c: Bump zod from 3.23.5 to 3.23.6
-
25e8de0: Bump zod from 3.22.5 to 3.23.0
-
3ef52c3: Bump semver from 7.6.1 to 7.6.2
-
b9a643a: Bump execa from 9.0.2 to 9.1.0
-
e5ae6e3: Bump semver from 7.6.0 to 7.6.1
-
8d8d922: New command!
ggt add
The
ggt add
command enables you to conveniently add a model, action, or route to your gadget project directly from your local development environment.