Changelog
[v4.0.0] - 2024-07-23
2d2f125
b98bd9a
e26338b
byGlobSource
method is removed from DuplexCollection
JIRA: CPOUI5FOUNDATION-802 Relates to: https://github.com/SAP/ui5-tooling/issues/701
Support for older Node.js and npm releases has been dropped. Only Node.js 20.11.x and >=21.2.0 as well as npm v10 or higher are supported.
<a name="v3.0.5"></a>
Changelog
[v3.0.0] - 2023-02-09
2b61580
d76575f
3454bc1
6d1f411
a4d15f6
94029de
An error is thrown when a resource shall be written to an adapter where the path of the resource does not starts with the virtual base path defined in the adapter.
Resources stored in the adapters can not be modified by reference anymore. All modifications need to be persisted by using the #write method in order to be reflected in the adapter.
This package has been transformed to ES Modules. Therefore it no longer provides a CommonJS export. If your project uses CommonJS, it needs to be converted to ES Modules or use a dynamic import.
For more information see also:
Support for older Node.js and npm releases has been dropped. Only Node.js v16.18.0 and npm v8 or higher are supported.
a0e5cf3
f46e6d1
f6a590a
1722d71
9ac6a39
e6b8d14
<a name="v2.0.6"></a>