Skip to content

Commit

Permalink
v1.10.8.0: Fix issue #56
Browse files Browse the repository at this point in the history
  • Loading branch information
ruipin committed Oct 10, 2021
1 parent b5775ec commit 831eb8e
Show file tree
Hide file tree
Showing 13 changed files with 3,955 additions and 3,912 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.10.8.0 (2021-10-10)

- Fix [Issue #56](https://github.com/ruipin/fvtt-lib-wrapper/issues/56).
- Fix handling of unknown packages.
- Correctly use package ID passed to `libWrapper.register` in specific error messages, when auto-detection does not succeed.
- Ensure all exceptions thrown are an object, in order to fix compatibility issue with Foundry 0.8.x when thrown inside `Application._render`.
- Code cleanup: Refactor error classes usage to avoid a cyclic dependency.

# 1.10.7.0 (2021-10-07)

- Fix incorrect error message when a package that conflicts does not correctly define a `minimumCoreVersion` or `compatibleCoreVersion`.
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lib-wrapper",
"title": "libWrapper",
"description": "Library for wrapping core Foundry VTT methods, meant to improve compatibility between packages that wrap the same methods.",
"version": "1.10.7.0",
"version": "1.10.8.0",
"author": "Rui Pinheiro",
"esmodules": ["src/index.js"],
"styles": ["dist/lib-wrapper.css"],
Expand Down
Loading

0 comments on commit 831eb8e

Please sign in to comment.