Skip to content

Releases: kazzkiq/CodeFlask

v1.0.2

06 May 04:59
Compare
Choose a tag to compare

Updating package.json links

v1.0.1

06 May 04:54
Compare
Choose a tag to compare

Fixing styles encapsulation.

v1.0.0

06 May 02:16
Compare
Choose a tag to compare

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

30 Apr 14:23
Compare
Choose a tag to compare
Updating package.json

v0.2.0

19 Dec 02:20
Compare
Choose a tag to compare
  • Added support for indentation (TAB and/or SHIFT+TAB) [#24]
  • Added Codeflask to npm

Small issues related to styles fixed

21 Aug 17:51
Compare
Choose a tag to compare
Matching Prism default styles

Preventing default styles of Prism and CodeFlask.js to get into conflict

First stable version for basic usage

21 Aug 17:32
Compare
Choose a tag to compare
Merge pull request #7 from pleasedontbelong/master

Add bower file