Skip to content

Commit 06af4e2

Browse files
committed
Release 1.0.0
1 parent 7dd5d5c commit 06af4e2

File tree

3 files changed

+22
-62
lines changed

3 files changed

+22
-62
lines changed

CHANGELOG.md

Lines changed: 20 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,44 @@
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-project/compare/v0.2.5...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v1.0.0...HEAD).
6+
7+
<a name="v1.0.0"></a>
8+
## [v1.0.0] - 2019-01-10
9+
### Breaking Changes
10+
- **normalizer:** Rename optional parameter "translator" [`92321e0`](https://github.com/SAP/ui5-project/commit/92321e08e43175611b8417047fc957792d539b10)
11+
12+
### Dependency Updates
13+
- Bump [@ui5](https://github.com/ui5)/builder from 0.2.9 to 1.0.0 ([#99](https://github.com/SAP/ui5-project/issues/99)) [`7dd5d5c`](https://github.com/SAP/ui5-project/commit/7dd5d5cda909e3a109821315cc5a5a80f05cd5d3)
14+
- Bump [@ui5](https://github.com/ui5)/logger from 0.2.2 to 1.0.0 ([#98](https://github.com/SAP/ui5-project/issues/98)) [`8068a76`](https://github.com/SAP/ui5-project/commit/8068a76dc43701f5c8b0467933a83d777ccdee01)
15+
16+
### Features
17+
- Add specification version 1.0 [`b0c02f6`](https://github.com/SAP/ui5-project/commit/b0c02f67296f6251a7ef4fe5c61146bb169a6705)
18+
19+
### BREAKING CHANGE
20+
21+
Renamed parameter "translator" of functions generateDependencyTree and generateProjectTree to "translatorName"
22+
623

724
<a name="v0.2.5"></a>
8-
## [v0.2.5] - 2018-12-18
25+
## [v0.2.5] - 2018-12-19
926
### Bug Fixes
1027
- **npm translator:** Deduplicate subtrees of pending dependencies [`7e55ae3`](https://github.com/SAP/ui5-project/commit/7e55ae3d88280746f5800bffc7bbd13e1495ba07)
1128
- **npm translator:** Fix handling of indirect dependency cycles [`c99d6d3`](https://github.com/SAP/ui5-project/commit/c99d6d3a19fbb6c197b449dfd6cb8acc48837dba)
1229

13-
### Internal Changes
14-
- **npm translator:** Ignore packages that can't be read [`d8c2354`](https://github.com/SAP/ui5-project/commit/d8c23545fd8f1180f988417a9c8cee880b668415)
15-
- **npm translator:** Add silly debug logging [`1ae0d5d`](https://github.com/SAP/ui5-project/commit/1ae0d5dbc9ec9630cd405e108529cab83bc87347)
16-
- **npm translator:** Add addtl. test for cyclic dependencies [`299eb2a`](https://github.com/SAP/ui5-project/commit/299eb2af0472ecf9bf79b96895a2864667b535bf)
17-
1830

1931
<a name="v0.2.4"></a>
2032
## [v0.2.4] - 2018-12-17
2133
### Bug Fixes
2234
- **npm t8r:** Add deduplication of npm dependencies [`2717088`](https://github.com/SAP/ui5-project/commit/2717088532d415b6922f290b58d9227b946a965f)
2335
- **projectPreprocessor:** Ignore deduped modules [`84f7b25`](https://github.com/SAP/ui5-project/commit/84f7b25a9e45df3bc55a7957e4f61db580e68509)
2436

25-
### Internal Changes
26-
- Add tests for cyclic dependency handling [`0378b77`](https://github.com/SAP/ui5-project/commit/0378b77406107294acb3a0103eb6a3464d129be1)
27-
- UA Review README.md [`dd64ff5`](https://github.com/SAP/ui5-project/commit/dd64ff58099d2d21d59a1fe0b05ae7a7e416a5df)
28-
- **npm t8r:** Add includeDeduped option [`eaa2863`](https://github.com/SAP/ui5-project/commit/eaa2863c506f98e011bc0a78776d0f4d61c506d6)
29-
- **static translator and normalizer:** Add tests [`595936d`](https://github.com/SAP/ui5-project/commit/595936d97379bd2ab92967dc7e7e1f568374e4db)
30-
3137

3238
<a name="v0.2.3"></a>
3339
## [v0.2.3] - 2018-11-20
3440
### Bug Fixes
3541
- **npm t8r:** Again, handle npm optionalDependencies correctly [`9fd78dc`](https://github.com/SAP/ui5-project/commit/9fd78dca4d836f9a37036fd151a78e9295b28aa1)
3642

37-
### Internal Changes
38-
- **npm t8r:** Prevent re-throwing own errors [`63f15d3`](https://github.com/SAP/ui5-project/commit/63f15d320b67249c81394d4d4508e83d403e9230)
39-
- **npm t8r:** Handle projects with explicitly zero UI5 dependencies [`7fe6269`](https://github.com/SAP/ui5-project/commit/7fe626943b8a6a4bb53b3e43c93aafbe2b92ef1b)
40-
4143

4244
<a name="v0.2.2"></a>
4345
## [v0.2.2] - 2018-11-17
@@ -48,73 +50,31 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-proj
4850
- **projectPreprocessor:** Add handling for task extensions [`0722865`](https://github.com/SAP/ui5-project/commit/072286591ae3b20cca8e418030c3f2bc048352c5)
4951
- **projectPreprocessor:** Allow application project dependency on non-root level [`b8a59d5`](https://github.com/SAP/ui5-project/commit/b8a59d56c8b5cf4c330fe99cb2162c1701aa51ca)
5052

51-
### Internal Changes
52-
- Fix eslint error [`d24eeb2`](https://github.com/SAP/ui5-project/commit/d24eeb2f1c3a6582ce8514e49e9c720a05f8a0f5)
53-
- **ESLint:** prefer-const [`340151f`](https://github.com/SAP/ui5-project/commit/340151f4bd01ed8644d2c6b90bc695b30933cf80)
54-
- **ESLint:** Allow strings to use backticks [`ec81373`](https://github.com/SAP/ui5-project/commit/ec813730b08ae173f5490629a5d074301ca88de3)
55-
- **Git:** Apply lf line-ending to all files [`067b026`](https://github.com/SAP/ui5-project/commit/067b026d74a14d5e3807b7926a9292153ceac13e)
56-
- **GitHub:** Add PULL_REQUEST_TEMPLATE [`7f2366f`](https://github.com/SAP/ui5-project/commit/7f2366f0f727d150b52e23151cd8ce8ecbdcabfd)
57-
- **GitHub ISSUE_TEMPLATE:** Request UI5 module version info [`0936053`](https://github.com/SAP/ui5-project/commit/0936053d2c50837643495760b6b4e46eb36cb87d)
58-
- **Travis:** Activate Windows and Mac builds [`fe46588`](https://github.com/SAP/ui5-project/commit/fe46588218e9c85892486dd9ce120a4828b64c55)
59-
- **npm t8r:** Fix tests on Windows [`f304d7c`](https://github.com/SAP/ui5-project/commit/f304d7c26b14b40cd673bae7cafce8f695ea316e)
60-
- **package.json scripts:** Update verbose logging params [`dd232a3`](https://github.com/SAP/ui5-project/commit/dd232a39bde7c787846b89a5207558f39f3074cb)
61-
6253

6354
<a name="v0.2.1"></a>
6455
## [v0.2.1] - 2018-10-29
6556
### Features
6657
- Add shim extension [`93c9b39`](https://github.com/SAP/ui5-project/commit/93c9b3960ca36f240c5f8453a89f72792a01fe92)
6758
- Add "extension" projects [`476b785`](https://github.com/SAP/ui5-project/commit/476b785810d6993d2a3e21707ffa67e568e67eac)
6859

69-
### Internal Changes
70-
- Add addt'l project-shim extension tests [`e0ecb7f`](https://github.com/SAP/ui5-project/commit/e0ecb7f6a0da334f423a1267c310e687b9854724)
71-
- Add missing cross-env dependency [`0f2bd76`](https://github.com/SAP/ui5-project/commit/0f2bd76fdc03103d4b88b4764d94ebb353340fd5)
72-
- Apply extensions only once [`0488a59`](https://github.com/SAP/ui5-project/commit/0488a5959a0b2b87d1945866da07bc011103c1b2)
73-
- Apply extensions found in root project [`5866cad`](https://github.com/SAP/ui5-project/commit/5866cadc04348c15c2ae7abefe70b934f6cf5b99)
74-
- Add .npmrc to enforce public registry [`78dd5d7`](https://github.com/SAP/ui5-project/commit/78dd5d7fb72a9c51b56b47179dd823f016255cd3)
75-
- **CHANGELOG:** Fix scope detection in commit messages [`955ab92`](https://github.com/SAP/ui5-project/commit/955ab9275b6ee6d0261f9033ed110ac8b684abcf)
76-
- **Coveralls:** Use parallel setting to reduce number of PR comments [`cbcc8ea`](https://github.com/SAP/ui5-project/commit/cbcc8ea8f15d4f8c5ac0124024bf67f29ef14bd9)
77-
7860

7961
<a name="v0.2.0"></a>
8062
## [v0.2.0] - 2018-07-11
81-
### Internal Changes
82-
- Update min Node.js version to >=8.5 [`fc96d87`](https://github.com/SAP/ui5-project/commit/fc96d874c08b54f887cf375eb5028b298c96067f)
83-
- **package.json:** Define files to publish [`01d543c`](https://github.com/SAP/ui5-project/commit/01d543c682f4a0f6fbf15fab0a73b91a5424acee)
84-
8563

8664
<a name="v0.1.0"></a>
8765
## [v0.1.0] - 2018-06-26
8866
### Bug Fixes
8967
- Fix some typos in log messages ([#17](https://github.com/SAP/ui5-project/issues/17)) [`1f2f2fd`](https://github.com/SAP/ui5-project/commit/1f2f2fd164abaf449cc5e7d94ec792f469710207)
9068
- **npm translator:** Fix endless loop in case of dependency cycles ([#15](https://github.com/SAP/ui5-project/issues/15)) [`cf31112`](https://github.com/SAP/ui5-project/commit/cf3111288278e8dd36a09b549bd2b254e86af041)
9169

92-
### Internal Changes
93-
- Update ui5-builder and ui5-logger dependency [`c4aaa81`](https://github.com/SAP/ui5-project/commit/c4aaa81ed813fb96a24a289ceb54bc2537bc70e7)
94-
- Add coveralls and dm-badges [`0fb9132`](https://github.com/SAP/ui5-project/commit/0fb9132ca87e0dd959f1dea4dd3d584f0205baad)
95-
- **CHANGELOG:** Fix GitHub release template [`2ca710b`](https://github.com/SAP/ui5-project/commit/2ca710b04d247e7799266644c1a3099c6621d345)
96-
- **README:** Pre-Alpha -> Alpha [`a988310`](https://github.com/SAP/ui5-project/commit/a988310ae2b810dcff9e8253d32d6474c9ee1da9)
97-
9870

9971
<a name="v0.0.1"></a>
10072
## v0.0.1 - 2018-06-06
10173
### Bug Fixes
10274
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
10375

104-
### Internal Changes
105-
- Prepare npm release [`0467b6a`](https://github.com/SAP/ui5-project/commit/0467b6ac2e87dadd7319fe02901c3b24a3901663)
106-
- Update .editorconfig [`1644a10`](https://github.com/SAP/ui5-project/commit/1644a105337ff83c1f800b99451881f4d8952b8f)
107-
- Add chglog config + npm release scripts [`574f976`](https://github.com/SAP/ui5-project/commit/574f9761debb0cf527e4dfe9d09a73b7abfecc49)
108-
- Update dependencies [`51ddbc8`](https://github.com/SAP/ui5-project/commit/51ddbc854e1e28c6455cbe98fdf517601e560f71)
109-
- Add missing test module dependencies [`0d1d57a`](https://github.com/SAP/ui5-project/commit/0d1d57a0f4643ea171b134d1639404fc51fdb051)
110-
- Add travis CI badge + package.json cleanup [`7769590`](https://github.com/SAP/ui5-project/commit/776959063ab673a92ebfd4cf4c7ba253aae158a8)
111-
- Fix links to CONTRIBUTING.md file [`734a870`](https://github.com/SAP/ui5-project/commit/734a870d6a68f0370626d5a17906afabf1cd27d1)
112-
- **ESLint:** Activate no-var rule [`6916828`](https://github.com/SAP/ui5-project/commit/6916828560c1765bdd64306c8b1c4950a36f0c8b)
113-
- **ESLint:** Activate no-console [`df406da`](https://github.com/SAP/ui5-project/commit/df406dab0888b16b9c66f4fe5a2d7e026ad9f4f4)
114-
- **Travis:** Add node.js 10 to test matrix [`5f26276`](https://github.com/SAP/ui5-project/commit/5f2627668b7faa554b8c3810899828d3be6fd63f)
115-
- **npm t8r:** Improve handling of missing package.json [`4b32134`](https://github.com/SAP/ui5-project/commit/4b321345139058dc821fb08c4556aff88366ea86)
116-
11776

77+
[v1.0.0]: https://github.com/SAP/ui5-project/compare/v0.2.5...v1.0.0
11878
[v0.2.5]: https://github.com/SAP/ui5-project/compare/v0.2.4...v0.2.5
11979
[v0.2.4]: https://github.com/SAP/ui5-project/compare/v0.2.3...v0.2.4
12080
[v0.2.3]: https://github.com/SAP/ui5-project/compare/v0.2.2...v0.2.3

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/project",
3-
"version": "0.2.5",
3+
"version": "1.0.0",
44
"description": "UI5 Build and Development Tooling - Project ",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)