Skip to content
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@
interpolated expression.
([Hari Mohan](https://github.com/seafoamteal))

- The language server now performs best-effort zero value generation for
`decode.failure` when using the `Generate Dynamic Decoder` code action.
([Hari Mohan](https://github.com/seafoamteal))

- The `Generate Dynamic Decoder` and `Generate To-JSON Function` code action
now generate a decoder and an encoder, respectively, for `Nil` values.
([Hari Mohan](https://github.com/seafoamteal))

### Formatter

### Bug fixes
Expand Down
Loading
Loading