Skip to content

Releases: SAP/ui5-fs

v3.0.0-rc.4

24 Jan 16:52
Compare
Choose a tag to compare
v3.0.0-rc.4 Pre-release
Pre-release

v3.0.0-rc.3

23 Jan 15:07
Compare
Choose a tag to compare
v3.0.0-rc.3 Pre-release
Pre-release

Features

  • Resource: Add isModified method f6a590a

All changes

v3.0.0-rc.2...v3.0.0-rc.3

v3.0.0-rc.2

19 Jan 10:35
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release

Dependency Updates

  • Bump minimatch from 5.1.4 to 6.1.5 e6b8d14

All changes

v3.0.0-rc.1...v3.0.0-rc.2

v3.0.0-rc.1

04 Jan 12:00
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

v3.0.0-rc.0

23 Dec 09:36
Compare
Choose a tag to compare
v3.0.0-rc.0 Pre-release
Pre-release

🚀 This is the first release candidate of @ui5/fs version 3

Breaking Changes

  • Transform to native ESM (#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 native ESM. Therefore it no longer provides a CommonJS export.
If your project uses CommonJS, it needs to be converted to ESM 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

Bug Fixes

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

All changes

v2.0.6...v3.0.0-rc.0

v3.0.0-beta.4

01 Dec 14:04
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

v3.0.0-beta.3

11 Nov 10:20
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

v3.0.0-beta.2

07 Nov 19:33
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

v3.0.0-beta.1

07 Nov 18:48
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

Bug Fixes

All changes

v3.0.0-alpha.7...v3.0.0-beta.1

v3.0.0-alpha.7

24 Oct 13:05
Compare
Choose a tag to compare
v3.0.0-alpha.7 Pre-release
Pre-release

Breaking Changes

BREAKING CHANGE

This package has been transformed to native ESM. Therefore it no longer provides a CommonJS export.
If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.

For more information see also:

All changes

v3.0.0-alpha.6...v3.0.0-alpha.7