This release back ports bug fixes and improves from the master to 3.4.x.
Features
- Update Visual Studio build facade (@am11, #2288)
- Update read me (@mgreter, #2310)
- Performance improvements for
@extend
(@mgreter, #2314) - Performance improvements (@mgreter, #2339)
Fixes
- Disable FMA3 when compiling with Visual Studio 2013 (@am11, sass/node-sass#1854)
- Fix for loop variable to be referenced (@mgreter, #2330)
- Fix number compare issues when used as map keys with old gcc (@mgreter, #2331)
- Fix results of map-get not being evaluated (@mgreter, #2309)
- Fix null pointer access (@mgreter, sass/node-sass#1880)
- Fix null pointer access (@mgreter, #2321)
- Fix bug with media queries and
@extend
(@mgreter, #2341)
Misc
- Cleanup initial shared ptr interface (@mgreter, #2299)
- Refactor selector list and schema handling (@mgreter, #2300)
- Cleanup context usage and extend code (#2313)
- Cleanup misc (#2316, @nschonni)
- Cleanup issues detected by clangs static analyser (#2336, @xzyfer)
- Remove Textual intermediate AST node (@mgreter, #2338)
- Add libsass-python to README (@asottile, #2340)