v1.0.0
1.0.0 (2020-04-22)
Bug Fixes
- list: text content of a list item cannot be styled (#120) (453a96b), closes #67
- meta: do not forbid dates older than now (77790c8)
Features
BREAKING CHANGES
- list: The
addListItem
method on aList
no longer accepts a string and it doesn't automagically create a "hidden" paragraph. Instead an emptyListItem
is being created. On theListItem
instance it is now possible to add headings or paragraphs.