Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update changelog
  • Loading branch information
MajorLift committed Jun 3, 2024
commit dc97638afbd89110834a3c848ddc69f35f46594a
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.0.0]

### Uncategorized
### Added

- Revert "3.0.0 (#20)" ([#20](https://github.com/MetaMask/superstruct/pull/20))
- 3.0.0 ([#20](https://github.com/MetaMask/superstruct/pull/20))
- Use `ts-bridge` as build tool, set `moduleResolution` to `NodeNext` ([#18](https://github.com/MetaMask/superstruct/pull/18))
- Export ObjectSchema, Optionalize, Simplify ([#17](https://github.com/MetaMask/superstruct/pull/17))
- Newly exports the following types: `AnyStruct`, `EnumSchema`, `InferStructTuple`, `IsExactMatch`, `IsMatch`, `IsRecord`, `IsTuple`, `ObjectSchema`, `OmitBy`, `Optionalize`, `PickBy`, `Simplify`, `UnionToIntersection` ([#18](https://github.com/MetaMask/superstruct/pull/18)).

### Added
### Fixed

- Newly exports the following types: `AnyStruct`, `EnumSchema`, `InferStructTuple`, `IsExactMatch`, `IsMatch`, `IsRecord`, `IsTuple`, `ObjectSchema`, `OmitBy`, `Optionalize`, `PickBy`, `Simplify`, `UnionToIntersection`.
- **BREAKING:** Expose separate build entry points and type declarations for CommonJS and ESM via package manifest `exports`. ([#18](https://github.com/MetaMask/superstruct/pull/18))

## [2.0.0]

Expand Down