Modernizr 3.10.0
Spring starts with a lot of new es6/es7 feature detects thanks to @dabretin. Otherwise nothing drastic, just a few fixes and updates to the infrastructure.
New Feature Detect(s)
@dabretin added all of these:
- ES6 - rest parameters test
#2516
- ES7 - rest destructuring
#2517
- ES6 - spread syntax check
#2522
- ES7 - spread object
#2523
- ES6 - string template
#2518
- ES7 - array test (includes method)
#2515
Fixes
- @dabretin fixed a reference to testProp
#2530
- @HadadTomer fixed setting scriptGlobalName causing an exception
#2521
- @rejas fixed nth selector test in zoomed chrome browser fails
#2414
Miscellaneous