Skip to content

Commit

Permalink
Move breaking changes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored Jun 16, 2024
1 parent 7722fc0 commit b1e260f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit b1e260f

Please sign in to comment.