Skip to content

Commit

Permalink
docs: v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Dec 14, 2024
1 parent b953afb commit 0731ce1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ import GH from './GH.vue';

## unreleased

- Add [`default:update`](/reference/default.md#default-update-yes-no) <GH issue="171" pr="175"/>
- Add [`context`](./reference/context.md). See [Guide: Pass context to
functions](./guide/context.md) <GH issue="68" pr="176"/>
## v1.7.0

- Remove default value of [`arg:context:regex`](./reference/arg.md) <GH issue="68" pr="176"/>
- To get v1.6.0 behavior, configure: `goverter:arg:context:regex ^ctx|^context`
- The recommended way to configure context is to use [`context`](./reference/context.md).
- Add [`context`](./reference/context.md). See [Guide: Pass context to
functions](./guide/context.md) <GH issue="68" pr="176"/>
- Add [`default:update`](/reference/default.md#default-update-yes-no) <GH issue="171" pr="175"/>
- Fix not setting `nil` on map when value is `nil`. <GH issue="173" pr="175"/>

## v1.6.0
Expand Down

0 comments on commit 0731ce1

Please sign in to comment.