Releases: The-Best-Codes/best-bible
v1.6.8
Full Changelog: v1.6.7...v1.6.8
Fixing minification issues with GitHub Actions.
v1.6.7
Notice
Due to minification and bundle size reduction efforts, you may encounter bugs with the package. If you do, please open an issue and report them or revert to version 1.6.6
and see if the issue exists there.
What's Changed
- build(deps-dev): bump @types/node from 22.8.6 to 22.8.7 by @dependabot in #40
Full Changelog: v1.6.6...v1.6.7
Updates
@types/node
- Minification methods
- JSON Bible file has been compressed
- Remove source map in browser build
v1.6.6
What's Changed
- build(deps-dev): bump @types/node from 22.8.1 to 22.8.2 by @dependabot in #39
Full Changelog: v1.6.5...v1.6.6
Updates
@types/node
terser
typescript
v1.6.5
Full Changelog: v1.6.4...v1.6.5
Minify builds before publishing.
v1.6.4
Full Changelog: v1.6.3...v1.6.4
In this version, we've modified how the npm package should be downloaded on your device to be more than 2x smaller!
v1.6.3
What's Changed
- build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #33
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #34
- build(deps): bump actions/github-script from 6 to 7 by @dependabot in #35
- build(deps-dev): bump esbuild from 0.23.1 to 0.24.0 by @dependabot in #37
- build(deps-dev): bump @types/node from 22.5.5 to 22.6.1 by @dependabot in #36
Full Changelog: v1.6.0...v1.6.3
v1.6.0
Full Changelog: v1.5.9...v1.6.0
In this release, TypeScript errors regarding the module file not being defined were resolved. The issue was that export
had not been placed before functions.
v1.5.9
Full Changelog: v1.5.8...v1.5.9
We've added deprecation warnings to the cleanVerse
parameters and parseVerse
function in order to give users a fair warning before we remove them completely.
v1.5.8
Full Changelog: v1.5.7...v1.5.8
In this release, we have updated our dependencies and resolved issues with the Bible formatting (translation markers). Translation markers have been removed, but will be optional to output as normal, JSON, or not at all in a future version (see scripts/processBible.js
).
Thanks for using best-bible!
v1.5.7
Full Changelog: v1.5.6...v1.5.7
We now use TypeScript as the base for src/ files, and the dist files have been updated to resolve any errors.