Skip to content

Releases: mrmlnc/emitty

1.4.0

25 Jun 08:32
Compare
Choose a tag to compare

Changelog:

  • Added partials option to Language Settings for supports Sass and SCSS partial files (with _ prefix). By default partials option enabled for sass and scss language mode.
  • Added basedir option to Emitty options. Need to files with absolute paths. For more details see #7.

1.3.1

14 Mar 12:04
Compare
Choose a tag to compare

Changelog:

  • Fix issue with comment pattern inside string (fix #6)

1.3.0

27 Dec 13:56
Compare
Choose a tag to compare

Changelog:

  • Added a new method emitty.filter.
  • Added more examples for integration with Gulp.
  • Updated documentation.

1.2.2

14 Dec 09:55
Compare
Choose a tag to compare

Changelog:

  • Micro-optimizing performance.
  • Added tests for utils/paths.

1.2.1

13 Dec 21:43
Compare
Choose a tag to compare

Changelog:

  • The correct definition of a relative file path.
  • Protection against Windows users (aka backslash in filepath).

1.2.0

11 Dec 10:16
Compare
Choose a tag to compare

Changelog:

  • Added makeVinylFile option to improve performance when you work with a Gulp (for more details see examples of integration with Gulp).
  • Added some examples to work with Gulp.

1.1.1

09 Dec 10:22
Compare
Choose a tag to compare

Changelog:

  • Now the filepath to the changed file is really optional parameter.

    If you do not specify the filepath to the changed file, it will be the last file that has changed since the last scan.

1.1.0

08 Dec 12:15
Compare
Choose a tag to compare

Changelog:

  • Added support for Less, Stylus (indent), Sass (indent + SCSS syntax)

1.0.0

06 Dec 19:31
Compare
Choose a tag to compare

Initialization.