Skip to content

v1.0.0

Choose a tag to compare

@JPSchellenberg JPSchellenberg released this 05 Mar 16:46
· 3919 commits to master since this release
7d56879

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