-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe53e2a
commit 4368ff2
Showing
4 changed files
with
661 additions
and
1,044 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,19 +30,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- 💥 `iterable*` is now `iterator*` to align closer to TC39 iterator helper proposal, in PR [#26](https://github.com/compulim/iter-fest/pull/26) | ||
- Following functions will be using ponyfill from `core-js-pure` with types, in PR [#24](https://github.com/compulim/iter-fest/pull/24) and [#25](https://github.com/compulim/iter-fest/pull/25) | ||
- `iteratorEvery`, `iteratorFilter`, `iteratorFind`, `iteratorForEach`, `iteratorMap`, `iteratorReduce`, `iteratorSome` | ||
- Bumped dependencies, in PR [#7](https://github.com/compulim/iter-fest/pull/7) | ||
- Bumped dependencies, in PR [#7](https://github.com/compulim/iter-fest/pull/7), and [#39](https://github.com/compulim/iter-fest/pull/39) | ||
- Development dependencies | ||
- [`@babel/[email protected].6`](https://npmjs.com/package/@babel/preset-env/v/7.24.6) | ||
- [`@babel/[email protected].6`](https://npmjs.com/package/@babel/preset-typescript/v/7.24.6) | ||
- [`@testing-library/react@15.0.7`](https://npmjs.com/package/@testing-library/react/v/15.0.7) | ||
- [`@babel/[email protected].7`](https://npmjs.com/package/@babel/preset-env/v/7.24.7) | ||
- [`@babel/[email protected].7`](https://npmjs.com/package/@babel/preset-typescript/v/7.24.7) | ||
- [`@testing-library/react@16.0.0`](https://npmjs.com/package/@testing-library/react/v/16.0.0) | ||
- [`@tsconfig/[email protected]`](https://npmjs.com/package/@tsconfig/recommended/v/1.0.6) | ||
- [`@types/node@20.12.13`](https://npmjs.com/package/@types/node/v/20.12.13) | ||
- [`@types/node@20.14.9`](https://npmjs.com/package/@types/node/v/20.14.9) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/react/v/18.3.3) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/react-dom/v/18.3.0) | ||
- [`[email protected]`](https://npmjs.com/package/esbuild/v/0.21.4) | ||
- [`[email protected]`](https://npmjs.com/package/esbuild/v/0.21.5) | ||
- [`[email protected]`](https://npmjs.com/package/prettier/v/3.3.2) | ||
- [`[email protected]`](https://npmjs.com/package/react/v/18.3.1) | ||
- [`[email protected]`](https://npmjs.com/package/react-dom/v/18.3.1) | ||
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.4.5) | ||
- [`[email protected]`](https://npmjs.com/package/tsup/v/8.1.0) | ||
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.5.2) | ||
|
||
## [0.1.0] - 2024-05-25 | ||
|
||
|
Oops, something went wrong.