Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Dec 6, 2023
1 parent c89ce9b commit befd337
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ This changelog documents the changes between release versions.

Changes to be included in the next upcoming release.

Support for "nullable" types, for example `string | null`, `string | undefined`, `string | null | undefined`,
and optional object properties.

PR: https://github.com/hasura/ndc-typescript-deno/pull/82

## v0.20

Improved support for running the connector in Watch mode, where it will auto-restart when changes
to the functions are made.

* The Docker container is now compatible with watch mode and can be used for local development
* README documentation about watch mode updated to indicate the need to explicitly watch the functions
* README documentation about watch mode updated to indicate the need to explicitly watch the functions
folder (ie `--watch=./functions`)
* `functions` configuration property is now required
* Type inference is now only done at connector startup, not every time the `/schema` endpoint is called
Expand Down

0 comments on commit befd337

Please sign in to comment.