Releases: snyk/dotnet-deps-parser
Releases · snyk/dotnet-deps-parser
v4.3.1
4.3.1 (2019-02-04)
Bug Fixes
- bump vulnerable lodash 4.17.10 to 4.17.11 (277d7eb)
- bump vulnerable lodash 4.17.10 to 4.17.11 (861c41f)
v4.3.0
4.3.0 (2019-02-01)
Features
- Extract targetFrameworks from project.json (7e3c0c4)
v4.2.1
4.2.1 (2019-01-25)
Bug Fixes
v4.2.0
4.2.0 (2019-01-23)
Features
- function to determine presence of PackageReference (b2f2a87)
v4.1.0
4.1.0 (2019-01-22)
Features
- merges dotnetDepsPkgTree with PkgTree. (8594af7)
v4.0.0
4.0.0 (2019-01-22)
Features
- adds conditional dotnet target frameworks to dep tree. (6e97e9e)
BREAKING CHANGES
- For consistency the parser now returns target frameworks as an array with a pluralised key of targetFrameworks.
v3.7.0
3.7.0 (2019-01-08)
Features
- filter deps by target framework (9d4ece5)
- remove filtering and add annotation of targetFramework (71ca239)
- support empty target framework (4618bdf)
v3.6.0
3.6.0 (2018-12-31)
Features
- Support for package version set as xml variables (7e1d88d)
v3.5.1
3.5.1 (2018-12-24)
Bug Fixes
- added missing export
extractTargetFrameworksFromProjectConfig
(13c3ab9)
v3.5.0
3.5.0 (2018-12-20)
Features
- adds packages.config support for target framework parsing. (b927a73)