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.2 - 2022-01-25
- Require Node.js >= 16.13.2 / npm >= 8
94029de
Support for older Node.js and npm releases has been dropped. Only Node.js v16.13.2 and npm v8 or higher are supported.
v3.0.0-alpha.1 - 2022-01-13
v3.0.0-alpha.0 - 2021-12-14
v2.0.6 - 2020-12-18
- fsInterface on Windows: Correctly handle project paths containing non-ASCII characters
6bb44be
v2.0.5 - 2020-11-06
- Reduce install size by moving 'mock-require' to devDependencies
173f4ff
v2.0.4 - 2020-10-22
- fsInterface: Improve error messages
8b998f8
v2.0.3 - 2020-08-12
- ResourceTagCollection: Do not validate class of resource
c52c9f7
v2.0.2 - 2020-07-30
- TypeScript type definition support (#252)
f379094
- Resource: Keep stats size up to date (#253)
0ef976f
- Resource: getStream for empty string (#249)
bc5eafb
- Resource#getSize: Retrieve Resource's size (#256)
9d2cc6c
- adapters/Memory: Return cloned resources (#235)
7bf3c6a
- [FIX] adapters/Memory: Return cloned resources (#235)
v2.0.1 - 2020-04-30
- Namespaces in API Reference (JSDoc)
b9d7b3c
v2.0.0 - 2020-03-31
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
- Bump globby from 9.2.0 to 10.0.0
573e853
v1.1.1 - 2019-06-18
v1.1.0 - 2019-06-03
v1.0.2 - 2019-03-21
- fsInterface: Add mkdir function
5bd91ac
v1.0.1 - 2019-02-01
- Prevent FS write from draining Resources content
370f121
- Yarn: Pin dir-glob dependency to v2.0.0
e14457c
v1.0.0 - 2019-01-10
- index.js export: Remove top-level access to adapters
f1f7831
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
- AbstractAdapter: Fix normalization of globstar
6d484e8