Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

65 lines (44 loc) · 4.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0]

Added

  • Added optional --shortened-strings CLI parameter to limit the author, publisher, and purl lengths. (Issue #65) @macblazer.

Changed

Fixed

  • Following the specification to put the bom-ref attribute on component instead of as a bomRef element of component. @macblazer.

[1.2.0]

Added

  • Includes dependency relationship information for each of the components. (Issue #58) @fnxpt.

Changed

  • Components and dependencies are output in alphabetically sorted order by purl to increase reproducability of BOM generation. (Issue #59) @macblazer.

[1.1.2]

Changed

  • Updated gem dependency for cocoapods to be minimum v1.10.1 up to anything less than v2. (Issue #51) @macblazer.
  • Updated gem dependency for nokogiri to be minimum v1.11.2 up to anything less than v2. @macblazer.
  • Updated README.md with a description of what happens with pods or Podfiles that use subspecs. (Issue #52) @macblazer.

Fixed

[1.1.1]

Changed

  • Better error messaging when a problem is encountered while gathering pod information (Issue #48) @macblazer.

Fixed

  • Including a pod that has a platform-specific dependency for an unused platform no longer causes a crash (Issue #46) @macblazer.
  • Analyzing a Podfile that has no pods defined in it no longer causes a crash @macblazer.

[1.1.0]

Added

[1.0.0]

Added

  • Local pods now use the file_name purl qualifier (Issue #11) @macblazer.
  • Gathering more info for local pods, Git based pods, and podspec based pods (Issues #11, #12, and #13) @macblazer.
  • Added a small section in the README.md for contributors and how to set up for local development @macblazer.
  • Added this CHANGELOG.md file @macblazer.

Changed

[0.1.1]