STEPBible / BibleEngine

General purpose library for powering JavaScript Bible projects
44 stars 9 forks source link

Capacitor support, OSIS Bugfixes #195

Closed chriswep closed 3 years ago

chriswep commented 3 years ago

BREAKING: changed BibleEngineClient constructor parameters

potentially BREAKING: removed ignoring of self closing tags in OSIS importer (check diffs) - this broke existing default OSIS imports. in case this is needed for SWORD (comments seemed to indicate this) another solution needs to be found. self closing tags are part of the OSIS spec and can't be ignored. at the beginning of both parseOpeningTag and parseClosingTag there is some handling code for self closing tags.

Features:

Fixes: