-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Of course you can't use & in the changelog, it'll break XML
- Loading branch information
1 parent
0cc29c3
commit 9ed2f70
Showing
1 changed file
with
52 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,52 @@ | ||
# Changelog for `dotnet-delice` | ||
|
||
## [1.3.0] - 2019-10-24 | ||
|
||
### Added | ||
|
||
- Putting version number & URL for package in properties of the JSON output (issues #7 & #9) | ||
|
||
### Changed | ||
|
||
- JSON output now includes the version and URL for packages (where available) | ||
- Pretty print output includes version | ||
- Better error message when the dependency graph for a project fails to load | ||
|
||
## [1.2.0] - 2019-10-23 | ||
|
||
### Added | ||
|
||
- Detection of Project References as a unique license mode | ||
|
||
### Changed | ||
|
||
- Project References are now extracted out to a separate node in the response since their license is unknown | ||
- Updated to .NET Core 3.0 | ||
|
||
## [1.1.0] - 2019-08-28 | ||
|
||
### Added | ||
|
||
- Support for looking up a license via the GitHub API when the license is hosted on GitHub | ||
- This reduces the number of packages that return "Unable to determine" | ||
- User is able to provide a GitHub Personal Access Token (PAT) to avoid being rate-limited | ||
- Support for looking at the contents of the license file to see if we can guess the type | ||
- Showing license conformance with SPDX info (whether it's OSI, FSF, etc.). This is obtained from the SDPX database, which can be refreshed using a CLI flag | ||
|
||
### Changed | ||
|
||
- Extracted the core of the project out to a separate project so it can be its own NuGet package | ||
- Output now contains a new node for conformance in the pretty-print, and three new nodes in JSON, `isOsi`, `isFsf` and `isDeprecatedType` | ||
|
||
## [1.0.0] - 2019-08-19 | ||
|
||
Initial Release :tada: | ||
|
||
### Added | ||
|
||
- Locate all dependencies for a project and find their licenses | ||
- Packages using the [legacy `licenseUrl` field](https://github.com/NuGet/Announcements/issues/32) don't have their license properly discovered | ||
- Some packages using the legacy format are pre-parsed and stored in code | ||
- Display output as pretty console output _or_ JSON | ||
- Ability to save JSON to file | ||
# Changelog for `dotnet-delice` | ||
|
||
## [1.3.0] - 2019-10-24 | ||
|
||
### Added | ||
|
||
- Putting version number for package in properties of the JSON output (issues #7) | ||
- Putting URL for package license in properties of the JSON output (issues #9) | ||
|
||
### Changed | ||
|
||
- JSON output now includes the version and URL for packages (where available) | ||
- Pretty print output includes version | ||
- Better error message when the dependency graph for a project fails to load | ||
|
||
## [1.2.0] - 2019-10-23 | ||
|
||
### Added | ||
|
||
- Detection of Project References as a unique license mode | ||
|
||
### Changed | ||
|
||
- Project References are now extracted out to a separate node in the response since their license is unknown | ||
- Updated to .NET Core 3.0 | ||
|
||
## [1.1.0] - 2019-08-28 | ||
|
||
### Added | ||
|
||
- Support for looking up a license via the GitHub API when the license is hosted on GitHub | ||
- This reduces the number of packages that return "Unable to determine" | ||
- User is able to provide a GitHub Personal Access Token (PAT) to avoid being rate-limited | ||
- Support for looking at the contents of the license file to see if we can guess the type | ||
- Showing license conformance with SPDX info (whether it's OSI, FSF, etc.). This is obtained from the SDPX database, which can be refreshed using a CLI flag | ||
|
||
### Changed | ||
|
||
- Extracted the core of the project out to a separate project so it can be its own NuGet package | ||
- Output now contains a new node for conformance in the pretty-print, and three new nodes in JSON, `isOsi`, `isFsf` and `isDeprecatedType` | ||
|
||
## [1.0.0] - 2019-08-19 | ||
|
||
Initial Release :tada: | ||
|
||
### Added | ||
|
||
- Locate all dependencies for a project and find their licenses | ||
- Packages using the [legacy `licenseUrl` field](https://github.com/NuGet/Announcements/issues/32) don't have their license properly discovered | ||
- Some packages using the legacy format are pre-parsed and stored in code | ||
- Display output as pretty console output _or_ JSON | ||
- Ability to save JSON to file |