Skip to content

Commit 6cc6060

Browse files
committed
Release 1.0.0
1 parent b921fbc commit 6cc6060

File tree

3 files changed

+18
-28
lines changed

3 files changed

+18
-28
lines changed

CHANGELOG.md

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,34 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v0.2.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v1.0.0...HEAD).
6+
7+
<a name="v1.0.0"></a>
8+
## [v1.0.0] - 2019-01-10
9+
### Breaking Changes
10+
- **index.js export:** Remove top-level access to adapters [`f1f7831`](https://github.com/SAP/ui5-fs/commit/f1f7831ae9e908731a57f9d67952a61431c69d21)
11+
12+
### Dependency Updates
13+
- Pin dir-glob to v2.0.0 [`b921fbc`](https://github.com/SAP/ui5-fs/commit/b921fbceaa4f200737b8c6cf45eaf2d9bc3e1df2)
14+
- Bump [@ui5](https://github.com/ui5)/logger from 0.2.2 to 1.0.0 ([#72](https://github.com/SAP/ui5-fs/issues/72)) [`4077f19`](https://github.com/SAP/ui5-fs/commit/4077f19251dee72933de0747de09a6eec5cb75cc)
15+
16+
### BREAKING CHANGE
17+
18+
Adapters "AbstractAdapter", "FileSystem" and "Memory" used to be accessible via the top-level export of index.js (example: require("[@ui5](https://github.com/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](https://github.com/ui5)/project").adapters.FileSystem).
19+
620

721
<a name="v0.2.0"></a>
822
## [v0.2.0] - 2018-07-11
9-
### Internal Changes
10-
- Update min Node.js version to >=8.5 [`b141ddc`](https://github.com/SAP/ui5-fs/commit/b141ddcdde37455b7df4d8ab495abf4429424080)
11-
- **package.json:** Define files to publish [`e533d82`](https://github.com/SAP/ui5-fs/commit/e533d822119d50b4ce6182c6f758df3f71f8b5d7)
12-
1323

1424
<a name="v0.1.0"></a>
1525
## [v0.1.0] - 2018-06-26
16-
### Internal Changes
17-
- Update ui5-logger dependency [`97aadf6`](https://github.com/SAP/ui5-fs/commit/97aadf60e04244822461c27feca7ea47f0e25c2e)
18-
- Add coveralls and dm-badges [`8bd7d9e`](https://github.com/SAP/ui5-fs/commit/8bd7d9ee3c93aac56d2c14bca79355c792700d3c)
19-
- Update package-lock with correct UI5 tooling deps [`c9f032b`](https://github.com/SAP/ui5-fs/commit/c9f032b85c77e898a8317662e401c8e334f89fa8)
20-
- **CHANGELOG:** Fix GitHub release template [`35f9297`](https://github.com/SAP/ui5-fs/commit/35f92979c7a3f37fa51dc50eb01978527f280f02)
21-
- **README:** Pre-Alpha -> Alpha [`7abadbb`](https://github.com/SAP/ui5-fs/commit/7abadbb8637df4698fd9a44d3b77a5187e2246d0)
22-
- **README:** Fix links [`87ee658`](https://github.com/SAP/ui5-fs/commit/87ee65881ee80b7eb504b3a14b8d7913dba0f817)
23-
- **resourceFactory:** Also provide project reference to source-locator ([#11](https://github.com/SAP/ui5-fs/issues/11)) [`836731c`](https://github.com/SAP/ui5-fs/commit/836731cca54c7ef67fa66b9d2013d18d8c23f9ba)
24-
2526

2627
<a name="v0.0.1"></a>
2728
## v0.0.1 - 2018-06-06
2829
### Bug Fixes
2930
- **AbstractAdapter:** Fix normalization of globstar [`6d484e8`](https://github.com/SAP/ui5-fs/commit/6d484e847b62aa0829641f25a76dcc89b0840d44)
3031

31-
### Internal Changes
32-
- Prepare npm release [`08b4f56`](https://github.com/SAP/ui5-fs/commit/08b4f5669d11e864c13fc2e6d4575d338f17558c)
33-
- Update .editorconfig [`c5d9708`](https://github.com/SAP/ui5-fs/commit/c5d970880373a0b12d3ba6cd6e54d47ef83e7bc1)
34-
- Add chglog config + npm release scripts [`171ab78`](https://github.com/SAP/ui5-fs/commit/171ab78c0cc374adf1cd1f69504d58c3ac80e008)
35-
- Update dependencies [`0036872`](https://github.com/SAP/ui5-fs/commit/0036872dedd932fc676b8c48e1ca00316e7dda45)
36-
- Update jsdoc [`a458ac3`](https://github.com/SAP/ui5-fs/commit/a458ac32651ad44e748d876864981e45aad9b431)
37-
- Add travis CI badge + package.json cleanup [`3ee1a19`](https://github.com/SAP/ui5-fs/commit/3ee1a19af8b46c66b9f960738b9886d71654effb)
38-
- Fix links to CONTRIBUTING.md file [`f5ca860`](https://github.com/SAP/ui5-fs/commit/f5ca860b8f00c19b34d6174bc6066bffab2a0eee)
39-
- **ESLint:** Activate no-console [`d8c8f50`](https://github.com/SAP/ui5-fs/commit/d8c8f501eacaf9c8bc47699f39ae7bd933a13784)
40-
- **ESLint:** Activate no-var rule [`4470f28`](https://github.com/SAP/ui5-fs/commit/4470f28bb983b21ca17689cb5f8dd00fd223085c)
41-
- **Travis:** Add node.js 10 to test matrix [`78e0d47`](https://github.com/SAP/ui5-fs/commit/78e0d47ef310286bcf04ec0f7c7a7a5b6362dfd4)
42-
4332

33+
[v1.0.0]: https://github.com/SAP/ui5-fs/compare/v0.2.0...v1.0.0
4434
[v0.2.0]: https://github.com/SAP/ui5-fs/compare/v0.1.0...v0.2.0
4535
[v0.1.0]: https://github.com/SAP/ui5-fs/compare/v0.0.1...v0.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/fs",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "UI5 Build and Development Tooling - File System Abstraction",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)