Skip to content

Commit

Permalink
feat!: type script usability and better request return values
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the IContentStorage and ILibraryStorage interfaces were extended with the `getFileStats` method, which returns size and creation time information about files. The file system storage classes and Mongo/S3 storage class were extended to remain compatible.

Furthermore, there was a lot of refactoring to improve typing and extensibility.
  • Loading branch information
sr258 committed May 20, 2020
1 parent f30a49f commit a91508c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "h5p-nodejs-library",
"version": "2.0.0",
"description": "The H5P-Nodejs-library is a port of the H5P-Editor-PHP-library and the H5P-PHP-Library for Nodejs.",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/Lumieducation/H5P-Nodejs-library"
Expand Down

0 comments on commit a91508c

Please sign in to comment.