Skip to content

Commit a95ea2f

Browse files
committed
docs: remove wrong changelog lines
1 parent b374552 commit a95ea2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Parts of the code have been overhauled, and some features have been added:
1212
- Added [`truncStr()`](https://github.com/Sv443-Network/CoreUtils/blob/main/docs.md#function-truncstr) to truncate a string to a given length, optionally adding an ellipsis.
1313
- Added [`valsWithin()`](https://github.com/Sv443-Network/CoreUtils/blob/main/docs.md#function-valswithin) to check if two values, rounded at the given decimal, are within a certain range of each other.
1414
- Added [`scheduleExit()`](https://github.com/Sv443-Network/CoreUtils/blob/main/docs.md#function-scheduleexit) to schedule a Node/Deno process to exit with the given code, after the microtask queue is empty or after the given timeout.
15-
- Added [`overflowVal()`](https://github.com/Sv443-Network/CoreUtils/blob/main/docs.md#function-overflowval) to conform a value to an over- & underflowing range.
16-
- Added [`NanoEmitter.onMulti()`](https://github.com/Sv443-Network/CoreUtils/blob/main/docs.md#nanoemitteronmulti) to listen for multiple events at once, with the option to specify if any or all of the events should be emitted before calling the callback.
1715
- **BREAKING CHANGES:**
1816
- Reworked `DataStore`
1917
- The constructor now needs an `engine` property that is an instance of a [`DataStoreEngine`](https://github.com/Sv443-Network/CoreUtils/blob/main/docs.md#class-datastoreengine.)

0 commit comments

Comments
 (0)