|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
4 | 4 |
|
5 |
| -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v1.6.0...HEAD). |
| 5 | +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v2.0.0...HEAD). |
| 6 | + |
| 7 | +<a name="v2.0.0"></a> |
| 8 | +## [v2.0.0] - 2020-03-31 |
| 9 | +### Breaking Changes |
| 10 | +- Require Node.js >= 10 [`a8c7a13`](https://github.com/SAP/ui5-server/commit/a8c7a13f68426012e5ff9cfddb365bb32c46f9dc) |
| 11 | +- **serveResources middleware:** Expect *.properties files in UTF-8 by default [`af7f9ad`](https://github.com/SAP/ui5-server/commit/af7f9ad52aa834f63c163b99eb4fbc8d1bb05079) |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | +- Handle encoding in request paths correctly [`256b3f0`](https://github.com/SAP/ui5-server/commit/256b3f037880aad077b0158e3551e10ce8a3dbc7) |
| 15 | + |
| 16 | +### Features |
| 17 | +- Add MiddlewareUtil providing convenience functions to all middleware [`b8ab775`](https://github.com/SAP/ui5-server/commit/b8ab775039635a25109797b92fe34358057ea5e8) |
| 18 | +- Add test runner middleware [`ea77e20`](https://github.com/SAP/ui5-server/commit/ea77e201e20545fca7494fc581aa42adbcb2c1d7) |
| 19 | + |
| 20 | +### BREAKING CHANGE |
| 21 | + |
| 22 | +If the project a "*.properties" resource originates from cannot be |
| 23 | +determined, or if the project does not define a |
| 24 | +propertiesFileSourceEncoding configuration or uses a legacy specVersion |
| 25 | +(<2.0), the serveResources middleware assumes that the resource is UTF-8 |
| 26 | +encoded instead of ISO-8859-1. |
| 27 | + |
| 28 | +Support for older Node.js releases has been dropped. |
| 29 | +Only Node.js v10 or higher is supported. |
| 30 | + |
6 | 31 |
|
7 | 32 | <a name="v1.6.0"></a>
|
8 | 33 | ## [v1.6.0] - 2020-02-24
|
@@ -129,6 +154,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-serv
|
129 | 154 | <a name="v0.0.1"></a>
|
130 | 155 | ## v0.0.1 - 2018-06-06
|
131 | 156 |
|
| 157 | +[v2.0.0]: https://github.com/SAP/ui5-server/compare/v1.6.0...v2.0.0 |
132 | 158 | [v1.6.0]: https://github.com/SAP/ui5-server/compare/v1.5.4...v1.6.0
|
133 | 159 | [v1.5.4]: https://github.com/SAP/ui5-server/compare/v1.5.3...v1.5.4
|
134 | 160 | [v1.5.3]: https://github.com/SAP/ui5-server/compare/v1.5.2...v1.5.3
|
|
0 commit comments