Skip to content

Latest commit

 

History

History
253 lines (182 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

253 lines (182 loc) · 12.3 KB

Changelog

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

A list of unreleased changes can be found here.

v1.4.0 - 2019-07-29

Bug Fixes

  • versionInfo: Use correct buildTimestamp format 6d87b3e

Features

v1.3.3 - 2019-07-01

Bug Fixes

  • Use consistent RegExp to detect copyright comments (#275) bd7aa40

Dependency Updates

  • Bump globby from 9.2.0 to 10.0.0 1ea4a11

v1.3.2 - 2019-06-24

Bug Fixes

  • generateManifestBundle: Only glob files from project namespace fc7f659

v1.3.1 - 2019-06-14

Bug Fixes

  • Detect library namespace automatically (#255) 604d4d3

v1.3.0 - 2019-06-03

Features

v1.2.3 - 2019-05-15

Bug Fixes

  • JSDoc: Implement own tmp dir lifecycle 3f85abf

v1.2.2 - 2019-05-08

Bug Fixes

  • package.json: Fix JSDoc version to 3.5.5 873469d

v1.2.1 - 2019-05-07

Bug Fixes

  • SmartTemplateAnalyzer: Detect dependencies from "pages" object 2d400c2

v1.2.0 - 2019-04-25

Features

  • Add option to use hash signatures in cachebuster info file a4e8338

v1.1.1 - 2019-04-24

Bug Fixes

  • ApplicationFormatter: detect the namespace for Maven placeholders (#243) 49ecb07

v1.1.0 - 2019-04-12

Features

  • Build the manifest-bundle.zip for applications and libraries f53aeea
  • Generate the AppCacheBuster index file for apps dd653c8

v1.0.5 - 2019-04-03

Bug Fixes

  • Generate sap-ui-custom-dbg.js for self-contained build (#234) d769d98
  • Add bundling sap-ui-core-noJQuery.js and sap-ui-core-noJQuery-dbg.js (#235) e7a7a63

v1.0.4 - 2019-03-27

Dependency Updates

v1.0.3 - 2019-03-21

Dependency Updates

Features

v1.0.2 - 2019-02-28

Bug Fixes

  • Warning log of duplicate module declaration 9a790a3
  • Bundler: Create sap-ui-core-dbg.js (#176) feb95e4
  • ComponentAnalyzer: Detect model types from dataSource efc5cef

v1.0.1 - 2019-02-01

Dependency Updates

v1.0.0 - 2019-02-01

Dependency Updates

Features

  • Add transformation of apps index.html in self-contained build (#137) 6549b8a

BREAKING CHANGE

When running a self-contained build on an application project, the index.html will be transformed by adopting the UI5 bootstrap script tag to load the custom bundle file instead.

v0.2.9 - 2019-01-03

Bug Fixes

  • ComponentAnalyzer: Fully handle sap.ui5/routing (#124) c59b5b1
  • XMLTemplateAnalyzer: Ignore properties with data binding 0d5cf50

v0.2.8 - 2018-12-19

Bug Fixes

v0.2.7 - 2018-12-19

Bug Fixes

  • ComponentAnalyzer: Handle sap.ui5/rootView with type string 469e558
  • generateLibraryPreload: Fix sap-ui-core.js bootstrap 7a266fd

v0.2.6 - 2018-12-06

v0.2.5 - 2018-11-16

Features

  • Builder: Add handling for custom task configurations 9b4ae00

v0.2.4 - 2018-10-29

Features

v0.2.3 - 2018-10-09

Bug Fixes

  • Replace copyright and version strings in *.json and .library files f305429
  • generateLibraryPreload: Add new sap.ui.core library namespaces ea901a7

v0.2.2 - 2018-10-05

Bug Fixes

  • processors/versionInfoGenerator: Remove "gav" property 2bf41e1

Features

  • BundleBuilder: support modules using ES6 with usePredefineCalls (#67) d1a4f1f

v0.2.1 - 2018-07-17

Bug Fixes

  • generateLibraryManifest: i18n/css handling 4e52a96

v0.2.0 - 2018-07-11

Bug Fixes

  • Close gaps in routing support of ComponentAnalyzer (#46) 4697531

v0.1.1 - 2018-07-02

Bug Fixes

  • iterate over routes using a for loop if it is an object (#31) e9823f6

v0.1.0 - 2018-06-26

Bug Fixes

  • Bundles should be built one after another 164ba32
  • reduce build time at the price of a slightly increased code size (#37) 1fb8d00
  • Use the target bundle format to decide decoration (#24) 83703bc

v0.0.2 - 2018-06-21

Bug Fixes

  • Builders: Do not bundle debug files 19800a1

v0.0.1 - 2018-06-06

Bug Fixes

  • Restore default component preload a09bec2

Features

  • Add ability to configure component preloads and custom bundles 2241e5f