Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 1.32 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.0.1 - 2019-07-08

Added

  • Chapters.Chapter.sanitize/1 to trim and nil url strings in href and image
  • This CHANGELOG file as standardized open source project CHANGELOG.

Changed

  • Use sanitize in export to not produce values with empty strings or whitespace padding.

1.0.0 - 2019-06-26

Added

  • Import and export of image fields from psc and json.

Changed

  • Chapters.Chapter type field changes to be more in line with the formats. timestart and urlhref.
  • More consise and ordered output. href and img entries are omitted if empty, all formats produce a consistent order of start, title, href, image.

0.1.0 - 2019-04-02

Added

  • Core functionality, parse and export of psc, json and mp4chaps chapter formats.