Skip to content

Commit 7d34301

Browse files
committed
Release 2.0.0
1 parent be0c64f commit 7d34301

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,32 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

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+
631

732
<a name="v1.6.0"></a>
833
## [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
129154
<a name="v0.0.1"></a>
130155
## v0.0.1 - 2018-06-06
131156

157+
[v2.0.0]: https://github.com/SAP/ui5-server/compare/v1.6.0...v2.0.0
132158
[v1.6.0]: https://github.com/SAP/ui5-server/compare/v1.5.4...v1.6.0
133159
[v1.5.4]: https://github.com/SAP/ui5-server/compare/v1.5.3...v1.5.4
134160
[v1.5.3]: https://github.com/SAP/ui5-server/compare/v1.5.2...v1.5.3

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/server",
3-
"version": "1.6.0",
3+
"version": "2.0.0",
44
"description": "UI5 Tooling - Server",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)