Skip to content

Latest commit

 

History

History
149 lines (106 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

149 lines (106 loc) · 7.01 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.

v3.0.0-alpha.0 - 2021-12-14

v2.0.6 - 2020-12-18

Bug Fixes

  • fsInterface on Windows: Correctly handle project paths containing non-ASCII characters 6bb44be

v2.0.5 - 2020-11-06

Performance Improvements

  • Reduce install size by moving 'mock-require' to devDependencies 173f4ff

v2.0.4 - 2020-10-22

Bug Fixes

  • fsInterface: Improve error messages 8b998f8

v2.0.3 - 2020-08-12

Bug Fixes

  • ResourceTagCollection: Do not validate class of resource c52c9f7

v2.0.2 - 2020-07-30

Bug Fixes

Reverts

  • [FIX] adapters/Memory: Return cloned resources (#235)

v2.0.1 - 2020-04-30

Bug Fixes

  • Namespaces in API Reference (JSDoc) b9d7b3c

v2.0.0 - 2020-03-31

Breaking Changes

Dependency Updates

BREAKING CHANGE

Remove deprecated parameter "useNamespaces" from method "resourceFactory.createCollectionsForTree". Use parameter "getVirtualBasePathPrefix" instead.

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

v1.1.2 - 2019-07-01

Dependency Updates

  • Bump globby from 9.2.0 to 10.0.0 573e853

v1.1.1 - 2019-06-18

Bug Fixes

  • fsInterface: Handle non-POSIX paths correctly (#147) 1ad0cc8

v1.1.0 - 2019-06-03

Features

v1.0.2 - 2019-03-21

Dependency Updates

Features

  • fsInterface: Add mkdir function 5bd91ac

v1.0.1 - 2019-02-01

Bug Fixes

  • Prevent FS write from draining Resources content 370f121

Dependency Updates

  • Yarn: Pin dir-glob dependency to v2.0.0 e14457c

v1.0.0 - 2019-01-10

Breaking Changes

  • index.js export: Remove top-level access to adapters f1f7831

Dependency Updates

BREAKING CHANGE

Adapters "AbstractAdapter", "FileSystem" and "Memory" used to be accessible via the top-level export of index.js (example: require("@ui5/project").FileSystem). This is no longer possible. Adapters are now grouped in the top-level object "adapters" and can be accessed from there (example: require("@ui5/project").adapters.FileSystem).

v0.2.0 - 2018-07-11

v0.1.0 - 2018-06-26

v0.0.1 - 2018-06-06

Bug Fixes

  • AbstractAdapter: Fix normalization of globstar 6d484e8