Skip to content

Latest commit

 

History

History
209 lines (150 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

209 lines (150 loc) · 10.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.

v2.1.4 - 2020-05-29

Bug Fixes

  • ui5Framework: Allow providing exact prerelease versions (#326) 6ce985c

v2.1.3 - 2020-05-14

v2.1.2 - 2020-05-11

Bug Fixes

  • framework t8r: Allow use of specVersion 2.1 961847d

v2.1.1 - 2020-05-11

Bug Fixes

  • Allow the use of specVersion 2.1 for projects a42172f

v2.1.0 - 2020-05-05

Features

  • specVersion 2.1: Add support for "customConfiguration" (#308) 201aaab

v2.0.4 - 2020-04-30

Bug Fixes

  • Workaround missing dependency info for OpenUI5 packages in version 1.77.x 3dfb812
  • Namespaces in API Reference (JSDoc) 3174d9f

v2.0.3 - 2020-04-02

Bug Fixes

  • Schema: Add missing metadata properties 16894e1
  • package.json: Downgrade pacote from 11.1.4 to 9.5.12 c76fb49

v2.0.2 - 2020-04-01

Bug Fixes

  • ui5Framework t8r: Resolve versionOverride string 4fffabe

v2.0.1 - 2020-04-01

Bug Fixes

  • ui5Framework.mergeTrees: Do not process the same project multiple times 1377ec2

v2.0.0 - 2020-03-31

Breaking Changes

Features

  • Add Configuration Schema (#274) eb961c3
  • Support for spec version 2.0 (#277) 770a56f
  • Add ui5Framework translator and resolvers (#265) 5183e5c
  • projectPreprocessor: Log warning when using a deprecated or restricted dependency (#268) b776a4f

BREAKING CHANGE

Support for older Node.js releases has been dropped. Only Node.js v10 or higher is supported.

v1.2.0 - 2020-01-13

Features

v1.1.1 - 2019-11-07

v1.1.0 - 2019-07-11

Features

  • projectPreprocessor: Add handling for server-middleware extensions 2ce964c

v1.0.3 - 2019-06-25

Bug Fixes

  • projectPreprocessor: Do not remove already removed dependencies (#189) 4600d63

v1.0.2 - 2019-04-12

Bug Fixes

  • ProjectPreprocessor: Fix dependency resolution 0671a8b

Dependency Updates

v1.0.1 - 2019-02-14

Bug Fixes

  • npm translator: Remove deduped optional dependencies from tree 3481154

Dependency Updates

v1.0.0 - 2019-01-10

Breaking Changes

  • normalizer: Rename optional parameter "translator" 92321e0

Dependency Updates

Features

  • Add specification version 1.0 b0c02f6

BREAKING CHANGE

Renamed parameter "translator" of functions generateDependencyTree and generateProjectTree to "translatorName"

v0.2.5 - 2018-12-19

Bug Fixes

  • npm translator: Deduplicate subtrees of pending dependencies 7e55ae3
  • npm translator: Fix handling of indirect dependency cycles c99d6d3

v0.2.4 - 2018-12-17

Bug Fixes

  • npm t8r: Add deduplication of npm dependencies 2717088
  • projectPreprocessor: Ignore deduped modules 84f7b25

v0.2.3 - 2018-11-20

Bug Fixes

  • npm t8r: Again, handle npm optionalDependencies correctly 9fd78dc

v0.2.2 - 2018-11-17

Bug Fixes

  • npm t8r: Handle npm optionalDependencies correctly da707d7

Features

  • projectPreprocessor: Add handling for task extensions 0722865
  • projectPreprocessor: Allow application project dependency on non-root level b8a59d5

v0.2.1 - 2018-10-29

Features

v0.2.0 - 2018-07-11

v0.1.0 - 2018-06-26

Bug Fixes

  • Fix some typos in log messages (#17) 1f2f2fd
  • npm translator: Fix endless loop in case of dependency cycles (#15) cf31112

v0.0.1 - 2018-06-06

Bug Fixes

  • npm t8r: Fix collection fallback with missing package.json 578466f