Skip to content

Latest commit

 

History

History
147 lines (105 loc) · 7.5 KB

CHANGELOG.md

File metadata and controls

147 lines (105 loc) · 7.5 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.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