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
Chapters.Chapter.sanitize/1
to trim and nil url strings inhref
andimage
- This CHANGELOG file as standardized open source project CHANGELOG.
- Use
sanitize
in export to not produce values with empty strings or whitespace padding.
1.0.0 - 2019-06-26
- Import and export of image fields from
psc
andjson
.
Chapters.Chapter
type field changes to be more in line with the formats.time
→start
andurl
→href
.- More consise and ordered output.
href
andimg
entries are omitted if empty, all formats produce a consistent order ofstart
,title
,href
,image
.
0.1.0 - 2019-04-02
- Core functionality, parse and export of
psc
,json
andmp4chaps
chapter formats.