|
1 |
| -# Version History |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -## Release 3.0.0 |
| 3 | +## [Unreleased] |
4 | 4 |
|
5 |
| -- Change Coveralls to 3.1.1 |
6 |
| -- Change Mocha to 10.1.0 |
7 |
| -- Change nyc to 15.1.0 |
8 |
| -- Change Node engine from >=10 to >= 14 (breaking change due to Mocha upgrade) |
9 |
| -- Fix broken links in README |
10 |
| -- Add changelog |
| 5 | +### Changed |
| 6 | + |
| 7 | +- **Breaking:** Require Node >= 18 |
| 8 | +- **Breaking:** Require gulp v5 |
| 9 | +- **Breaking:** Switch to [ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) |
| 10 | + |
| 11 | +### Added |
| 12 | + |
| 13 | +- Add plugin error when a `from` or `to` encoding is unsupported |
| 14 | +- Add warning when `from` and `to` options are identical |
| 15 | +- Add warning when `iconv` options are invalid |
| 16 | + |
| 17 | +## [3.0.0] - 2022-11-11 |
| 18 | + |
| 19 | +### Changed |
| 20 | + |
| 21 | +- **Breaking:** Require Node >= 14 |
| 22 | + |
| 23 | +### Fixed |
| 24 | + |
| 25 | +- Fix broken README links |
| 26 | + |
| 27 | +## [2.1.0] - 2020-04-03 |
| 28 | + |
| 29 | +### Changed |
| 30 | + |
| 31 | +- **Breaking:** Require Node >= 10 |
| 32 | +- Update dependencies |
| 33 | + |
| 34 | +## [2.0.1] - 2018-11-27 |
| 35 | + |
| 36 | +### Changed |
| 37 | + |
| 38 | +- Update dependencies |
| 39 | + |
| 40 | +## [2.0.0] - 2018-09-23 |
| 41 | + |
| 42 | +### Changed |
| 43 | + |
| 44 | +- **Breaking:** Require Node >= 9 |
| 45 | +- Update dependencies for [compatibility with gulp v4](https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5) |
| 46 | + |
| 47 | +## [1.0.0] - 2016-05-29 |
| 48 | + |
| 49 | +### Changed |
| 50 | + |
| 51 | +- Update dependencies |
| 52 | + |
| 53 | +### Added |
| 54 | + |
| 55 | +- Add `iconv` option to allow passing options to iconv-lite, e.g. for [BOM handling](https://github.com/ashtuchkin/iconv-lite#bom-handling) |
| 56 | + |
| 57 | +## [0.0.3] - 2014-12-08 |
| 58 | + |
| 59 | +### Fixed |
| 60 | + |
| 61 | +- Fix author and repository metadata in package.json |
| 62 | +- Fix Travis CI links in README |
| 63 | + |
| 64 | +## [0.0.2] - 2014-10-06 |
| 65 | + |
| 66 | +### Added |
| 67 | + |
| 68 | +- Add support for file streams |
| 69 | + |
| 70 | +## [0.0.1] - 2014-09-19 |
| 71 | + |
| 72 | +Initial release with support for file buffers |
| 73 | + |
| 74 | +[Unreleased]: https://github.com/heldinz/gulp-convert-encoding/compare/v3.0.0...HEAD |
| 75 | +[3.0.0]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v3.0.0 |
| 76 | +[2.1.0]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v2.1.0 |
| 77 | +[2.0.1]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v2.0.1 |
| 78 | +[2.0.0]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v2.0.0 |
| 79 | +[1.0.0]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/v1.0.0 |
| 80 | +[0.0.3]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/0.0.3 |
| 81 | +[0.0.2]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/0.0.2 |
| 82 | +[0.0.1]: https://github.com/heldinz/gulp-convert-encoding/releases/tag/0.0.1 |
0 commit comments