Skip to content

Commit

Permalink
Merge pull request #278 from cdrini/v4.7.0
Browse files Browse the repository at this point in the history
4.7.0
  • Loading branch information
cdrini authored Apr 7, 2020
2 parents 1b82eaf + d0edef0 commit a3bbc8d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BookReader/BookReader.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 4.7.0
Big change: All of BookReader core is now compiled to es5, and a large number of
chunks have been re-written in es6. Care has been taken to ensure no public APIs
have changed, but note this was a big change.

- Extract large chunks of BookReader.js into separate files, into es6; @cdrini
- Increase jest coverage 47% → 58%; @cdrini
- Increase testcafe coverage; @iisa @shaneriley

# 4.6.0
Big change: all the plugins are now written in es6, and compiled to es5. There should
be no observable changes, but note this was a big change.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookreader",
"version": "4.6.0",
"version": "4.7.0",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a3bbc8d

Please sign in to comment.