Releases: multiscript/bibleref
Releases · multiscript/bibleref
Release list
v0.16.0
v0.15.0
What's Changed
- Added note about converting BibleRangeList groups to properly-formatted Bible reference strings.
- Correct BibleRefParsingError docs.
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Add BibleVerse methods is_first_in_chap(), is_last_in_chap(), is_first_in_book(), is_last_in_book()
- Allow BibleRange.split() to be called with no arguments.
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Rename BibleRangeList.consolidate() to merge()
- Add documentation about list grouping.
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Rename span methods to range methods.
- Add BibleBook.chap_ranges() and remove BibleBook.split()
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Add span methods for extending ranges to nearest chap and book boundaries.
- BibleRange.split() adds regroup bool argument (defaults to True)
- Add BibleBook.split() convenience method
- Small fix to BibleRangeList.consolidate()
- Remove BibleVerse.chap_count()
- Documentation fixes
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Add counts to BibleBook, BibleRange, BibleRangeList
- Add BibleRangeList.regroup(), and call it from consolidate()
- Fix bug around setting bibleref.flags
Full Changelog: v0.9.0...v0.10.0
v0.9.0 - Initial release
Initial release of bibleref