Releases: Lumieducation/H5P-Nodejs-library
v1.1.1
v1.1.0
v1.0.0
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