Releases: sws2apps/jw-epub-parser
Releases · sws2apps/jw-epub-parser
v3.4.0
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
3.3.0 (2023-10-22)
Features
- module: support parsing watchtower epub starting 202401 (c6e8ba8)
v3.2.0
3.2.0 (2023-10-14)
Features
- localize: updated translation from Crowdin (f2b5d91)
v3.1.0
3.1.0 (2023-10-13)
Features
- localize: updated translation from Crowdin (d0889ad)
v3.0.1
3.0.1 (2023-10-08)
Bug Fixes
- module: temporarily block parsing mwb starting issue 202401 (f5bd2d8)
v3.0.0
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
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
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
Features
- module: add functions to parse meeting data from wol (eb82157)
v2.0.0-beta.8
Features
- module: use node-html-parser to parse html strings (d8e6609)