Releases: tonyganch/gonzales-pe
Releases · tonyganch/gonzales-pe
v4.2.4
v4.2.0
- 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
v3.4.0
- Added
unicode-range
andurange
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
v3.3.3
v3.3.2
- 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
v3.2.7
- 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.