Skip to content

Releases: sws2apps/jw-epub-parser

v3.4.0

30 Oct 05:44
Compare
Choose a tag to compare

3.4.0 (2023-10-30)

Features

  • deps: bump node-html-parser from 6.1.10 to 6.1.11 (88dc4c6)
  • localize: updated translation from Crowdin (87cbaff)

v3.3.0

22 Oct 15:50
Compare
Choose a tag to compare

3.3.0 (2023-10-22)

Features

  • module: support parsing watchtower epub starting 202401 (c6e8ba8)

v3.2.0

14 Oct 05:41
Compare
Choose a tag to compare

3.2.0 (2023-10-14)

Features

  • localize: updated translation from Crowdin (f2b5d91)

v3.1.0

13 Oct 14:43
Compare
Choose a tag to compare

3.1.0 (2023-10-13)

Features

  • localize: updated translation from Crowdin (d0889ad)

v3.0.1

08 Oct 10:38
Compare
Choose a tag to compare

3.0.1 (2023-10-08)

Bug Fixes

  • module: temporarily block parsing mwb starting issue 202401 (f5bd2d8)

v3.0.0

27 Sep 03:01
Compare
Choose a tag to compare

3.0.0 (2023-09-27)

Features

  • deps: update semantic-release to latest version (63133a2)

BREAKING CHANGES

  • deps: The week_date value in enhanced parsing is now formatted as yyyy/mm/dd

v2.1.0

27 Sep 02:49
Compare
Choose a tag to compare

2.1.0 (2023-09-27)

Features

  • deps: bump node-html-parser from 6.1.6 to 6.1.9 (e63d3a5)
  • deps: bump node-html-parser from 6.1.9 to 6.1.10 (77bc774)
  • module: change week date format to yyyy/mm/dd (2bf8f5e)

v2.0.0

12 Sep 19:04
Compare
Choose a tag to compare

2.0.0 (2023-09-12)

Features

  • deps: bump @cypress/request and cypress (c22a63a)
  • module: parse meeting data from Watchtower Study epub file (47f6406)

BREAKING CHANGES

  • module: With this release, the loadEPUB function will return an array of objects, containing all the weekly source materials. The property names were all adjusted. Also the, the study point for students parts is no longer a separate property. It is now included with the source part.

v2.0.0-beta.9

21 Aug 16:42
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

2.0.0-beta.9 (2023-08-21)

Features

  • module: add functions to parse meeting data from wol (eb82157)

v2.0.0-beta.8

18 Aug 09:51
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

2.0.0-beta.8 (2023-08-18)

Features

  • module: use node-html-parser to parse html strings (d8e6609)