Skip to content

Releases: The-Best-Codes/best-bible

v1.6.8

16 Nov 21:36
ce54be3
Compare
Choose a tag to compare

Full Changelog: v1.6.7...v1.6.8

Fixing minification issues with GitHub Actions.

v1.6.7

16 Nov 20:58
deacb04
Compare
Choose a tag to compare

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

29 Oct 13:42
9529414
Compare
Choose a tag to compare

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

29 Sep 18:48
3c56cd2
Compare
Choose a tag to compare

Full Changelog: v1.6.4...v1.6.5

Minify builds before publishing.

v1.6.4

28 Sep 21:34
6ee0a84
Compare
Choose a tag to compare

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

26 Sep 00:41
0b093d6
Compare
Choose a tag to compare

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

09 Sep 20:18
57efd00
Compare
Choose a tag to compare

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

09 Sep 16:53
1f0fafe
Compare
Choose a tag to compare

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

09 Sep 16:28
84f6525
Compare
Choose a tag to compare

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

08 Sep 13:33
7bd9d0c
Compare
Choose a tag to compare

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.