Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyorl committed Jun 25, 2024
1 parent 273ec6c commit 13024b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.3

### Fixes
- Fixed packing and unpacking ignoring Scene Regions.

## 1.0.2

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Extract the contents of a compendium pack into individual source files for each
* **transformEntry:** *(entry: object): Promise<false|void>* A function that is called on every entry. Returning *false* indicates that the entry should be discarded.
* **transformName:** *(entry: object): Promise<string|void>* A function that is called on every entry. The value returned from this will be used as the entry's filename and must include the appropriate file extension. If nothing is returned, an auto-generated name will be used instead.
* **jsonOptions:** *object*
* **replacer:** *(key: string, value: any): any|Array<string|number>* A replacer function of an array of property names in the object to include in the resulting string.
* **replacer:** *(key: string, value: any): any|Array<string|number>* A replacer function or an array of property names in the object to include in the resulting string.
* **space:** *string|number* A number of spaces or a string to use as indentation.

## Contributing
Expand Down

0 comments on commit 13024b4

Please sign in to comment.