Socket
Socket
Sign inDemoInstall

@ui5/fs

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/fs - npm Package Compare versions

Comparing version 3.0.0-rc.6 to 3.0.0

142

CHANGELOG.md

@@ -5,36 +5,15 @@ # Changelog

A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v3.0.0-rc.6...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v3.0.0...HEAD).
<a name="v3.0.0-rc.6"></a>
## [v3.0.0-rc.6] - 2023-02-03
<a name="v3.0.0-rc.5"></a>
## [v3.0.0-rc.5] - 2023-02-03
<a name="v3.0.0-rc.4"></a>
## [v3.0.0-rc.4] - 2023-01-24
<a name="v3.0.0-rc.3"></a>
## [v3.0.0-rc.3] - 2023-01-23
### Features
- **Resource:** Add isModified method [`f6a590a`](https://github.com/SAP/ui5-fs/commit/f6a590a284a5ef2879d4d755b5b37be164cf3a45)
<a name="v3.0.0-rc.2"></a>
## [v3.0.0-rc.2] - 2023-01-19
### Dependency Updates
- Bump minimatch from 5.1.4 to 6.1.5 [`e6b8d14`](https://github.com/SAP/ui5-fs/commit/e6b8d142517a19b138dab5fc19390ed98db425e1)
<a name="v3.0.0-rc.1"></a>
## [v3.0.0-rc.1] - 2023-01-04
<a name="v3.0.0-rc.0"></a>
## [v3.0.0-rc.0] - 2022-12-23
<a name="v3.0.0"></a>
## [v3.0.0] - 2023-02-09
### Breaking Changes
- Transform to ES Modules ([#398](https://github.com/SAP/ui5-fs/issues/398)) [`2b61580`](https://github.com/SAP/ui5-fs/commit/2b615807a610dd7dfeb5423496ec7aebc9169011)
- Throw an error on write of a resource when path does not starts with virBasePath of the respective adapter ([#453](https://github.com/SAP/ui5-fs/issues/453)) [`d76575f`](https://github.com/SAP/ui5-fs/commit/d76575f8f05a0b6695285200ba595e532620daed)
- Clone resources when writing in and reading from the Memory ([#448](https://github.com/SAP/ui5-fs/issues/448)) [`3454bc1`](https://github.com/SAP/ui5-fs/commit/3454bc15be8a6ecd455b49607cb289e69b41d0f0)
- **AbstractAdapter:** Virtual base path must end with slash [`6d1f411`](https://github.com/SAP/ui5-fs/commit/6d1f4117a2b8bb1226540fafeec8341e4966177d)
- **resourceFactory:** Remove #createCollectionsForTree [`a4d15f6`](https://github.com/SAP/ui5-fs/commit/a4d15f61ae0416051658280bfd2f8635c7ddf44e)
- Require Node.js >= 16.18.0 / npm >= 8 [`94029de`](https://github.com/SAP/ui5-fs/commit/94029deea4e85211fb8d84f7b213f1fd0c418240)
### 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.

@@ -44,75 +23,25 @@

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.
<a name="v3.0.0-beta.4"></a>
## [v3.0.0-beta.4] - 2022-12-01
For more information see also:
<a name="v3.0.0-beta.3"></a>
## [v3.0.0-beta.3] - 2022-11-11
<a name="v3.0.0-beta.2"></a>
## [v3.0.0-beta.2] - 2022-11-07
<a name="v3.0.0-beta.1"></a>
## [v3.0.0-beta.1] - 2022-11-07
### Bug Fixes
- Allow resource migration ([#407](https://github.com/SAP/ui5-fs/issues/407)) [`1722d71`](https://github.com/SAP/ui5-fs/commit/1722d71b78184cae0dfb092fd3d4c4156924dc28)
<a name="v3.0.0-alpha.7"></a>
## [v3.0.0-alpha.7] - 2022-10-24
### Breaking Changes
- Transform to native ESM ([#398](https://github.com/SAP/ui5-fs/issues/398)) [`2b61580`](https://github.com/SAP/ui5-fs/commit/2b615807a610dd7dfeb5423496ec7aebc9169011)
### 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:
- https://sap.github.io/ui5-tooling/updates/migrate-v3/
- https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
Support for older Node.js and npm releases has been dropped.
Only Node.js v16.18.0 and npm v8 or higher are supported.
<a name="v3.0.0-alpha.6"></a>
## [v3.0.0-alpha.6] - 2022-08-08
<a name="v3.0.0-alpha.5"></a>
## [v3.0.0-alpha.5] - 2022-07-12
<a name="v3.0.0-alpha.4"></a>
## [v3.0.0-alpha.4] - 2022-06-13
### Breaking Changes
- **AbstractAdapter:** Virtual base path must end with slash [`6d1f411`](https://github.com/SAP/ui5-fs/commit/6d1f4117a2b8bb1226540fafeec8341e4966177d)
- **resourceFactory:** Remove #createCollectionsForTree [`a4d15f6`](https://github.com/SAP/ui5-fs/commit/a4d15f61ae0416051658280bfd2f8635c7ddf44e)
### Features
- Add Link-reader and WriterCollection [`a0e5cf3`](https://github.com/SAP/ui5-fs/commit/a0e5cf3ef86a4b0cdc817d08963ed6574740f1bc)
- Introduce Readers "Filter" and "Transformer" ([#331](https://github.com/SAP/ui5-fs/issues/331)) [`f46e6d1`](https://github.com/SAP/ui5-fs/commit/f46e6d1b9aed5858f2d72b10b18635de6ed1f1e0)
- **Resource:** Add isModified method [`f6a590a`](https://github.com/SAP/ui5-fs/commit/f6a590a284a5ef2879d4d755b5b37be164cf3a45)
<a name="v3.0.0-alpha.3"></a>
## [v3.0.0-alpha.3] - 2022-04-26
### Bug Fixes
- **FileSystem Adapter:** Use native fs.copy / Skip writing when resource is unchanged ([#370](https://github.com/SAP/ui5-fs/issues/370)) [`9ac6a39`](https://github.com/SAP/ui5-fs/commit/9ac6a39f3cb72e02c2a1298b07c4676a0ee92377)
- Allow resource migration ([#407](https://github.com/SAP/ui5-fs/issues/407)) [`1722d71`](https://github.com/SAP/ui5-fs/commit/1722d71b78184cae0dfb092fd3d4c4156924dc28)
- **FileSystem Adapter:** Use fs.copy / Skip writing when resource is unchanged ([#370](https://github.com/SAP/ui5-fs/issues/370)) [`9ac6a39`](https://github.com/SAP/ui5-fs/commit/9ac6a39f3cb72e02c2a1298b07c4676a0ee92377)
### Dependency Updates
- Bump minimatch from 5.1.4 to 6.1.5 [`e6b8d14`](https://github.com/SAP/ui5-fs/commit/e6b8d142517a19b138dab5fc19390ed98db425e1)
<a name="v3.0.0-alpha.2"></a>
## [v3.0.0-alpha.2] - 2022-01-25
### Breaking Changes
- Require Node.js >= 16.13.2 / npm >= 8 [`94029de`](https://github.com/SAP/ui5-fs/commit/94029deea4e85211fb8d84f7b213f1fd0c418240)
### BREAKING CHANGE
Support for older Node.js and npm releases has been dropped.
Only Node.js v16.13.2 and npm v8 or higher are supported.
<a name="v3.0.0-alpha.1"></a>
## [v3.0.0-alpha.1] - 2022-01-13
### Features
- Introduce Readers "Filter" and "Transformer" ([#331](https://github.com/SAP/ui5-fs/issues/331)) [`f46e6d1`](https://github.com/SAP/ui5-fs/commit/f46e6d1b9aed5858f2d72b10b18635de6ed1f1e0)
<a name="v3.0.0-alpha.0"></a>
## [v3.0.0-alpha.0] - 2021-12-14
<a name="v2.0.6"></a>

@@ -123,3 +52,2 @@ ## [v2.0.6] - 2020-12-18

<a name="v2.0.5"></a>

@@ -130,3 +58,2 @@ ## [v2.0.5] - 2020-11-06

<a name="v2.0.4"></a>

@@ -137,3 +64,2 @@ ## [v2.0.4] - 2020-10-22

<a name="v2.0.3"></a>

@@ -144,3 +70,2 @@ ## [v2.0.3] - 2020-08-12

<a name="v2.0.2"></a>

@@ -158,3 +83,2 @@ ## [v2.0.2] - 2020-07-30

<a name="v2.0.1"></a>

@@ -165,3 +89,2 @@ ## [v2.0.1] - 2020-04-30

<a name="v2.0.0"></a>

@@ -185,3 +108,2 @@ ## [v2.0.0] - 2020-03-31

<a name="v1.1.2"></a>

@@ -192,3 +114,2 @@ ## [v1.1.2] - 2019-07-01

<a name="v1.1.1"></a>

@@ -199,3 +120,2 @@ ## [v1.1.1] - 2019-06-18

<a name="v1.1.0"></a>

@@ -206,3 +126,2 @@ ## [v1.1.0] - 2019-06-03

<a name="v1.0.2"></a>

@@ -216,3 +135,2 @@ ## [v1.0.2] - 2019-03-21

<a name="v1.0.1"></a>

@@ -226,3 +144,2 @@ ## [v1.0.1] - 2019-02-01

<a name="v1.0.0"></a>

@@ -241,3 +158,2 @@ ## [v1.0.0] - 2019-01-10

<a name="v0.2.0"></a>

@@ -253,23 +169,3 @@ ## [v0.2.0] - 2018-07-11

- **AbstractAdapter:** Fix normalization of globstar [`6d484e8`](https://github.com/SAP/ui5-fs/commit/6d484e847b62aa0829641f25a76dcc89b0840d44)
[v3.0.0-rc.6]: https://github.com/SAP/ui5-fs/compare/v3.0.0-rc.5...v3.0.0-rc.6
[v3.0.0-rc.5]: https://github.com/SAP/ui5-fs/compare/v3.0.0-rc.4...v3.0.0-rc.5
[v3.0.0-rc.4]: https://github.com/SAP/ui5-fs/compare/v3.0.0-rc.3...v3.0.0-rc.4
[v3.0.0-rc.3]: https://github.com/SAP/ui5-fs/compare/v3.0.0-rc.2...v3.0.0-rc.3
[v3.0.0-rc.2]: https://github.com/SAP/ui5-fs/compare/v3.0.0-rc.1...v3.0.0-rc.2
[v3.0.0-rc.1]: https://github.com/SAP/ui5-fs/compare/v3.0.0-rc.0...v3.0.0-rc.1
[v3.0.0-rc.0]: https://github.com/SAP/ui5-fs/compare/v3.0.0-beta.4...v3.0.0-rc.0
[v3.0.0-beta.4]: https://github.com/SAP/ui5-fs/compare/v3.0.0-beta.3...v3.0.0-beta.4
[v3.0.0-beta.3]: https://github.com/SAP/ui5-fs/compare/v3.0.0-beta.2...v3.0.0-beta.3
[v3.0.0-beta.2]: https://github.com/SAP/ui5-fs/compare/v3.0.0-beta.1...v3.0.0-beta.2
[v3.0.0-beta.1]: https://github.com/SAP/ui5-fs/compare/v3.0.0-alpha.7...v3.0.0-beta.1
[v3.0.0-alpha.7]: https://github.com/SAP/ui5-fs/compare/v3.0.0-alpha.6...v3.0.0-alpha.7
[v3.0.0-alpha.6]: https://github.com/SAP/ui5-fs/compare/v3.0.0-alpha.5...v3.0.0-alpha.6
[v3.0.0-alpha.5]: https://github.com/SAP/ui5-fs/compare/v3.0.0-alpha.4...v3.0.0-alpha.5
[v3.0.0-alpha.4]: https://github.com/SAP/ui5-fs/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
[v3.0.0-alpha.3]: https://github.com/SAP/ui5-fs/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
[v3.0.0-alpha.2]: https://github.com/SAP/ui5-fs/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
[v3.0.0-alpha.1]: https://github.com/SAP/ui5-fs/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
[v3.0.0-alpha.0]: https://github.com/SAP/ui5-fs/compare/v2.0.6...v3.0.0-alpha.0
[v3.0.0]: https://github.com/SAP/ui5-fs/compare/v2.0.6...v3.0.0
[v2.0.6]: https://github.com/SAP/ui5-fs/compare/v2.0.5...v2.0.6

@@ -276,0 +172,0 @@ [v2.0.5]: https://github.com/SAP/ui5-fs/compare/v2.0.4...v2.0.5

12

package.json
{
"name": "@ui5/fs",
"version": "3.0.0-rc.6",
"version": "3.0.0",
"description": "UI5 Tooling - File System Abstraction",

@@ -53,3 +53,3 @@ "author": {

"preversion": "npm test",
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v3.0.0.. && git add CHANGELOG.md",
"postversion": "git push --follow-tags",

@@ -124,3 +124,3 @@ "release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",

"dependencies": {
"@ui5/logger": "^3.0.1-rc.3",
"@ui5/logger": "^3.0.0",
"clone": "^2.1.2",

@@ -137,3 +137,3 @@ "escape-string-regexp": "^5.0.0",

"@istanbuljs/esm-loader-hook": "^0.2.0",
"ava": "^5.1.1",
"ava": "^5.2.0",
"chai": "^4.3.7",

@@ -148,5 +148,5 @@ "chai-fs": "^2.0.0",

"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-jsdoc": "^39.7.4",
"eslint-plugin-jsdoc": "^39.8.0",
"esmock": "^2.1.0",
"jsdoc": "^3.6.11",
"jsdoc": "^4.0.0",
"nyc": "^15.1.0",

@@ -153,0 +153,0 @@ "open-cli": "^7.1.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc