Releases: kazzkiq/CodeFlask
Releases · kazzkiq/CodeFlask
v1.0.2
v1.0.1
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.
v0.3.1
v0.2.0
Small issues related to styles fixed
Matching Prism default styles Preventing default styles of Prism and CodeFlask.js to get into conflict
First stable version for basic usage
Merge pull request #7 from pleasedontbelong/master Add bower file