CodeFlask Versions Save

A micro code-editor for awesome web pages.

v1.0.2

6 years ago

Updating package.json links

v1.0.1

6 years ago

Fixing styles encapsulation.

v1.0.0

6 years ago

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.

v0.3.1

6 years ago

v0.2.0

7 years ago
  • Added support for indentation (TAB and/or SHIFT+TAB) [#24]
  • Added Codeflask to npm

v0.1.1

8 years ago

v0.1.0

8 years ago