Skip to content

Fill in changelog for all tags and releases #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 80 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,82 @@
# Version History
# Changelog

## Release 3.0.0
## [Unreleased]

- Change Coveralls to 3.1.1
- Change Mocha to 10.1.0
- Change nyc to 15.1.0
- Change Node engine from >=10 to >= 14 (breaking change due to Mocha upgrade)
- Fix broken links in README
- Add changelog
### Changed

- **Breaking:** Require Node >= 18
- **Breaking:** Require gulp v5
- **Breaking:** Switch to [ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)

### Added

- Add plugin error when a `from` or `to` encoding is unsupported
- Add warning when `from` and `to` options are identical
- Add warning when `iconv` options are invalid

## [3.0.0] - 2022-11-11

### Changed

- **Breaking:** Require Node >= 14

### Fixed

- Fix broken README links

## [2.1.0] - 2020-04-03

### Changed

- **Breaking:** Require Node >= 10
- Update dependencies

## [2.0.1] - 2018-11-27

### Changed

- Update dependencies

## [2.0.0] - 2018-09-23

### Changed

- **Breaking:** Require Node >= 9
- Update dependencies for [compatibility with gulp v4](https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5)

## [1.0.0] - 2016-05-29

### Changed

- Update dependencies

### Added

- Add `iconv` option to allow passing options to iconv-lite, e.g. for [BOM handling](https://github.com/ashtuchkin/iconv-lite#bom-handling)

## [0.0.3] - 2014-12-08

### Fixed

- Fix author and repository metadata in package.json
- Fix Travis CI links in README

## [0.0.2] - 2014-10-06

### Added

- Add support for file streams

## [0.0.1] - 2014-09-19

Initial release with support for file buffers

[Unreleased]: https://github.com/heldinz/gulp-convert-encoding/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v3.0.0
[2.1.0]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v2.1.0
[2.0.1]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v2.0.1
[2.0.0]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v2.0.0
[1.0.0]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v1.0.0
[0.0.3]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/0.0.3
[0.0.2]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/0.0.2
[0.0.1]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/0.0.1