Skip to content

Releases: SAP/ui5-fs

v4.0.1

27 Aug 08:29
Compare
Choose a tag to compare

v4.0.0

23 Jul 13:52
Compare
Choose a tag to compare

Breaking Changes

  • Drop node v21 support 2d2f125
  • Require Node.js 20.11.x/>=22.0.0 b98bd9a
  • DuplexCollection: remove byGlobSource method (#552) e26338b

Dependency Updates

  • Bump minimatch from 9.0.5 to 10.0.1 7de313a
  • Bump globby from 13.2.2 to 14.0.1 465638d

BREAKING CHANGE

byGlobSource method is removed from DuplexCollection

JIRA: CPOUI5FOUNDATION-802
Relates to: SAP/ui5-tooling#701

Support for older Node.js and npm releases has been dropped.
Only Node.js 20.11.x and >=22.0.0 as well as npm v8 or higher are supported.

All changes

v3.0.5...v4.0.0

v3.0.5

11 Oct 12:18
Compare
Choose a tag to compare

All changes

v3.0.4...v3.0.5

v3.0.4

23 May 09:13
Compare
Choose a tag to compare

Bug Fixes

  • Do not prefix excludes when creating a reader (#504) f765894

All changes

v3.0.3...v3.0.4

v3.0.3

21 Apr 08:50
Compare
Choose a tag to compare

Dependency Updates

  • Bump minimatch from 8.0.4 to 9.0.0 (#497) 56d4542
  • Bump minimatch from 7.4.4 to 8.0.2 a53a4e3

All changes

v3.0.2...v3.0.3

v3.0.2

01 Mar 13:28
Compare
Choose a tag to compare

Dependency Updates

  • Bump minimatch from 6.2.0 to 7.2.0 d2c37d4

All changes

v3.0.1...v3.0.2

v3.0.1

16 Feb 17:03
Compare
Choose a tag to compare

Dependency Updates

  • Bump minimatch from 6.1.8 to 6.2.0 20e9311

All changes

v3.0.0...v3.0.1

v3.0.0

09 Feb 14:20
Compare
Choose a tag to compare

Breaking Changes

  • Transform to ES Modules (#398) 2b61580
  • Throw an error on write of a resource when path does not starts with virBasePath of the respective adapter (#453) d76575f
  • Clone resources when writing in and reading from the Memory (#448) 3454bc1
  • AbstractAdapter: Virtual base path must end with slash 6d1f411
  • resourceFactory: Remove #createCollectionsForTree a4d15f6
  • Require Node.js >= 16.18.0 / npm >= 8 94029de

BREAKING CHANGE

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.

Features

  • Add Link-reader and WriterCollection a0e5cf3
  • Introduce Readers "Filter" and "Transformer" (#331) f46e6d1
  • Resource: Add isModified method f6a590a

Bug Fixes

  • Allow resource migration (#407) 1722d71
  • FileSystem Adapter: Use fs.copy / Skip writing when resource is unchanged (#370) 9ac6a39

Dependency Updates

  • Bump minimatch from 5.1.4 to 6.1.5 e6b8d14

All changes

v2.0.6...v3.0.0

v3.0.0-rc.6

03 Feb 17:39
Compare
Choose a tag to compare
v3.0.0-rc.6 Pre-release
Pre-release

v3.0.0-rc.5

03 Feb 15:37
Compare
Choose a tag to compare
v3.0.0-rc.5 Pre-release
Pre-release