Releases: SAP/ui5-project
Releases · SAP/ui5-project
v2.0.0
Breaking Changes
- Require Node.js >= 10
f21e704
Features
- Add Configuration Schema (#274)
eb961c3
- Support for spec version 2.0 (#277)
770a56f
- Add ui5Framework translator and resolvers (#265)
5183e5c
- projectPreprocessor: Log warning when using a deprecated or restricted dependency (#268)
b776a4f
BREAKING CHANGE
Support for older Node.js releases has been dropped.
Only Node.js v10 or higher is supported.
All changes
v1.2.0
v1.1.1
All changes
v1.1.0
v1.0.3
Bug Fixes
All changes
v1.0.2
v1.0.1
v1.0.0
Breaking Changes
- normalizer: Rename optional parameter "translator"
92321e0
Dependency Updates
- Bump @ui5/builder from 0.2.9 to 1.0.0 (#99)
7dd5d5c
- Bump @ui5/logger from 0.2.2 to 1.0.0 (#98)
8068a76
Features
- Add specification version 1.0
b0c02f6
BREAKING CHANGE
Renamed parameter "translator" of functions generateDependencyTree and generateProjectTree to "translatorName"
All changes
v0.2.5
Bug Fixes
- npm translator: Deduplicate subtrees of pending dependencies
7e55ae3
- npm translator: Fix handling of indirect dependency cycles
c99d6d3
Internal Changes
- npm translator: Ignore packages that can't be read
d8c2354
- npm translator: Add silly debug logging
1ae0d5d
- npm translator: Add addtl. test for cyclic dependencies
299eb2a
All changes
v0.2.4
Bug Fixes
- npm t8r: Add deduplication of npm dependencies
2717088
- projectPreprocessor: Ignore deduped modules
84f7b25
Internal Changes
- Add tests for cyclic dependency handling
0378b77
- UA Review README.md
dd64ff5
- npm t8r: Add includeDeduped option
eaa2863
- static translator and normalizer: Add tests
595936d