Skip to content

Commit

Permalink
2.0.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Dec 15, 2023
1 parent 981d8ad commit 68a8f73
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.0.0

Breaking changes:

- Boxed now requires TypeScript > 5 ⚠️

Features:

- Add `option.filter` method (2f72ce8)

Changes:

- Make patterns use `const` parameter for more precise handling (ebbc808)
- Make `Array` functions accept `ReadonlyArray` (687b688) (thanks [@runeh](https://github.com/runeh))

# 1.2.0

Fixes:
Expand Down

0 comments on commit 68a8f73

Please sign in to comment.