This is the final 3.3.0 beta release! We've addressed a handful of regressions due to the major refactors.
Fixed
- Potential SEGFAULT for call function (@xzyfer, #1588)
- Incorrect parsing of named arguments after unnamed arguments (@xzyfer, #1579)
- Error message formatting for long lines (@xzyfer, #1575)
- Sometimes losing selectors when
@extend
ing multiple attribute selectors (@xzyfer, #1574) - Missing link to SassC in readme (@khchanel, #1573)
- Error message accuracy with
simple-selector(null)
(@saper, #1571) - Throw error for
is-superselector("foo", null)
(@saper, #1571) - Incorrect parsing of
font
shorthand values (@xzyfer, #1570) - Incorrect parsing of media queries with comments (@xzyfer, @1567)
- Incorrect coercion of rest arguments (@xzyfer, 1566)
- Error message capitalization (@saper, #1558)
- Named arguments to
call()
being lost (@xzyfer, #1418) - Throw error for
#{}
(@xzyfer, #1093) - Incorrect parsing of
url()
(@xzyfer, #675)