@ui5/builder
Advanced tools
Comparing version 2.9.5 to 2.10.0
@@ -5,4 +5,10 @@ # Changelog | ||
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.9.5...HEAD). | ||
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.10.0...HEAD). | ||
<a name="v2.10.0"></a> | ||
## [v2.10.0] - 2021-10-04 | ||
### Features | ||
- Introduce build task replaceBuildtime [`2ad0960`](https://github.com/SAP/ui5-builder/commit/2ad09603deee3bc26eae36aa36a7a4ac10f83cb0) | ||
<a name="v2.9.5"></a> | ||
@@ -609,2 +615,3 @@ ## [v2.9.5] - 2021-08-25 | ||
[v2.10.0]: https://github.com/SAP/ui5-builder/compare/v2.9.5...v2.10.0 | ||
[v2.9.5]: https://github.com/SAP/ui5-builder/compare/v2.9.4...v2.9.5 | ||
@@ -611,0 +618,0 @@ [v2.9.4]: https://github.com/SAP/ui5-builder/compare/v2.9.3...v2.9.4 |
@@ -152,2 +152,6 @@ /** | ||
/** | ||
* @type {import('./lib/tasks/replaceBuildtime')} | ||
*/ | ||
replaceBuildtime: "./lib/tasks/replaceBuildtime", | ||
/** | ||
* @type {import('./lib/tasks/transformBootstrapHtml')} | ||
@@ -154,0 +158,0 @@ */ |
@@ -15,2 +15,3 @@ const {promisify} = require("util"); | ||
"replaceVersion", | ||
"replaceBuildtime", | ||
"buildThemes" | ||
@@ -93,2 +94,3 @@ ]; | ||
selectedTasks.replaceVersion = false; | ||
selectedTasks.replaceBuildtime = false; | ||
selectedTasks.generateComponentPreload = false; | ||
@@ -95,0 +97,0 @@ selectedTasks.generateLibraryPreload = false; |
const taskInfos = { | ||
replaceCopyright: {path: "./replaceCopyright"}, | ||
replaceVersion: {path: "./replaceVersion"}, | ||
replaceBuildtime: {path: "./replaceBuildtime"}, | ||
createDebugFiles: {path: "./createDebugFiles"}, | ||
@@ -5,0 +6,0 @@ escapeNonAsciiCharacters: {path: "./escapeNonAsciiCharacters"}, |
@@ -46,2 +46,11 @@ const AbstractBuilder = require("../AbstractBuilder"); | ||
this.addTask("replaceBuildtime", async () => { | ||
return getTask("replaceBuildtime").task({ | ||
workspace: resourceCollections.workspace, | ||
options: { | ||
pattern: "/resources/sap/ui/Global.js" | ||
} | ||
}); | ||
}); | ||
if (project.metadata.namespace) { | ||
@@ -48,0 +57,0 @@ this.addTask("generateJsdoc", async () => { |
{ | ||
"name": "@ui5/builder", | ||
"version": "2.9.5", | ||
"version": "2.10.0", | ||
"description": "UI5 Tooling - Builder", | ||
@@ -123,3 +123,3 @@ "author": { | ||
"semver": "^7.3.5", | ||
"terser": "^5.7.1", | ||
"terser": "^5.9.0", | ||
"xml2js": "^0.4.23", | ||
@@ -138,3 +138,3 @@ "yazl": "^2.5.1" | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-plugin-jsdoc": "^36.0.7", | ||
"eslint-plugin-jsdoc": "^36.1.0", | ||
"extract-zip": "^2.0.1", | ||
@@ -141,0 +141,0 @@ "mock-require": "^3.0.3", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
825401
107
21363
Updatedterser@^5.9.0