Skip to content

Releases: tonyganch/gonzales-pe

v4.2.4

22 Mar 21:23
Compare
Choose a tag to compare
  • Renamed prepublish script to prepublishOnly
  • Updated link to playground
  • Fixed badges
  • Fixed content guard in node.contains()

v4.2.0

29 Aug 21:32
Compare
Choose a tag to compare
  • Add support for custom property syntax in CSS, Sass and SCSS.
  • Add support for deep combinator syntax in CSS, LESS, Sass and SCSS.
  • Add support for alternative descendant >> syntax in CSS, LESS, Sass and SCSS.
  • Add support for ::slotted() syntax in CSS, LESS, Sass and SCSS.
  • Fixed parsing of non-lowercase keyframes at-rule in CSS, LESS, Sass and SCSS.
  • Fixed parsing of multiline selectors within keyframes in Sass.
  • Fixed parsing of !important within maps in Sass and SCSS.
  • Fixed parsing of ... following a function in Sass and SCSS.

v3.4.6

22 Oct 20:54
Compare
Choose a tag to compare
  • Changed parsing of ident nodes which fixed issue with asterisks being parsed as idents instead of operators.
  • Fixed capitalisation in Changelog.

v3.4.0

27 Jul 11:20
Compare
Choose a tag to compare
  • Added unicode-range and urange node types in CSS, Less, Sass and SCSS.
  • Fixed parsing of trailing interpolation in compound selector in Sass and SCSS.
  • Fixed parsing of hyphens after interpolation with parentSelectors in Sass and SCSS.
  • Added ESLint and moved linters to a separate script.
  • Fixed incorrect dimension wrap of unicode-ranges in CSS, Sass and SCSS.
  • Fixed parsing of hyphens in interpolated idents in Sass and SCSS.
  • Added compilation of JS using Google Closure.

v3.3.4

18 May 21:12
Compare
Choose a tag to compare
  • Fixed mistake from @3.3.2 version when parent selector was "correctly" parsed as property instead of value.

v3.3.3

18 May 20:49
Compare
Choose a tag to compare
  • Fixed prepublish script to build lib.

v3.3.2

18 May 13:57
Compare
Choose a tag to compare
  • Added AppVeyor badge.
  • Fixed build file to glue multiple syntaxes into one file.
  • Fixed parsing of functions inside urls in Sass.
  • Fixed parsing of mulitple keyframe selectors in CSS, Sass and SCSS.
  • Fixed parsing of parent selector as property in Sass and SCSS.
  • Fixed parsing of parent selector inside interpolations in Sass and SCSS.

v3.3.1

28 Apr 22:24
Compare
Choose a tag to compare
  • Added config for AppVeyor to run automated tests on Windows.
  • Fixed installation for Windows.

v3.2.7

28 Apr 19:30
Compare
Choose a tag to compare
  • Fixed typos and example in documentation.
  • Fixed parsing of functions inside urls in SCSS.
  • Fixed parsing of selectors starting with combinators in Sass, SCSS and Less.
  • Fixed incorrect CRLF line numbers.
  • Fixed parsing of extends that sometimes were incorrectly parsed as atrules.

v3.2.6

28 Apr 19:29
Compare
Choose a tag to compare
  • Fixed the issue with installation of the package with npm@3.