diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f5de8..e7abc1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Breaking changes - -- `iterable*` is now `iterator*` to align closer to TC39 iterator helper proposal - ### Added - Added typed `Observable` from `core-js-pure`, in PR [#8](https://github.com/compulim/iter-fest/pull/8) @@ -27,9 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- 💥 `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` -- `iterable*` is now `iterator*`, in PR [#26](https://github.com/compulim/iter-fest/pull/26) - Bumped dependencies, in PR [#7](https://github.com/compulim/iter-fest/pull/7) - Development dependencies - [`@babel/preset-env@7.24.6`](https://npmjs.com/package/@babel/preset-env/v/7.24.6)