-
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
Showing
1 changed file
with
23 additions
and
10 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 |
---|---|---|
|
@@ -5,12 +5,27 @@ All notable changes to this project will be documented in this file. | |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.2.0] - 2024-06-16 | ||
## [Unreleased] | ||
|
||
### Fixed | ||
|
||
- Fixed ESM imports under Node.js, in PR [#37](https://github.com/compulim/iter-fest/pull/37) and [#38](https://github.com/compulim/iter-fest/pull/38) | ||
|
||
### Changed | ||
|
||
- Bumped dependencies, in PR [#39](https://github.com/compulim/iter-fest/pull/39) | ||
- Development dependencies | ||
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-env/v/7.24.7) | ||
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-typescript/v/7.24.7) | ||
- [`@testing-library/[email protected]`](https://npmjs.com/package/@testing-library/react/v/16.0.0) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/node/v/20.14.9) | ||
- [`[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/tsup/v/8.1.0) | ||
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.5.2) | ||
|
||
## [0.2.0] - 2024-06-16 | ||
|
||
### Added | ||
|
||
- Added typed `Observable` from `core-js-pure`, in PR [#8](https://github.com/compulim/iter-fest/pull/8) | ||
|
@@ -30,21 +45,19 @@ 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), and [#39](https://github.com/compulim/iter-fest/pull/39) | ||
- Bumped dependencies, in PR [#7](https://github.com/compulim/iter-fest/pull/7) | ||
- Development dependencies | ||
- [`@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) | ||
- [`@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) | ||
- [`@tsconfig/[email protected]`](https://npmjs.com/package/@tsconfig/recommended/v/1.0.6) | ||
- [`@types/node@20.14.9`](https://npmjs.com/package/@types/node/v/20.14.9) | ||
- [`@types/node@20.12.13`](https://npmjs.com/package/@types/node/v/20.12.13) | ||
- [`@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.5) | ||
- [`[email protected]`](https://npmjs.com/package/prettier/v/3.3.2) | ||
- [`[email protected]`](https://npmjs.com/package/esbuild/v/0.21.4) | ||
- [`[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/tsup/v/8.1.0) | ||
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.5.2) | ||
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.4.5) | ||
|
||
## [0.1.0] - 2024-05-25 | ||
|
||
|