Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonic Labs committed Mar 23, 2024
1 parent aaf8a23 commit 4b2ed91
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v1.0.9 (Sat Mar 23 2024)

#### ⚠️ Pushed to `main`

- feat: add array.deepFirst and array.deepLast properties ([@jorenrui](https://github.com/jorenrui))
- feat: add support for multi-dimensional arrays for array.add ([@jorenrui](https://github.com/jorenrui))
- feat: add support for multi dimensional arrays for array.toggle ([@jorenrui](https://github.com/jorenrui))
- feat: add deep equality checker for arrays with array.sameAs(array) ([@jorenrui](https://github.com/jorenrui))
- feat: add support for multi dimensional array for array.remove and array.subtract ([@jorenrui](https://github.com/jorenrui))
- feat: support multi-dimensional arrays in array.nextItem and array.previousItem ([@jorenrui](https://github.com/jorenrui))
- feat: add array.deepFlat and support multi dimensional array in array.search ([@jorenrui](https://github.com/jorenrui))
- feat: expose MiniArray as MiniJS.Array ([@jorenrui](https://github.com/jorenrui))

#### Authors: 1

- Joeylene ([@jorenrui](https://github.com/jorenrui))

---

# v1.0.8 (Wed Mar 20 2024)

#### ⚠️ Pushed to `main`
Expand Down

0 comments on commit 4b2ed91

Please sign in to comment.