From 68a8f7394a5aa67b081bde984843552bd91b19b7 Mon Sep 17 00:00:00 2001 From: bloodyowl Date: Fri, 15 Dec 2023 10:34:07 +0100 Subject: [PATCH] 2.0.0 release notes --- HISTORY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ddd4b25..9a1006e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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: