You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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