Skip to content

Releases: The-Best-Codes/best-bible

v1.7.0

09 Dec 04:05
dc509a7
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update oven-sh/setup-bun action to v2 by @renovate in #44

Full Changelog: v1.6.9...v1.7.0

Updates

  • Sign package with GH actions
  • Update deps
  • Update version

v1.6.9

28 Nov 18:34
9f74601
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.8...v1.6.9

Updates

  • Use bun by default for bundling and building
  • Remove unused dev dependencies

Notice

This is a stable release, but may cause breaking changes. You may want to downgrade to a previous stable version, as no new functionality is introduced.

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.