Skip to content

Commit a9aff6d

Browse files
update changelog
1 parent fb0913e commit a9aff6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This document maintains a list of changes to the `superstruct` package with each new version. Until `1.0.0` is released, breaking changes will be added as minor version bumps, and smaller changes and fixes won't be detailed.
44

5+
### `0.15.0` — March 25, 2021
6+
7+
###### FIXED
8+
9+
**Unions can now be coerced.** Previously unions created a barrier in coercion such that structs nested inside unions would not have their coercion logic triggered, but this has been fixed.
10+
11+
**Assigning preserves `type` structs.** Previously using the `assign` helper would implicitly convert `type` structs into `object` structs which wasn't expected and confusing, but this has been fixed.
12+
513
### `0.14.0` — January 26, 2021
614

715
###### BREAKING

0 commit comments

Comments
 (0)