Skip to content

2.0.0.dev0 (2021-05-27)

Compare
Choose a tag to compare
@Colin-b Colin-b released this 27 May 14:11
· 49 commits to master since this release
867c346

Fixed

  • keepachangelog.to_dict now contains releases that have a URL but no section.
  • keepachangelog.to_raw_dict now contains releases that have a URL but no section.

Changed

  • keepachangelog.to_dict now contains uncategorized key for each item if uncategorized information are available for the version.
  • keepachangelog.to_dict now contains metadata key where version, release_date, semantic_version and url have been moved.
  • keepachangelog.to_raw_dict now contains metadata key where version, release_date, semantic_version and url have been moved.
  • As keepachangelog.starlette.add_changelog_endpoint is returning data as returned by keepachangelog.to_dict, the endpoint output is now modified.
  • As keepachangelog.flask_restx.add_changelog_endpoint is returning data as returned by keepachangelog.to_dict, the endpoint output is now modified.

Added

  • keepachangelog.from_dict to create a changelog content based on a dictionary.
  • keepachangelog.to_dict now allows to provide any line iterable instead of only a file path.