Skip to content

Releases: multiscript/bibleref

v0.16.0

Choose a tag to compare

@jamesbcd jamesbcd released this 18 Sep 22:24
8cdc589

What's Changed

  • Iterate correctly over a BibleRange that ends on the last verse in the Bible (fixes issue #19).

Full Changelog: v0.15.0...v0.16.0

v0.15.0

Choose a tag to compare

@jamesbcd jamesbcd released this 28 May 04:56
aedb325

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

Choose a tag to compare

@jamesbcd jamesbcd released this 27 May 14:12
3c83533

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

v0.13.0 Pre-release
Pre-release

Choose a tag to compare

@jamesbcd jamesbcd released this 10 Feb 13:03
26268f1

What's Changed

  • Rename BibleRangeList.consolidate() to merge()
  • Add documentation about list grouping.

Full Changelog: v0.12.0...v0.13.0

v0.12.0

v0.12.0 Pre-release
Pre-release

Choose a tag to compare

@jamesbcd jamesbcd released this 08 Feb 00:07
45c3938

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

v0.11.0 Pre-release
Pre-release

Choose a tag to compare

@jamesbcd jamesbcd released this 07 Feb 13:04
ee418e3

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

v0.10.0 Pre-release
Pre-release

Choose a tag to compare

@jamesbcd jamesbcd released this 25 Jan 13:29
b14e231

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

Pre-release

Choose a tag to compare

@jamesbcd jamesbcd released this 21 Jan 12:45
0d0458d

Initial release of bibleref