v1.0.0
The source was rewritten from ground up, with new features and improvements.
Among the additions there are:
- Use ES6/7+ syntax for CodeFlask source code;
- Generate production files automatically (via Rollup);
- Write decent automated tests to prevent things breaking every new release;
- Embbed Prism as a CodeFlask dependency, so users don't neet to install other things;
- Create a default theme for CodeFlask independent from default Prism.js one.
- Add line numbers support out of the box (without the need of plugins);
- Enable importing of language support on the fly (flask.addLanguage(), etc);
- Drop support for older browsers;
- Drop support for Bower;
- Drop support for .runAll();
- Add support for autoclosing basic characters; ... the list may get bigger.