Skip to content

v1.0.0

Choose a tag to compare

@kazzkiq kazzkiq released this 06 May 02:16
· 74 commits to master since this release

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.