@ui5/server 3.0.0-alpha.0 → 3.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/jsdoc.json +0 -1
  2. package/package.json +14 -14
  3. package/CHANGELOG.md +0 -291
package/jsdoc.json CHANGED
@@ -11,7 +11,6 @@
11
11
  "./jsdoc-plugin"
12
12
  ],
13
13
  "opts": {
14
- "template": "node_modules/docdash/",
15
14
  "encoding": "utf8",
16
15
  "destination": "jsdocs/",
17
16
  "recurse": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "3.0.0-alpha.0",
3
+ "version": "3.0.0-alpha.1",
4
4
  "description": "UI5 Tooling - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -18,8 +18,8 @@
18
18
  ],
19
19
  "main": "index.js",
20
20
  "engines": {
21
- "node": ">= 10",
22
- "npm": ">= 5"
21
+ "node": ">= 16.13.2",
22
+ "npm": ">= 8"
23
23
  },
24
24
  "scripts": {
25
25
  "test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run depcheck",
@@ -34,7 +34,7 @@
34
34
  "coverage": "nyc npm run unit",
35
35
  "coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",
36
36
  "jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
37
- "jsdoc-generate": "node_modules/.bin/jsdoc -c ./jsdoc.json ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
37
+ "jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
38
38
  "jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
39
39
  "preversion": "npm test",
40
40
  "version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
@@ -104,9 +104,9 @@
104
104
  "url": "git@github.com:SAP/ui5-server.git"
105
105
  },
106
106
  "dependencies": {
107
- "@ui5/builder": "^3.0.0-alpha.0",
108
- "@ui5/fs": "^3.0.0-alpha.0",
109
- "@ui5/logger": "^3.0.0-alpha.0",
107
+ "@ui5/builder": "^3.0.0-alpha.1",
108
+ "@ui5/fs": "^3.0.0-alpha.2",
109
+ "@ui5/logger": "^3.0.1-alpha.1",
110
110
  "body-parser": "^1.19.1",
111
111
  "compression": "^1.7.4",
112
112
  "connect-openui5": "^0.10.2",
@@ -114,9 +114,9 @@
114
114
  "devcert-sanscache": "^0.4.8",
115
115
  "escape-html": "^1.0.3",
116
116
  "etag": "^1.8.1",
117
- "express": "^4.17.1",
117
+ "express": "^4.17.2",
118
118
  "fresh": "^0.5.2",
119
- "graceful-fs": "^4.2.8",
119
+ "graceful-fs": "^4.2.9",
120
120
  "make-dir": "^3.1.0",
121
121
  "mime-types": "^2.1.34",
122
122
  "parseurl": "^1.3.3",
@@ -128,22 +128,22 @@
128
128
  "yesno": "^0.3.1"
129
129
  },
130
130
  "devDependencies": {
131
- "@ui5/project": "^2.6.0",
131
+ "@ui5/project": "^3.0.0-alpha.0",
132
132
  "ava": "^3.15.0",
133
133
  "chokidar-cli": "^3.0.0",
134
134
  "cross-env": "^7.0.3",
135
- "depcheck": "^1.4.2",
135
+ "depcheck": "^1.4.3",
136
136
  "docdash": "^1.2.0",
137
- "eslint": "^7.32.0",
137
+ "eslint": "^8.7.0",
138
138
  "eslint-config-google": "^0.14.0",
139
- "eslint-plugin-jsdoc": "^37.2.0",
139
+ "eslint-plugin-jsdoc": "^37.6.3",
140
140
  "jsdoc": "^3.6.7",
141
141
  "mock-require": "^3.0.3",
142
142
  "nyc": "^15.1.0",
143
143
  "open-cli": "^6.0.1",
144
144
  "rimraf": "^3.0.2",
145
145
  "sinon": "^11.1.2",
146
- "supertest": "^6.1.6",
146
+ "supertest": "^6.2.1",
147
147
  "tap-nyan": "^1.1.0",
148
148
  "tap-xunit": "^2.4.1"
149
149
  }
package/CHANGELOG.md DELETED
@@ -1,291 +0,0 @@
1
- # Changelog
2
- All notable changes to this project will be documented in this file.
3
- This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
-
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.0.0-alpha.0...HEAD).
6
-
7
- <a name="v3.0.0-alpha.0"></a>
8
- ## [v3.0.0-alpha.0] - 2021-12-14
9
-
10
- <a name="v2.4.0"></a>
11
- ## [v2.4.0] - 2021-10-19
12
- ### Features
13
- - Enhance versionInfo middleware to serve sap-ui-version.json ([#420](https://github.com/SAP/ui5-server/issues/420)) [`c6f83f5`](https://github.com/SAP/ui5-server/commit/c6f83f5472eb2fe6a8d4eca10ecdc5f4b522bc3c)
14
-
15
-
16
- <a name="v2.3.1"></a>
17
- ## [v2.3.1] - 2021-07-23
18
-
19
- <a name="v2.3.0"></a>
20
- ## [v2.3.0] - 2021-07-01
21
- ### Features
22
- - **server:** Expose configuration options for SAP CSP policies [`55d6a96`](https://github.com/SAP/ui5-server/commit/55d6a96cc1a3c762af8173d9fb9588fe742a302d)
23
-
24
-
25
- <a name="v2.2.10"></a>
26
- ## [v2.2.10] - 2021-06-01
27
-
28
- <a name="v2.2.9"></a>
29
- ## [v2.2.9] - 2021-03-11
30
- ### Dependency Updates
31
- - Bump connect-openui5 from 0.10.1 to 0.10.2 [`849957d`](https://github.com/SAP/ui5-server/commit/849957d39a45c22c5c94f787d66eeccc58eb4d2d)
32
-
33
-
34
- <a name="v2.2.8"></a>
35
- ## [v2.2.8] - 2021-02-09
36
-
37
- <a name="v2.2.7"></a>
38
- ## [v2.2.7] - 2020-11-06
39
-
40
- <a name="v2.2.6"></a>
41
- ## [v2.2.6] - 2020-10-22
42
- ### Bug Fixes
43
- - Improve parallel theme request handling [`88bc0d6`](https://github.com/SAP/ui5-server/commit/88bc0d6d4e5ca8bb191029335451713579360e1c)
44
- - **nonReadRequests middleware:** Use native response API [`2d2325f`](https://github.com/SAP/ui5-server/commit/2d2325f638820d25738ddbd56afe0d104e37f2e0)
45
-
46
-
47
- <a name="v2.2.5"></a>
48
- ## [v2.2.5] - 2020-10-06
49
- ### Bug Fixes
50
- - Discovery middleware shouldn't fail when lib names overlap ([#362](https://github.com/SAP/ui5-server/issues/362)) [`f5067ce`](https://github.com/SAP/ui5-server/commit/f5067ce38b89442948ce096e5d89651e8970bdb9)
51
-
52
-
53
- <a name="v2.2.4"></a>
54
- ## [v2.2.4] - 2020-09-10
55
-
56
- <a name="v2.2.3"></a>
57
- ## [v2.2.3] - 2020-09-02
58
- ### Bug Fixes
59
- - **middleware/testRunner:** Update resources from OpenUI5 [`55b1fe7`](https://github.com/SAP/ui5-server/commit/55b1fe742be29b176e55985a0315dcead684d257)
60
-
61
-
62
- <a name="v2.2.2"></a>
63
- ## [v2.2.2] - 2020-08-11
64
-
65
- <a name="v2.2.1"></a>
66
- ## [v2.2.1] - 2020-07-14
67
- ### Bug Fixes
68
- - **MiddlewareManager:** Provide MiddlewareUtil to custom middleware using specVersion 2.1 [`3e249fa`](https://github.com/SAP/ui5-server/commit/3e249fa4333fb6afa0e512201959bfcbcee196d0)
69
- - **Node.js API:** TypeScript type definition support ([#334](https://github.com/SAP/ui5-server/issues/334)) [`b66f9cc`](https://github.com/SAP/ui5-server/commit/b66f9cc10b35b2997f5e9b3840ef92dd504c8a33)
70
-
71
-
72
- <a name="v2.2.0"></a>
73
- ## [v2.2.0] - 2020-07-01
74
- ### Bug Fixes
75
- - **MiddlewareManager:** Update SAP Target CSP Policies [`269c22c`](https://github.com/SAP/ui5-server/commit/269c22c80a6682a3d680c47e768f69a20ecabcd0)
76
-
77
- ### Features
78
- - **CSP:** Add ignorePaths option ([#331](https://github.com/SAP/ui5-server/issues/331)) [`27a962e`](https://github.com/SAP/ui5-server/commit/27a962eb80fd7de95c6076f7d307e0dd06dac057)
79
-
80
-
81
- <a name="v2.1.0"></a>
82
- ## [v2.1.0] - 2020-06-15
83
- ### Features
84
- - **csp:** enable tracking and serving of csp reports ([#323](https://github.com/SAP/ui5-server/issues/323)) [`e0a0c5e`](https://github.com/SAP/ui5-server/commit/e0a0c5e022c2c0041c6cf52631ef834cafe1f873)
85
-
86
-
87
- <a name="v2.0.3"></a>
88
- ## [v2.0.3] - 2020-05-14
89
-
90
- <a name="v2.0.2"></a>
91
- ## [v2.0.2] - 2020-04-30
92
- ### Bug Fixes
93
- - **CSP Middleware:** Use native res.getHeader/setHeader methods ([#312](https://github.com/SAP/ui5-server/issues/312)) [`c53525c`](https://github.com/SAP/ui5-server/commit/c53525ca4bb5825d241d0f137ce3912d681e6548)
94
-
95
-
96
- <a name="v2.0.1"></a>
97
- ## [v2.0.1] - 2020-04-15
98
- ### Dependency Updates
99
- - Bump devcert-sanscache from 0.4.6 to 0.4.8 ([#306](https://github.com/SAP/ui5-server/issues/306)) [`2a9d517`](https://github.com/SAP/ui5-server/commit/2a9d51776e967362d959eef45ce9533a9a27650c)
100
-
101
-
102
- <a name="v2.0.0"></a>
103
- ## [v2.0.0] - 2020-03-31
104
- ### Breaking Changes
105
- - Require Node.js >= 10 [`a8c7a13`](https://github.com/SAP/ui5-server/commit/a8c7a13f68426012e5ff9cfddb365bb32c46f9dc)
106
- - **serveResources middleware:** Expect *.properties files in UTF-8 by default [`af7f9ad`](https://github.com/SAP/ui5-server/commit/af7f9ad52aa834f63c163b99eb4fbc8d1bb05079)
107
-
108
- ### Bug Fixes
109
- - Handle encoding in request paths correctly [`256b3f0`](https://github.com/SAP/ui5-server/commit/256b3f037880aad077b0158e3551e10ce8a3dbc7)
110
-
111
- ### Features
112
- - Add MiddlewareUtil providing convenience functions to all middleware [`b8ab775`](https://github.com/SAP/ui5-server/commit/b8ab775039635a25109797b92fe34358057ea5e8)
113
- - Add test runner middleware [`ea77e20`](https://github.com/SAP/ui5-server/commit/ea77e201e20545fca7494fc581aa42adbcb2c1d7)
114
-
115
- ### BREAKING CHANGE
116
-
117
- If the project a "*.properties" resource originates from cannot be
118
- determined, or if the project does not define a
119
- propertiesFileSourceEncoding configuration or uses a legacy specVersion
120
- (<2.0), the serveResources middleware assumes that the resource is UTF-8
121
- encoded instead of ISO-8859-1.
122
-
123
- Support for older Node.js releases has been dropped.
124
- Only Node.js v10 or higher is supported.
125
-
126
-
127
- <a name="v1.6.0"></a>
128
- ## [v1.6.0] - 2020-02-24
129
- ### Bug Fixes
130
- - **versionInfo:** Fix pattern to glob for .library files [`3621f78`](https://github.com/SAP/ui5-server/commit/3621f7868dec891f8746ca4b66cf43c4d5d9782b)
131
-
132
- ### Features
133
- - **serveThemes:** Support experimental CSS variables and skeleton build ([#278](https://github.com/SAP/ui5-server/issues/278)) [`47d4b55`](https://github.com/SAP/ui5-server/commit/47d4b55986fd84ef85f4b42e9c91f16017183c16)
134
-
135
-
136
- <a name="v1.5.4"></a>
137
- ## [v1.5.4] - 2020-02-10
138
- ### Bug Fixes
139
- - Ensure proper handling of multi-byte characters in streams ([#280](https://github.com/SAP/ui5-server/issues/280)) [`fe652e4`](https://github.com/SAP/ui5-server/commit/fe652e410bd0eab506fc42036ad2cfa374fa5a6c)
140
- - **serveIndex:** Add missing dependency to "graceful-fs" [`e09c472`](https://github.com/SAP/ui5-server/commit/e09c472eb20ed3d0b914c8b2e1d5f22bb8476dca)
141
-
142
-
143
- <a name="v1.5.3"></a>
144
- ## [v1.5.3] - 2020-01-24
145
- ### Bug Fixes
146
- - **sslUtils:** Fix Invalid Common Name error [`db06db7`](https://github.com/SAP/ui5-server/commit/db06db7a371ea7254c408f01cf231de9367c8b0d)
147
-
148
-
149
- <a name="v1.5.2"></a>
150
- ## [v1.5.2] - 2019-12-16
151
- ### Bug Fixes
152
- - Resolve ERR_CERT_REVOKED error for newly generated SSL certs [`f2e1522`](https://github.com/SAP/ui5-server/commit/f2e15229569e68990f63cd38849eb937d2ad9cb8)
153
-
154
-
155
- <a name="v1.5.1"></a>
156
- ## [v1.5.1] - 2019-11-19
157
- ### Dependency Updates
158
- - Bump connect-openui5 from 0.8.0 to 0.9.0 [`0c6d502`](https://github.com/SAP/ui5-server/commit/0c6d50263c4828f5070404ac9dfa337667b24371)
159
-
160
-
161
- <a name="v1.5.0"></a>
162
- ## [v1.5.0] - 2019-11-07
163
- ### Features
164
- - **serveIndex:** use serve-index for serving the application index [`d6ea507`](https://github.com/SAP/ui5-server/commit/d6ea507bdd649653a865f01d4e076caa4313639f)
165
-
166
-
167
- <a name="v1.4.0"></a>
168
- ## [v1.4.0] - 2019-10-24
169
- ### Features
170
- - **Custom Middleware Extensibility:** Allow multiple definitions of the same custom middleware ([#246](https://github.com/SAP/ui5-server/issues/246)) [`55a24ef`](https://github.com/SAP/ui5-server/commit/55a24ef134b01b43683bc21fb24b46d4e472232d)
171
-
172
-
173
- <a name="v1.3.0"></a>
174
- ## [v1.3.0] - 2019-07-31
175
- ### Features
176
- - Properties File Escaping ([#214](https://github.com/SAP/ui5-server/issues/214)) [`dd4844d`](https://github.com/SAP/ui5-server/commit/dd4844d53b787dc14bc5eecae2bc5674425200b7)
177
-
178
-
179
- <a name="v1.2.0"></a>
180
- ## [v1.2.0] - 2019-07-10
181
- ### Features
182
- - **Server:** Add handling for custom middleware ([#200](https://github.com/SAP/ui5-server/issues/200)) [`037b3bc`](https://github.com/SAP/ui5-server/commit/037b3bc001b86061c807e78584e69c53e89d8b96)
183
-
184
-
185
- <a name="v1.1.3"></a>
186
- ## [v1.1.3] - 2019-06-24
187
- ### Bug Fixes
188
- - **serveResources:** Correctly encode non UTF-8 resources [`1ee6723`](https://github.com/SAP/ui5-server/commit/1ee6723b5e5dac653c76a5078ee4afd6af96f8ac)
189
-
190
-
191
- <a name="v1.1.2"></a>
192
- ## [v1.1.2] - 2019-06-03
193
- ### Bug Fixes
194
- - **Middleware:** Allow usage without express server [`4d971b4`](https://github.com/SAP/ui5-server/commit/4d971b4babade56fef154dc4a7a524d6ffa8ad1b)
195
-
196
-
197
- <a name="v1.1.1"></a>
198
- ## [v1.1.1] - 2019-05-13
199
- ### Bug Fixes
200
- - Makes CSP middleware work in an environment without express server ([#184](https://github.com/SAP/ui5-server/issues/184)) [`c3089ad`](https://github.com/SAP/ui5-server/commit/c3089adeee030f4ace899c01944006583146e32e)
201
-
202
-
203
- <a name="v1.1.0"></a>
204
- ## [v1.1.0] - 2019-04-25
205
- ### Dependency Updates
206
- - Bump [@ui5](https://github.com/ui5)/fs from 1.0.1 to 1.0.2 ([#166](https://github.com/SAP/ui5-server/issues/166)) [`5ff4765`](https://github.com/SAP/ui5-server/commit/5ff476504254baf304c2cb9db83746438a10be92)
207
- - Bump [@ui5](https://github.com/ui5)/logger from 1.0.0 to 1.0.1 ([#165](https://github.com/SAP/ui5-server/issues/165)) [`21be52a`](https://github.com/SAP/ui5-server/commit/21be52a109abd5096daefc54ce038a95bd437f6f)
208
- - Bump [@ui5](https://github.com/ui5)/builder from 1.0.0 to 1.0.1 ([#126](https://github.com/SAP/ui5-server/issues/126)) [`e22c118`](https://github.com/SAP/ui5-server/commit/e22c1185e2e5fc718b50704b6a64a121413b3f93)
209
- - Bump [@ui5](https://github.com/ui5)/fs from 1.0.0 to 1.0.1 [`255766a`](https://github.com/SAP/ui5-server/commit/255766a62981af2e5ef584015d2951d39189ef3a)
210
-
211
- ### Features
212
- - Add Server Option to Send SAP's Target CSPs by default ([#179](https://github.com/SAP/ui5-server/issues/179)) [`4f05967`](https://github.com/SAP/ui5-server/commit/4f059670306c97ab5f34d82bb335f5ee21d73c72)
213
-
214
-
215
- <a name="v1.0.0"></a>
216
- ## [v1.0.0] - 2019-01-10
217
- ### Dependency Updates
218
- - Bump [@ui5](https://github.com/ui5)/project from 0.2.5 to 1.0.0 ([#109](https://github.com/SAP/ui5-server/issues/109)) [`84d31a5`](https://github.com/SAP/ui5-server/commit/84d31a5340f77fc6ec54e9c5829c8ad656b2adb1)
219
- - Bump [@ui5](https://github.com/ui5)/builder from 0.2.9 to 1.0.0 ([#108](https://github.com/SAP/ui5-server/issues/108)) [`8e39375`](https://github.com/SAP/ui5-server/commit/8e393754f71efe14e9cd5daf345012f2b1d7926d)
220
- - Bump [@ui5](https://github.com/ui5)/fs from 0.2.0 to 1.0.0 ([#107](https://github.com/SAP/ui5-server/issues/107)) [`93e39af`](https://github.com/SAP/ui5-server/commit/93e39afc3e728ff2e829865d7de3c635a43241f0)
221
- - Bump [@ui5](https://github.com/ui5)/logger from 0.2.2 to 1.0.0 ([#106](https://github.com/SAP/ui5-server/issues/106)) [`3687ad6`](https://github.com/SAP/ui5-server/commit/3687ad6b224cf9c37359de30917bc711fe7b239a)
222
-
223
-
224
- <a name="v0.2.2"></a>
225
- ## [v0.2.2] - 2018-10-29
226
-
227
- <a name="v0.2.1"></a>
228
- ## [v0.2.1] - 2018-07-17
229
-
230
- <a name="v0.2.0"></a>
231
- ## [v0.2.0] - 2018-07-12
232
-
233
- <a name="v0.1.2"></a>
234
- ## [v0.1.2] - 2018-07-10
235
- ### Bug Fixes
236
- - **CSP Middleware:** Export middleware, add report-uri [`2091c0c`](https://github.com/SAP/ui5-server/commit/2091c0cc093f9997c582e301ad52bbe74d4651d6)
237
-
238
-
239
- <a name="v0.1.1"></a>
240
- ## [v0.1.1] - 2018-07-10
241
- ### Features
242
- - simplistic serveIndex with additional properties [`fa04ee2`](https://github.com/SAP/ui5-server/commit/fa04ee227cf5d4af4a8ba5d4d3fa594cee417da0)
243
- - Add CSP middleware ([#3](https://github.com/SAP/ui5-server/issues/3)) [`f9ec3ee`](https://github.com/SAP/ui5-server/commit/f9ec3eeb43708462c2d683a80beb1816beeddc92)
244
-
245
-
246
- <a name="v0.1.0"></a>
247
- ## [v0.1.0] - 2018-06-26
248
-
249
- <a name="v0.0.1"></a>
250
- ## v0.0.1 - 2018-06-06
251
-
252
- [v3.0.0-alpha.0]: https://github.com/SAP/ui5-server/compare/v2.4.0...v3.0.0-alpha.0
253
- [v2.4.0]: https://github.com/SAP/ui5-server/compare/v2.3.1...v2.4.0
254
- [v2.3.1]: https://github.com/SAP/ui5-server/compare/v2.3.0...v2.3.1
255
- [v2.3.0]: https://github.com/SAP/ui5-server/compare/v2.2.10...v2.3.0
256
- [v2.2.10]: https://github.com/SAP/ui5-server/compare/v2.2.9...v2.2.10
257
- [v2.2.9]: https://github.com/SAP/ui5-server/compare/v2.2.8...v2.2.9
258
- [v2.2.8]: https://github.com/SAP/ui5-server/compare/v2.2.7...v2.2.8
259
- [v2.2.7]: https://github.com/SAP/ui5-server/compare/v2.2.6...v2.2.7
260
- [v2.2.6]: https://github.com/SAP/ui5-server/compare/v2.2.5...v2.2.6
261
- [v2.2.5]: https://github.com/SAP/ui5-server/compare/v2.2.4...v2.2.5
262
- [v2.2.4]: https://github.com/SAP/ui5-server/compare/v2.2.3...v2.2.4
263
- [v2.2.3]: https://github.com/SAP/ui5-server/compare/v2.2.2...v2.2.3
264
- [v2.2.2]: https://github.com/SAP/ui5-server/compare/v2.2.1...v2.2.2
265
- [v2.2.1]: https://github.com/SAP/ui5-server/compare/v2.2.0...v2.2.1
266
- [v2.2.0]: https://github.com/SAP/ui5-server/compare/v2.1.0...v2.2.0
267
- [v2.1.0]: https://github.com/SAP/ui5-server/compare/v2.0.3...v2.1.0
268
- [v2.0.3]: https://github.com/SAP/ui5-server/compare/v2.0.2...v2.0.3
269
- [v2.0.2]: https://github.com/SAP/ui5-server/compare/v2.0.1...v2.0.2
270
- [v2.0.1]: https://github.com/SAP/ui5-server/compare/v2.0.0...v2.0.1
271
- [v2.0.0]: https://github.com/SAP/ui5-server/compare/v1.6.0...v2.0.0
272
- [v1.6.0]: https://github.com/SAP/ui5-server/compare/v1.5.4...v1.6.0
273
- [v1.5.4]: https://github.com/SAP/ui5-server/compare/v1.5.3...v1.5.4
274
- [v1.5.3]: https://github.com/SAP/ui5-server/compare/v1.5.2...v1.5.3
275
- [v1.5.2]: https://github.com/SAP/ui5-server/compare/v1.5.1...v1.5.2
276
- [v1.5.1]: https://github.com/SAP/ui5-server/compare/v1.5.0...v1.5.1
277
- [v1.5.0]: https://github.com/SAP/ui5-server/compare/v1.4.0...v1.5.0
278
- [v1.4.0]: https://github.com/SAP/ui5-server/compare/v1.3.0...v1.4.0
279
- [v1.3.0]: https://github.com/SAP/ui5-server/compare/v1.2.0...v1.3.0
280
- [v1.2.0]: https://github.com/SAP/ui5-server/compare/v1.1.3...v1.2.0
281
- [v1.1.3]: https://github.com/SAP/ui5-server/compare/v1.1.2...v1.1.3
282
- [v1.1.2]: https://github.com/SAP/ui5-server/compare/v1.1.1...v1.1.2
283
- [v1.1.1]: https://github.com/SAP/ui5-server/compare/v1.1.0...v1.1.1
284
- [v1.1.0]: https://github.com/SAP/ui5-server/compare/v1.0.0...v1.1.0
285
- [v1.0.0]: https://github.com/SAP/ui5-server/compare/v0.2.2...v1.0.0
286
- [v0.2.2]: https://github.com/SAP/ui5-server/compare/v0.2.1...v0.2.2
287
- [v0.2.1]: https://github.com/SAP/ui5-server/compare/v0.2.0...v0.2.1
288
- [v0.2.0]: https://github.com/SAP/ui5-server/compare/v0.1.2...v0.2.0
289
- [v0.1.2]: https://github.com/SAP/ui5-server/compare/v0.1.1...v0.1.2
290
- [v0.1.1]: https://github.com/SAP/ui5-server/compare/v0.1.0...v0.1.1
291
- [v0.1.0]: https://github.com/SAP/ui5-server/compare/v0.0.1...v0.1.0