Skip to content

Commit

Permalink
Add v2.0.1 and major commits to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasofizada authored Jul 13, 2023
1 parent 83e9b70 commit 8329b0c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ 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).

## [2.0.1] - 2023-07-13

Update documentation for NPM.

## [2.0.0] - 2023-07-13

**For migration guide**, check comments on [file system](./examples/fs.js) and [S3](./examples/s3.js) upload [examples]((./examples)).

### Major commits:

- [Fix #2: ByteLengthTruncateStream refactoring](https://github.com/rafasofizada/pechkin/commit/37029d9659a3d2f840f2b34584ce3439538cc7c9)
- [Fix #2 cont.: remove byteLength event & promise](https://github.com/rafasofizada/pechkin/commit/ab66b47aedbd9952cc9d920d84870dc2806531d0)

### Added

- [`bytesWritten`, `bytesRead`, `truncated` getters](https://github.com/rafasofizada/pechkin/commit/ab66b47aedbd9952cc9d920d84870dc2806531d0) to `ByteLengthTruncateStream` class.
Expand All @@ -20,4 +29,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

- [`Pechkin.File.byteLength`](https://github.com/rafasofizada/pechkin/commit/ab66b47aedbd9952cc9d920d84870dc2806531d0)
- [`ByteLengthTruncateStream.byteLengthEvent`](https://github.com/rafasofizada/pechkin/commit/37029d9659a3d2f840f2b34584ce3439538cc7c9)
- [`ByteLengthTruncateStream.byteLengthEvent`](https://github.com/rafasofizada/pechkin/commit/37029d9659a3d2f840f2b34584ce3439538cc7c9)

0 comments on commit 8329b0c

Please sign in to comment.