Skip to content

Releases: Lumieducation/H5P-Nodejs-library

v1.1.1

08 Mar 16:29
7d7bd0c
Compare
Choose a tag to compare

1.1.1 (2020-03-08)

Bug Fixes

  • FileLibraryStorage: Removed hardcoded FileLibraryStorage directory (#383) (7d7bd0c)

v1.1.0

08 Mar 15:50
9d68104
Compare
Choose a tag to compare

1.1.0 (2020-03-08)

Features

  • ajax endpoint: Added POST filter endpoint (package uploads now work) (#379) (e589788)

v1.0.0

05 Mar 16:46
7d56879
Compare
Choose a tag to compare

1.0.0 (2020-03-05)

Feat

  • ajax responses: Improved localization handling, error reporting and success messages (#363) (340945d)

BREAKING CHANGES

  • ajax responses: ILibraryStorage.getFileStream is now async!

  • test: Added more AJAX endpoint tests

  • test(express adapter): Added test for content type endpoint

  • tests(AJAX endpoint): Added more tests for AJAX endpoint

  • tests(ajax endpoint): Added test for getting library data and fixed related issues where current implementation doesn't conform to the H5P standard

  • tests(ajax endpoints): Added tests for getting translations and validation errors when uploading packages

  • refactor: Cleanup and added documentation

  • docs: Added error handling to documentation

  • feat(error reporting): Errors reported to the client now follow the H5P standard

  • fix(error reporting): Corrected replacements

  • refactor(example): Removed ineffective string interpolation

  • docs: Corrected typos

v0.11.2

03 Mar 12:19
4532c62
Compare
Choose a tag to compare

0.11.2 (2020-03-03)

Bug Fixes

  • library storage: Make ILibraryStorage.getFileStream async (#374) (49e2b6a)

v0.11.1

14 Feb 14:38
9e6a366
Compare
Choose a tag to compare

0.11.1 (2020-02-14)

Bug Fixes

  • storage: Data directories of storage implementations are now automatically created on startup. (#360) (9e6a366)

v0.11.0

13 Feb 15:01
e781b29
Compare
Choose a tag to compare

0.11.0 (2020-02-13)

Features

  • implementation: add default fs-implementation (closes #284) (#298) (e781b29)

v0.10.10

30 Jan 11:56
2647086
Compare
Choose a tag to compare

0.10.10 (2020-01-30)

Bug Fixes

  • deps: update dependency mkdirp to v1 (#348) (8069251)

v0.10.9

23 Dec 17:21
16a97c7
Compare
Choose a tag to compare

0.10.9 (2019-12-23)

Bug Fixes

  • player: the user defined integration now overwrites the default one (#328) (16a97c7)

v0.10.8

16 Dec 00:04
Compare
Choose a tag to compare

0.10.8 (2019-12-16)

Bug Fixes

  • saving: exported packages now allows conform to the h5p.json schema (resolves #294) (#323) (b2fd4e6)

v0.10.7

14 Dec 20:43
Compare
Choose a tag to compare

0.10.7 (2019-12-14)

Bug Fixes

  • findlibraries: prevent TypeError object[key].match is not a function (fixes #320) (#321) (2a269de)