Releases
v2.0.0.dev0
Compare
Sorry, something went wrong.
No results found
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.
You can’t perform that action at this time.