File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 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/less-openui5/compare/v0.8.7...HEAD ) .
5
+ A list of unreleased changes can be found [ here] ( https://github.com/SAP/less-openui5/compare/v0.9.0...HEAD ) .
6
+
7
+ <a name =" v0.9.0 " ></a >
8
+ ## [ v0.9.0] - 2020-11-06
9
+ ### Breaking Changes
10
+ - Remove support for import over http(s) [ ` e4a1c86 ` ] ( https://github.com/SAP/less-openui5/commit/e4a1c86b994430fa3e640dc7b09a6c09a1b2845b )
11
+ - Require Node.js >= 10 [ ` 47f244e ` ] ( https://github.com/SAP/less-openui5/commit/47f244ec37ab5ff51c88cd2dd96c4110f2779694 )
12
+
13
+ ### BREAKING CHANGE
14
+
15
+ Import over http(s) is not supported anymore.
16
+ Use the Builder 'fs' option to provide an interface that also handles
17
+ http(s) resources.
18
+
19
+ Support for older Node.js releases has been dropped.
20
+ Only Node.js v10 or higher is supported.
21
+
6
22
7
23
<a name =" v0.8.7 " ></a >
8
- ## [ v0.8.7] - 2020-06-09
24
+ ## [ v0.8.7] - 2020-06-26
9
25
### Bug Fixes
10
26
- Error handling for missing scoping files [ ` c7513a1 ` ] ( https://github.com/SAP/less-openui5/commit/c7513a101a2f01e9114ff86f5be598a29bc51be0 )
11
27
@@ -65,6 +81,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/less-ope
65
81
- Scope rule handling ([ #92 ] ( https://github.com/SAP/less-openui5/issues/92 ) ) [ ` 89b56c1 ` ] ( https://github.com/SAP/less-openui5/commit/89b56c1a975f53ea8e436878b07707f1fb061486 )
66
82
67
83
84
+ [ v0.9.0 ] : https://github.com/SAP/less-openui5/compare/v0.8.7...v0.9.0
68
85
[ v0.8.7 ] : https://github.com/SAP/less-openui5/compare/v0.8.6...v0.8.7
69
86
[ v0.8.6 ] : https://github.com/SAP/less-openui5/compare/v0.8.5...v0.8.6
70
87
[ v0.8.5 ] : https://github.com/SAP/less-openui5/compare/v0.8.4...v0.8.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " less-openui5" ,
3
- "version" : " 0.8.7 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " Build OpenUI5 themes with Less.js" ,
5
5
"scripts" : {
6
6
"lint" : " eslint lib test" ,
You can’t perform that action at this time.
0 commit comments