Releases: The-Best-Codes/best-bible
v1.1.6-alpha
Full Changelog: v1.1.5...v1.1.6-alpha
v1.1.5 - Stable
Full Changelog: v1.1.0...v1.1.5
Reset stable release to give users a more stable experience.
v1.1.4-alpha
Full Changelog: v1.1.3-alpha...v1.1.4-alpha
v1.1.3-alpha
Full Changelog: v1.1.2-alpha...v1.1.3-alpha
v1.1.2-alpha
Full Changelog: v1.1.1-alpha...v1.1.2-alpha
Updates to package.json
v1.1.1-alpha
Full Changelog: v1.1.0...v1.1.1-alpha
This version is an alpha version. I don't recommend using it in production.
Version 1.1.0 - Fixed bible.json (Song of Solomon)
What's Changed
- build(deps): bump actions/setup-node from 2 to 4 by @dependabot in #2
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #3
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v1.0.9...v1.1.0
There was an issue with the Bible parsing script that caused Song of Solomon
to be omitted. I've fixed the issue. You can reference Song of Solomon as SongOfSolomon
.
v1.0.9
Full Changelog: v1.0.8...v1.0.9
In this version, I've added the bibleValidation
function group and it's documentation.
Now, you can easily validate Bible data yourself before calling functions to implement custom error handling.
Version 1.0.8 - Update to Docs and Utility Function Improvements
Full Changelog: v1.0.7...v1.0.8
In this version, I've improved the utility functions for the library with better error handling. I've also provided more documentation in the project README.md file and added JSDOC comments in the code.
Version 1.0.7
Full Changelog: v1.0.6...v1.0.7
This version brings a few new functions to the best-bible
library, including getBibleBooks
, getChapterCount
, and getVerseCount
.
It also introduces a new parameter to applicable functions - the outputType
parameter. This allows you to customize the JSON output, with formatting options like default
(array), object
(high detail), and string
(non-JSON text string).
Thank you for using Best-Bible!