Patch Adams
The next patch level release, containing a lot of fixes and the first piece of the missing selector functions. We also fixed a lot of issues we originally scheduled for the upcoming 3.3 release.
Numbers
- 13 closed issues and 8 PRs merged
- 26 new uniquely passing spec tests
- 98.53% Ruby Sass compatibility (+1.47%)
Features
With is_superselector
, we have added the first of the missing selector functions. This is in preparation for the full support for all selector functions in the next upcoming major release (3.3). Big thanks to @onedayitwillmake, who already put a lot of effort into adding the missing functionality (#1064).
Bugfixes
- Fix
is_superselector
function (@mgreter, #1202, #823, #1063, #1091) - Fix interpolation edge case in value parsing (@mgreter, #1198, #442)
- Improve parsing for nth-child binomials (@mgreter, #1197, #593)
- Improve url (string) parsing (@mgreter, #1196, #1096)
- Fix duplicate key handling for maps (@mgreter, #1195, #1187)
- Fix IE specific parsing (@mgreter, #1194, #931, #1102, #1107, #1188)
- Fix keyword handling in arglists (@mgreter, #1192, #1193)
- Replace bad usage of std::to_string in code (@saper, #1191)