Releases: tonyganch/gonzales-pe
Releases · tonyganch/gonzales-pe
v3.2.5
- Fixed parsing of nested multiline selectors group.
v3.2.4
- Added support for
!global
in Sass.
v3.2.3
- Modified
npm test
to remove .DS_Store
files before running tests.
- Updated Travis config to use Node@5.0.
- Updated Travis config to include compiler info.
- Made it possible to build files if module is installed from github.
- Fixed parsing of interpolation content in Sass and SCSS.
- Fixed parsing of interpolation as part of parent selector extension in Sass and SCSS.
- Fixed issue with keyframeSelector in includes in SCSS.
v3.2.2
- Made
ParsingError#message
property writeable.
v3.2.1
Parsing rules
- Fixed the issue when selectors inside extends were not wrapped in selector nodes in Sass and SCSS.
- Fixed parsing of multiple selectors in extends in Sass and SCSS.
v3.2.0
Node types
- Added new node type:
parentSelectorExtension
.
Parsing rules
- Fixed parsing of parent selectors with extensions, like
&__element
or &--modifier
.
v3.1.1
Parsing rules
- Fixed parsing of selectors starting or ending with a combinator in Less, Sass and SCSS.
v3.1.0
CLI
- Fixed passing a
--context
argument.
- Fixed printing of a simplified tree.
Parsing rules
- Added new node type:
keyframesSelector
.
- Fixed parsing of keyframes in all syntaxes.
v3.0.3
Parsing rules
- Fixed parsing of spaces inside interpolations in Sass and SCSS.
v3.0.2
Parsing rules
- Fixed the issue when operators were parsed as idents inside parentheses in Sass and SCSS.