Simplify some logic and add consistency fixes.
- Add support for formatting the last separator in a sequence differently (
&
and,&
). - Add
tokenize()
to the exported API to allow further processing.
- Rename "readable" to "formatter" to clarify what it's doing.
- Finish documenting
osisFormatter.js
in the readme.
- Add ESV and NLT output formats.
- Pass eslint checks.
- Expand readme with more explanation of how to use
osisToReadable.js
(laterosisFormatter.js
).
- Finish NIV output formats.
- Add browser-specific support for IE10 and modern browsers (
js/
).
- Add support for more human-friendly output styles.
- Update
osisToParatext
to use the newosisToReadable
(laterOsisFormatter
) backend.
First commit.