Skip to content

Version 1.11.0

Compare
Choose a tag to compare
@ThibaultJanBeyer ThibaultJanBeyer released this 10 Mar 18:23
  • Moved the files from the dist folder to the docs folder to adhere to github pages standart
  • Improve code stability by enforcing typechecks via JS-Docs, inspired by truckjs
  • Partial rewrite using native ES6 classes transpiling down to ES5 using babel.
    Note: first I refactored the code to TypeScript but then rolled back because it might limit the ability of external people to contribute due to the new language
  • Improve documentation by autogenerating it with JS-Docs