Skip to content

Releases: connium/simple-odf

v3.0.3

12 Jan 09:08
Compare
Choose a tag to compare

3.0.3 (2023-01-12)

Bug Fixes

  • deps: bump json5 from 2.2.1 to 2.2.3 (#838) (07e0b8b)

v3.0.2

22 Oct 10:50
Compare
Choose a tag to compare

3.0.2 (2022-10-22)

Bug Fixes

  • deps: bump @xmldom/xmldom from 0.8.2 to 0.8.3 (#786) (4a8a66c)

v3.0.1

22 Jan 10:58
Compare
Choose a tag to compare

3.0.1 (2022-01-22)

Bug Fixes

  • deps: bump semantic-release from 18.0.1 to 19.0.2 (#616) (ba7950c)

v3.0.0

17 Jan 20:11
Compare
Choose a tag to compare

3.0.0 (2022-01-17)

Bug Fixes

  • deps: upgrade node to resolve vulnerabilities (#615) (46d6959)

BREAKING CHANGES

  • deps: Dropped support for Node.js versions less than v14.17
    and v15 to upgrade dev dependencies to their latest versions.

v2.2.0

02 Sep 13:46
Compare
Choose a tag to compare

2.2.0 (2021-09-02)

Features

v2.1.0

02 Sep 10:41
Compare
Choose a tag to compare

2.1.0 (2021-09-02)

Features

v2.0.2

09 May 06:40
Compare
Choose a tag to compare

2.0.2 (2021-05-09)

Bug Fixes

  • deps: [security] bump version (813ecab)

v2.0.1

29 Mar 17:25
Compare
Choose a tag to compare

2.0.1 (2021-03-29)

Bug Fixes

  • deps: [security] bump xmldom and y18n (#442) (5163a1e)

v2.0.0

29 Jun 11:29
Compare
Choose a tag to compare

2.0.0 (2020-06-29)

chore

BREAKING CHANGES

  • deps: The compile target of the library changed from ES2015 to ES2018.
  • deps: The compile target of the library changed from ES2015 to ES2018.

v1.0.0

22 Apr 14:24
304ba60
Compare
Choose a tag to compare

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 a List no longer accepts a string and it doesn't automagically create a "hidden" paragraph. Instead an empty ListItem is being created. On the ListItem instance it is now possible to add headings or paragraphs.