diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1572b8f6..e33dd010 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,52 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
+#### [v3.8.0](https://github.com/Modernizr/Modernizr/compare/v3.7.1...v3.8.0)
+
+> 24 October 2019
+
+- Fix vh unit issue on ios safari / android chrome #1805 [`#2452`](https://github.com/Modernizr/Modernizr/pull/2452)
+- [BUGFIX] Prevent viewport jumping when using CSS Hyphens (#1781) [`#2369`](https://github.com/Modernizr/Modernizr/pull/2369)
+- Deprecate some tests [`#2472`](https://github.com/Modernizr/Modernizr/pull/2472)
+- Add new CodeOfConduct [`#2427`](https://github.com/Modernizr/Modernizr/pull/2427)
+- Add support for ShadowRoot DOM api feature detect through `shadowroot` and `shadowroot-legacy` [`#2475`](https://github.com/Modernizr/Modernizr/pull/2475)
+- Update dependencies and appveyor [`#2474`](https://github.com/Modernizr/Modernizr/pull/2474)
+- Use addTest for some tests like inputtypes [`#2469`](https://github.com/Modernizr/Modernizr/pull/2469)
+- Check if userAgent is empty [`#2471`](https://github.com/Modernizr/Modernizr/pull/2471)
+- Catch exception when running in headless chrome [`#2436`](https://github.com/Modernizr/Modernizr/pull/2436)
+- Bump eslint-utils from 1.3.1 to 1.4.2 [`#2467`](https://github.com/Modernizr/Modernizr/pull/2467)
+- Issue 2343: Fix github.io page [`#2443`](https://github.com/Modernizr/Modernizr/pull/2443)
+- Add proxy detection [`#2459`](https://github.com/Modernizr/Modernizr/pull/2459)
+- emoji devicePixelRatio vs backingStorePixelRatio fixes #2419 [`#2420`](https://github.com/Modernizr/Modernizr/pull/2420)
+- Added feature detect native lazy loading img [`#2453`](https://github.com/Modernizr/Modernizr/pull/2453)
+- Issue 2406: Update jquery [`#2448`](https://github.com/Modernizr/Modernizr/pull/2448)
+- Use gulp for the dev pipeline [`#2429`](https://github.com/Modernizr/Modernizr/pull/2429)
+- Add domPrefixesAll helper method [`#2442`](https://github.com/Modernizr/Modernizr/pull/2442)
+- fix datachannel #2307 [`#2437`](https://github.com/Modernizr/Modernizr/pull/2437)
+- Tweak testProps.js documentation to avoid misreading [`#2426`](https://github.com/Modernizr/Modernizr/pull/2426)
+- [BUGFIX] Prevent viewport jumping when using CSS Hyphens (#1781) (#2369) [`#1781`](https://github.com/Modernizr/Modernizr/issues/1781)
+- emoji devicePixelRatio vs backingStorePixelRatio fixes #2419 (#2420) [`#2419`](https://github.com/Modernizr/Modernizr/issues/2419)
+- Use gulp for the dev pipeline (#2429) [`#2332`](https://github.com/Modernizr/Modernizr/issues/2332)
+- Update dependencies [`8982d5b`](https://github.com/Modernizr/Modernizr/commit/8982d5bc9cada7e04c68292002c45da072e134ae)
+- Add script for serving the gh-pages (and therefore the browser tests) locally [`6daed0f`](https://github.com/Modernizr/Modernizr/commit/6daed0f623890706d3814c46226573d2cc2b39e8)
+- Update main entry in package.json [`377a630`](https://github.com/Modernizr/Modernizr/commit/377a6303b3b6d400979eeae351e1dcf43972eef4)
+- Update dependencies [`569b682`](https://github.com/Modernizr/Modernizr/commit/569b6824bebed3eb6cec50eb42434a05f147d3c9)
+- Cleanups after switch to gulp, move some legacy files into own directory for reference, store some test files in tmp directory [`c47441b`](https://github.com/Modernizr/Modernizr/commit/c47441be1f346f6f60a3d4edf11a8849307ec2b7)
+- Fix typo in README, Update dependencies and gitignore [`a335662`](https://github.com/Modernizr/Modernizr/commit/a335662549432100b5bd70833ccd45375532b77f)
+- Cleanup TODO tags, update dependencies [`8c5b557`](https://github.com/Modernizr/Modernizr/commit/8c5b557c8b903ab73a5a66645e7775670b14a0e0)
+- Add npm shortcuts to some gulp tasks [`332a68b`](https://github.com/Modernizr/Modernizr/commit/332a68b8270c29479225d32bb1e9520f47ccdcfe)
+- Check for multi-spaces with eslint, fix those and cleanup some DOCs and notes [`6a2f425`](https://github.com/Modernizr/Modernizr/commit/6a2f4256d86876edf23f9123c9db8fbc55d00517)
+- Add npm badge to README [`1b95490`](https://github.com/Modernizr/Modernizr/commit/1b9549035dbed6ebbd07443513aa03abfeb9c2dd)
+- Fix double DOC entry [`7599d26`](https://github.com/Modernizr/Modernizr/commit/7599d26b7fd49cacad297cd3cf824b9133d76d69)
+- Exit with non-zero status if there were failures [`1818d61`](https://github.com/Modernizr/Modernizr/commit/1818d61a02e02feca59119ddddb730e11e160e9f)
+- Add coveralls badge [`4ee23c7`](https://github.com/Modernizr/Modernizr/commit/4ee23c7f6d3a8ff3dcbc48fa87e4b3d2d3e27833)
+
#### [v3.7.1](https://github.com/Modernizr/Modernizr/compare/v3.7.0...v3.7.1)
> 14 March 2019
- Switch to markdown-it from remarkable [`#2424`](https://github.com/Modernizr/Modernizr/pull/2424)
-- Fix touch event detection for Chrome >= 70, see https://www.chromestatus.com/feature/4764225348042752 [`#2409`](https://github.com/Modernizr/Modernizr/pull/2409)
+- Fix touch event detection for Chrome >= 70, see https://www.chromestatus.com/feature/4764225348042752 [`#2409`](https://github.com/Modernizr/Modernizr/pull/2409)
- Move find-parent-dir into devDependencies, since its only used in tests. [`6f34ec8`](https://github.com/Modernizr/Modernizr/commit/6f34ec8266a5368792eaa65b7e63a82ec955ab7e)
- Add missing tests to default config file [`342bcd5`](https://github.com/Modernizr/Modernizr/commit/342bcd5a883c801726605086b1d13f76fe4eac6b)
- Add minify: false to default config, it is the current behaviour anyway [`b66558e`](https://github.com/Modernizr/Modernizr/commit/b66558ed7a90ed14cbe336e5408f96a9a947f574)
@@ -42,7 +82,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fixed csshypens detection on FireFox and Safari. [`#2345`](https://github.com/Modernizr/Modernizr/pull/2345)
- Added test for postMessage structured clones. fixes Modernizr/Modernizr#388 [`#1250`](https://github.com/Modernizr/Modernizr/pull/1250)
- Add audio autoplay feature detect [`#2185`](https://github.com/Modernizr/Modernizr/pull/2185)
-- Replace text-justification -> text-justify [`#2339`](https://github.com/Modernizr/Modernizr/pull/2339)
+- Replace text-justification -> text-justify [`#2339`](https://github.com/Modernizr/Modernizr/pull/2339)
- Update eslint [`#2348`](https://github.com/Modernizr/Modernizr/pull/2348)
- Update require js, Uglify2 is now the default minifier (and therefore simply called uglify) (see http://jrburke.com/2016/03/17/requirejs-2.2-alameda-1.0-released/) [`#2344`](https://github.com/Modernizr/Modernizr/pull/2344)
- add Media Source Extension API feature dectection [`#2233`](https://github.com/Modernizr/Modernizr/pull/2233)
@@ -68,6 +108,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update eslint [`#2304`](https://github.com/Modernizr/Modernizr/pull/2304)
- Cleanup and Update some dependencies [`#2294`](https://github.com/Modernizr/Modernizr/pull/2294)
- touchevents: Use mq in touch event detection. [`#2309`](https://github.com/Modernizr/Modernizr/pull/2309)
+- fix #1663 - Configuration Options not working (#2413) [`#1663`](https://github.com/Modernizr/Modernizr/issues/1663)
+- Fix IE caniuse conflict for svgasimg (#2397) [`#2386`](https://github.com/Modernizr/Modernizr/issues/2386)
+- Autogenerate info for license file (#2353) [`#2289`](https://github.com/Modernizr/Modernizr/issues/2289)
+- Correctly define prefixes, fixes #2119 (#2341) [`#2119`](https://github.com/Modernizr/Modernizr/issues/2119)
+- Fix #2325 (#2326) [`#2325`](https://github.com/Modernizr/Modernizr/issues/2325)
+- Remove some no-op code in webgl.js (#2318) [`#2300`](https://github.com/Modernizr/Modernizr/issues/2300)
+- Passive event listener detection causes error for EdgeHTML 15 (close #2298) (#2299) [`#2298`](https://github.com/Modernizr/Modernizr/issues/2298)
- Cleanup some extra whitespace [`4d10f04`](https://github.com/Modernizr/Modernizr/commit/4d10f046a8aab199fe6a73a85779a2b92717afc3)
- Add task to serve test-directory for test results [`f933bf7`](https://github.com/Modernizr/Modernizr/commit/f933bf7ebef45e2e5ef9a3391b6b2b68a31aa7f8)
- Update dependencies, Remove unused greenkeeper entry [`9bae119`](https://github.com/Modernizr/Modernizr/commit/9bae119d57827aa1c3e6ac0a7168eae5115047a6)
@@ -93,6 +140,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(readme): fix missing COC link [`#2211`](https://github.com/Modernizr/Modernizr/pull/2211)
- Update autoplay.js [`#2207`](https://github.com/Modernizr/Modernizr/pull/2207)
- Update hairline.js [`#2198`](https://github.com/Modernizr/Modernizr/pull/2198)
+- Brought across @myakura's code changes to fix #1812 (#2250) [`#1812`](https://github.com/Modernizr/Modernizr/issues/1812)
+- Add test for CSS `:focus-within` pseudo-selector (#2287) [`#2270`](https://github.com/Modernizr/Modernizr/issues/2270)
+- Update version number in License file (#2279) [`#2165`](https://github.com/Modernizr/Modernizr/issues/2165)
- tag 3.6.0 [`9120b22`](https://github.com/Modernizr/Modernizr/commit/9120b2214dcbbe200192c76f07582e7f5543110f)
#### [v3.5.0](https://github.com/Modernizr/Modernizr/compare/v3.4.0...v3.5.0)
@@ -118,7 +168,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Feature detect: CSS Transforms Level 2. Fixes #1625. [`#2100`](https://github.com/Modernizr/Modernizr/pull/2100)
- Fix false positive IndexedDB Blob test on iOS 10 [`#2102`](https://github.com/Modernizr/Modernizr/pull/2102)
- Fix minor typos in comment block [`#2128`](https://github.com/Modernizr/Modernizr/pull/2128)
-- contains => includes (String.prototype) [`#2136`](https://github.com/Modernizr/Modernizr/pull/2136)
+- contains => includes (String.prototype) [`#2136`](https://github.com/Modernizr/Modernizr/pull/2136)
- Update proxyquire to version 1.7.11 🚀 [`#2150`](https://github.com/Modernizr/Modernizr/pull/2150)
- Update supports.js [`#2097`](https://github.com/Modernizr/Modernizr/pull/2097)
- 👻😱 Node.js 0.10 is unmaintained 😱👻 [`#2115`](https://github.com/Modernizr/Modernizr/pull/2115)
@@ -142,7 +192,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- allow for setClasses to be included via cli flag [`#2043`](https://github.com/Modernizr/Modernizr/pull/2043)
- chore(package): update lodash to version 4.14.0 [`#2038`](https://github.com/Modernizr/Modernizr/pull/2038)
- chore(package): update yargs to version 4.8.1 [`#2033`](https://github.com/Modernizr/Modernizr/pull/2033)
-- Check for >=6 as chrome rounds down value when page is zoomed [`#2005`](https://github.com/Modernizr/Modernizr/pull/2005)
+- Check for >=6 as chrome rounds down value when page is zoomed [`#2005`](https://github.com/Modernizr/Modernizr/pull/2005)
- alias svgasimg to svgincss [`#2031`](https://github.com/Modernizr/Modernizr/pull/2031)
- IndexedDB detection tests for indexedDB.open [`#2030`](https://github.com/Modernizr/Modernizr/pull/2030)
- history APIs should be false on file:// uris [`#2029`](https://github.com/Modernizr/Modernizr/pull/2029)
@@ -217,13 +267,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Add semicolons to avoid unicode feature-detect generating typos [`#1823`](https://github.com/Modernizr/Modernizr/pull/1823)
- Update grunt-contrib-jshint to version 0.12.0 🚀 [`#1843`](https://github.com/Modernizr/Modernizr/pull/1843)
- Update yargs to version 3.32.0 🚀 [`#1840`](https://github.com/Modernizr/Modernizr/pull/1840)
+- Merge pull request #2095 from PikadudeNo1/patch-1 [`#1851`](https://github.com/Modernizr/Modernizr/issues/1851)
+- Merge pull request #2100 from rupl/csstransforms-level2 [`#1625`](https://github.com/Modernizr/Modernizr/issues/1625)
- Update readme.md [`#2047`](https://github.com/Modernizr/Modernizr/issues/2047)
- Check if the put request is successful. [`#2101`](https://github.com/Modernizr/Modernizr/issues/2101)
- Remove blacklisting of old Android from fontface.js. Closes #1851 [`#1851`](https://github.com/Modernizr/Modernizr/issues/1851)
- Repair detect regions [`#2079`](https://github.com/Modernizr/Modernizr/issues/2079)
+- IndexedDB detection tests for indexedDB.open (#2030) [`#1390`](https://github.com/Modernizr/Modernizr/issues/1390)
+- history APIs should be false on file:// uris (#2029) [`#1592`](https://github.com/Modernizr/Modernizr/issues/1592)
- add detects for hover and pointer mediq queries [`#664`](https://github.com/Modernizr/Modernizr/issues/664)
- update incorrect metadata [`#2011`](https://github.com/Modernizr/Modernizr/issues/2011)
- closes #1961 [`#1961`](https://github.com/Modernizr/Modernizr/issues/1961)
+- Merge pull request #1919 from roblarsen/windows-cli [`#1910`](https://github.com/Modernizr/Modernizr/issues/1910)
- fix usePrefixes for some detects. [`#1852`](https://github.com/Modernizr/Modernizr/issues/1852)
- remove stale jshint control comments [`9f4f44b`](https://github.com/Modernizr/Modernizr/commit/9f4f44bb4906718f85ac6b5a9636d1e71897375a)
- whoops [`ff9fe4b`](https://github.com/Modernizr/Modernizr/commit/ff9fe4b3421f1ef7c704b8479bb09f7ab7fc4af7)
@@ -293,6 +348,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix IndexedDB check in Firefox with disabled cookies [`#1831`](https://github.com/Modernizr/Modernizr/pull/1831)
- Update jquery to version 1.12.0 🚀 [`#1828`](https://github.com/Modernizr/Modernizr/pull/1828)
- add comment documenting the purpose of the heartz string, closes #1814 [`#1814`](https://github.com/Modernizr/Modernizr/issues/1814)
+- Merge pull request #1833 from patrickkettner/fix-global-config-leak [`#1832`](https://github.com/Modernizr/Modernizr/issues/1832)
- create a requireConfig instance per build call. fixes #1832 [`#1832`](https://github.com/Modernizr/Modernizr/issues/1832)
- chore(package): update lodash to version 4.0.0 [`4738f5a`](https://github.com/Modernizr/Modernizr/commit/4738f5a957e1ecd25850007293f5c8c59cf03bbe)
- Remove unnecessary assignment [`715d60b`](https://github.com/Modernizr/Modernizr/commit/715d60bdd68c6235783737d0895bbfa3179319be)
@@ -341,6 +397,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix dependency name ordering in css/filters test [`#1744`](https://github.com/Modernizr/Modernizr/pull/1744)
- Specifiy codec name when check support of mp3 [`#1740`](https://github.com/Modernizr/Modernizr/pull/1740)
- Update joi to version 6.10.0 🚀 [`#1738`](https://github.com/Modernizr/Modernizr/pull/1738)
+- Merge pull request #1813 from alexgibson/update-web-notifications-test [`#1660`](https://github.com/Modernizr/Modernizr/issues/1660)
- Fix false positive in Notifications test for Chrome on Android (fixes #1660) [`#1660`](https://github.com/Modernizr/Modernizr/issues/1660)
- chore(package): update grunt-jscs to version 2.3.0 [`2373539`](https://github.com/Modernizr/Modernizr/commit/2373539b1226204d48e23a4869573d84c9017817)
- Add Feature Detect for Force Touch (AKA 3d Touch) [`93ceb13`](https://github.com/Modernizr/Modernizr/commit/93ceb130d6b6128c1a243c0b726719f745e2cfd2)
@@ -399,6 +456,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update joi to version 6.9.1 🚀 [`#1713`](https://github.com/Modernizr/Modernizr/pull/1713)
- fix spelling in command help [`#1708`](https://github.com/Modernizr/Modernizr/pull/1708)
- Update yargs to version 3.27.0 🚀 [`#1705`](https://github.com/Modernizr/Modernizr/pull/1705)
+- Merge pull request #1514 from ryanhughes/firefox-css-hyphens [`#1438`](https://github.com/Modernizr/Modernizr/issues/1438)
+- Merge pull request #1622 from TRowbotham/master [`#1621`](https://github.com/Modernizr/Modernizr/issues/1621)
- Adds hasOwnProperty check to testRunner [`cbbd1c5`](https://github.com/Modernizr/Modernizr/commit/cbbd1c55e64f13f57ccef905456dc7bfb73991c0)
- Fix audio preload on iOS (reviewed) [`055ab50`](https://github.com/Modernizr/Modernizr/commit/055ab500ce4af93082aa88ffd69c2bb90943044e)
- fix style issue [`ce6c8b6`](https://github.com/Modernizr/Modernizr/commit/ce6c8b69b2cf8f64713031d3e9cb0b6069c1b943)
@@ -646,7 +705,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- update border-image knownbugs to include android 1.*'s buggy rendering [`#1130`](https://github.com/Modernizr/Modernizr/pull/1130)
- change vw/vh tests to clientWidth rather than innerWidth in case of [`#1084`](https://github.com/Modernizr/Modernizr/pull/1084)
- add vp9 detect [`#1100`](https://github.com/Modernizr/Modernizr/pull/1100)
-- Fixing typo, flexbox -> flexwrap [`#1128`](https://github.com/Modernizr/Modernizr/pull/1128)
+- Fixing typo, flexbox -> flexwrap [`#1128`](https://github.com/Modernizr/Modernizr/pull/1128)
- add srcset test [`#1105`](https://github.com/Modernizr/Modernizr/pull/1105)
- Updated config-all.json [`#1121`](https://github.com/Modernizr/Modernizr/pull/1121)
- Reverting PR #874 [`#1122`](https://github.com/Modernizr/Modernizr/pull/1122)
@@ -712,7 +771,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Add Async Event Support [`#921`](https://github.com/Modernizr/Modernizr/pull/921)
- Improved 'csspointerevents' test [`#924`](https://github.com/Modernizr/Modernizr/pull/924)
- Detect ES5 features [`#901`](https://github.com/Modernizr/Modernizr/pull/901)
-- Add detect for SVG in `
` tag [`#913`](https://github.com/Modernizr/Modernizr/pull/913)
+- Add detect for SVG in `<img>` tag [`#913`](https://github.com/Modernizr/Modernizr/pull/913)
- Update WebSockets detection [`#912`](https://github.com/Modernizr/Modernizr/pull/912)
- HTML Media Capture attribute test [`#909`](https://github.com/Modernizr/Modernizr/pull/909)
- Added knownBug report of Modernizr.touchevents false-positive on some BB6 builds [`#910`](https://github.com/Modernizr/Modernizr/pull/910)
@@ -738,7 +797,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fixed test fails [`#1`](https://github.com/Modernizr/Modernizr/pull/1)
- Take data out of comments and put it into data blocks up top. [`#846`](https://github.com/Modernizr/Modernizr/pull/846)
- A fixe for the build output. Plus some free meta data. [`#843`](https://github.com/Modernizr/Modernizr/pull/843)
-- Added detect for tag [`#841`](https://github.com/Modernizr/Modernizr/pull/841)
+- Added detect for <template> tag [`#841`](https://github.com/Modernizr/Modernizr/pull/841)
- Update HTML5 Shiv to latest version [`#837`](https://github.com/Modernizr/Modernizr/pull/837)
- Removed dashes from property names corresponding to feature detects. [`#840`](https://github.com/Modernizr/Modernizr/pull/840)
- Mostly meta changes. Some cleanup of the main directory. [`#835`](https://github.com/Modernizr/Modernizr/pull/835)
@@ -782,45 +841,65 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix issue #1552 [`#1553`](https://github.com/Modernizr/Modernizr/issues/1553)
- remove outdated firefox bug from gamepad docs [`#1561`](https://github.com/Modernizr/Modernizr/issues/1561)
- dont use path lookup when name based works already [`#1523`](https://github.com/Modernizr/Modernizr/issues/1523)
+- Merge pull request #1513 from jacobrossi/transforms3d-atmedia [`#1512`](https://github.com/Modernizr/Modernizr/issues/1512)
- csstransform3d detect should prefer css conditionals - fixes #1512 [`#1512`](https://github.com/Modernizr/Modernizr/issues/1512)
- Update UA check to fix false negative on WP 8.1 [`#1471`](https://github.com/Modernizr/Modernizr/issues/1471)
- fixes for the flash detect [`#1413`](https://github.com/Modernizr/Modernizr/issues/1413) [`#1432`](https://github.com/Modernizr/Modernizr/issues/1432)
- remove contentsecuritypolicy detect for now [`#1461`](https://github.com/Modernizr/Modernizr/issues/1461)
+- Merge pull request #1240 from patrickkettner/combine-webp [`#1229`](https://github.com/Modernizr/Modernizr/issues/1229)
- blacklist Android 2.x on Modernizr.csstransforms [`#903`](https://github.com/Modernizr/Modernizr/issues/903)
- use exec rather than spawn when using windows [`#1290`](https://github.com/Modernizr/Modernizr/issues/1290)
+- Merge pull request #1370 from patrickkettner/autoplay-note [`#1038`](https://github.com/Modernizr/Modernizr/issues/1038)
- combine webp tests - fixes #1229 [`#1229`](https://github.com/Modernizr/Modernizr/issues/1229)
+- Merge pull request #1256 from patrickkettner/stickynotes [`#1111`](https://github.com/Modernizr/Modernizr/issues/1111)
- add sticky positioning knownBug, fixes #1111 [`#1111`](https://github.com/Modernizr/Modernizr/issues/1111)
- Updated spec link (fixes #1268) [`#1268`](https://github.com/Modernizr/Modernizr/issues/1268)
+- Merge pull request #1266 from patrickkettner/oldffsandbox [`#955`](https://github.com/Modernizr/Modernizr/issues/955)
+- Merge pull request #1264 from patrickkettner/update-history-ua-snif [`#891`](https://github.com/Modernizr/Modernizr/issues/891)
- add note about firefox broken sandbox support. fixes #955 [`#955`](https://github.com/Modernizr/Modernizr/issues/955)
- update history ua snif, fixes #891 [`#891`](https://github.com/Modernizr/Modernizr/issues/891)
- add deleteDatabase as a subprop detect to indexedDB. [`#1227`](https://github.com/Modernizr/Modernizr/issues/1227) [`#979`](https://github.com/Modernizr/Modernizr/issues/979)
- use shilds.io svg badge for travis status - fixes #1248 [`#1248`](https://github.com/Modernizr/Modernizr/issues/1248)
- ensure non standard prefixed locations follow the usePrefixes config flag. fixes #1242 [`#1242`](https://github.com/Modernizr/Modernizr/issues/1242)
+- Merge pull request #1241 from patrickkettner/unload [`#1182`](https://github.com/Modernizr/Modernizr/issues/1182)
- remove Modernizr.load - fixes #1182 [`#1182`](https://github.com/Modernizr/Modernizr/issues/1182)
+- Merge pull request #1234 from patrickkettner/flash-fix [`#1187`](https://github.com/Modernizr/Modernizr/issues/1187)
- make sure ActiveXObject exists before accessing it - fixes #1187 [`#1187`](https://github.com/Modernizr/Modernizr/issues/1187)
- Fix line ending issue [`#1228`](https://github.com/Modernizr/Modernizr/issues/1228)
- Add .gitattributes [`#1231`](https://github.com/Modernizr/Modernizr/issues/1231)
+- Merge pull request #962 from patrickkettner/indexeddb_blob [`#703`](https://github.com/Modernizr/Modernizr/issues/703)
- added blob check to the indexeddb test - fixed #703 [`#703`](https://github.com/Modernizr/Modernizr/issues/703)
+- Merge pull request #1193 from ddprrt/master [`#1082`](https://github.com/Modernizr/Modernizr/issues/1082)
- fix typo, fixes #1167 [`#1167`](https://github.com/Modernizr/Modernizr/issues/1167)
- readme.md: remove sync return value from JS API build example [`#1143`](https://github.com/Modernizr/Modernizr/issues/1143)
- add srcset test [`#661`](https://github.com/Modernizr/Modernizr/issues/661)
- add vp9 detect [`#1099`](https://github.com/Modernizr/Modernizr/issues/1099)
+- Merge pull request #999 from edmellum/master [`#762`](https://github.com/Modernizr/Modernizr/issues/762)
- Make sure all classnames get classPrefix if passed in config file. Fixes #1053 [`#1053`](https://github.com/Modernizr/Modernizr/issues/1053)
- Trigger layout so kinetic scrolling isn't disabled in iOS6+ Fixes #707 [`#707`](https://github.com/Modernizr/Modernizr/issues/707)
- Add 'transform-style: preserve-3d' test - fixes #762 [`#762`](https://github.com/Modernizr/Modernizr/issues/762)
- Handle class prefixing on no-js classes properly. Fixes #1031 [`#1031`](https://github.com/Modernizr/Modernizr/issues/1031)
+- Merge pull request #1003 from patrickkettner/ellipsis [`#188`](https://github.com/Modernizr/Modernizr/issues/188)
+- Merge pull request #933 from Modernizr/supports [`#818`](https://github.com/Modernizr/Modernizr/issues/818)
- Add XHR `responseType` tests [`#1006`](https://github.com/Modernizr/Modernizr/issues/1006)
- Simplify mathml test and remove async stuff. Fixes #682 [`#682`](https://github.com/Modernizr/Modernizr/issues/682)
+- Merge pull request #936 from stucox/flex [`#812`](https://github.com/Modernizr/Modernizr/issues/812)
- Added note to `cssgradients` test re. false positive in webOS (fixes #202) [`#202`](https://github.com/Modernizr/Modernizr/issues/202)
- Merge branch 'master' of github.com:Modernizr/Modernizr [`#699`](https://github.com/Modernizr/Modernizr/issues/699) [`#696`](https://github.com/Modernizr/Modernizr/issues/696) [`#940`](https://github.com/Modernizr/Modernizr/issues/940)
+- Merge pull request #961 from patrickkettner/opus [`#699`](https://github.com/Modernizr/Modernizr/issues/699)
- add opus detection - fixes #699 [`#699`](https://github.com/Modernizr/Modernizr/issues/699)
+- Merge pull request #950 from patrickkettner/preload_and_loop [`#696`](https://github.com/Modernizr/Modernizr/issues/696)
- updated/fixes #696 - adds preload and loop checks for video and audio elements [`#696`](https://github.com/Modernizr/Modernizr/issues/696)
+- Merge pull request #949 from stucox/master [`#940`](https://github.com/Modernizr/Modernizr/issues/940)
- Wrapping cssregions detect delta calculation in a parseInt fixes #940 [`#940`](https://github.com/Modernizr/Modernizr/issues/940)
- Updated flexbox tests to better capture all 3 specs; fixes #812 [`#812`](https://github.com/Modernizr/Modernizr/issues/812)
+- Merge pull request #900 from stucox/master [`#899`](https://github.com/Modernizr/Modernizr/issues/899)
- Set ASCII-only option in Uglify - fixes #899 [`#899`](https://github.com/Modernizr/Modernizr/issues/899)
-- Added test for SVG in an
element (fixes #107) [`#107`](https://github.com/Modernizr/Modernizr/issues/107)
+- Added test for SVG in an <img> element (fixes #107) [`#107`](https://github.com/Modernizr/Modernizr/issues/107)
+- Merge pull request #876 from stucox/master [`#321`](https://github.com/Modernizr/Modernizr/issues/321)
- Updated datauri test to blacklist IE7 (to avoid HTTPS warnings) and to include a `.datauri.over32kb` aspect (fixes #321) [`#321`](https://github.com/Modernizr/Modernizr/issues/321)
- fix quota mgmt api test. cc @ebidel. fixes #866 [`#866`](https://github.com/Modernizr/Modernizr/issues/866)
+- Merge pull request #851 from jedierikb/master [`#802`](https://github.com/Modernizr/Modernizr/issues/802)
- Merge branch 'master' of github.com:Modernizr/Modernizr into meta [`#798`](https://github.com/Modernizr/Modernizr/issues/798)
- Update HTML5 Shiv to latest version [`#807`](https://github.com/Modernizr/Modernizr/issues/807)
- Changed an existance check to an `in` to avoid exceptions being thrown for disabled features in FF. Fixes #798 [`#798`](https://github.com/Modernizr/Modernizr/issues/798)
@@ -836,6 +915,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Merge branch 'master' of github.com:Modernizr/Modernizr [`#740`](https://github.com/Modernizr/Modernizr/issues/740) [`#738`](https://github.com/Modernizr/Modernizr/issues/738)
- Fixed false positive of 3d transforms if test element inherits margin, padding or border, fixes #740 [`#740`](https://github.com/Modernizr/Modernizr/issues/740)
- Fix false negative in Android 4, fixes #738 [`#738`](https://github.com/Modernizr/Modernizr/issues/738)
+- Merge pull request #712 from rupl/master [`#486`](https://github.com/Modernizr/Modernizr/issues/486)
- Merge branch 'master' of github.com:Modernizr/Modernizr [`#716`](https://github.com/Modernizr/Modernizr/issues/716) [`#666`](https://github.com/Modernizr/Modernizr/issues/666)
- Fix false negative of css table detect when document dir is rtl. Rewrote test. Fixes #716 [`#716`](https://github.com/Modernizr/Modernizr/issues/716)
- Merge remote-tracking branch 'rupl/move-core-detects' to fix #486 [`#486`](https://github.com/Modernizr/Modernizr/issues/486)
@@ -858,8 +938,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Enforce .editorconfig spacing rules [`96b3e67`](https://github.com/Modernizr/Modernizr/commit/96b3e677965b33e4af227d573da69775f2ad480b)
- added back define block to htmlshiv.js [`aa68c05`](https://github.com/Modernizr/Modernizr/commit/aa68c05bd807f06e332bd28506d5d10f0a6d8238)
- added new html5shiv per issue 1335 [`398efb2`](https://github.com/Modernizr/Modernizr/commit/398efb22da7222975debaa67b9e5f2e8c94a71d8)
-- upgrading r.js [`be565ef`](https://github.com/Modernizr/Modernizr/commit/be565efde56e27b3756704ee7fca927d8bb63a1e)
- upgrading r.js [`8a15523`](https://github.com/Modernizr/Modernizr/commit/8a155230ceaad28617c1f04e2219bed10e0107d4)
+- upgrading r.js [`be565ef`](https://github.com/Modernizr/Modernizr/commit/be565efde56e27b3756704ee7fca927d8bb63a1e)
- start of making tests work again [`38d5517`](https://github.com/Modernizr/Modernizr/commit/38d551764a2303f133dfb5be550816693777d172)
- start of making tests work again [`b72a43d`](https://github.com/Modernizr/Modernizr/commit/b72a43de25bdb9ec92f781cc7ea5277163523108)
- Corrected polyfill syntax in some metadata blocks [`6daf1b7`](https://github.com/Modernizr/Modernizr/commit/6daf1b78c2360efea7b29636b82ecf3f161b5f75)
@@ -884,12 +964,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Moved over build step to grunt [`ea721fb`](https://github.com/Modernizr/Modernizr/commit/ea721fb8a6f27e95b769bf3636b473b4f0718940)
- add builderAlises to renamed detects [`cdb6ee4`](https://github.com/Modernizr/Modernizr/commit/cdb6ee49e255bc6aa278b9a406a975201a040715)
- Improve Gruntfile [`5914214`](https://github.com/Modernizr/Modernizr/commit/591421413414a165e4d7ef3e066bb475a78e25a4)
-- Moved Modernizr.touch -> Modernizr.touchevents (kept an alias though) [`b36a6b2`](https://github.com/Modernizr/Modernizr/commit/b36a6b288d46b6ba29f98483c83b531ee3f9821d)
-- Moved Modernizr.touch -> Modernizr.touchevents (kept an alias though) [`2a4ca8d`](https://github.com/Modernizr/Modernizr/commit/2a4ca8df26efadb35cdd7b7e32380ee2d4c45433)
+- Moved Modernizr.touch -> Modernizr.touchevents (kept an alias though) [`b36a6b2`](https://github.com/Modernizr/Modernizr/commit/b36a6b288d46b6ba29f98483c83b531ee3f9821d)
+- Moved Modernizr.touch -> Modernizr.touchevents (kept an alias though) [`2a4ca8d`](https://github.com/Modernizr/Modernizr/commit/2a4ca8df26efadb35cdd7b7e32380ee2d4c45433)
- various test updates [`3b0e142`](https://github.com/Modernizr/Modernizr/commit/3b0e142bdc6bf7eac71b38759f680f57c5e93def)
- More parsing craziness, and some metaupdates [`45aaaf2`](https://github.com/Modernizr/Modernizr/commit/45aaaf2aa05cb440bbc353328dc8ea28afc05bec)
-- Add a few tests. Intentionally broke the caniuse links so i will remember to fill them out. Offline currently. [`c838184`](https://github.com/Modernizr/Modernizr/commit/c838184098d315cb392a818b8746a87fccbfeb03)
- Move polyfill info into separate data to get rid of dupes or potentially ignore. [`f48e459`](https://github.com/Modernizr/Modernizr/commit/f48e4597579d68b6c29c70c99f99b94f39cab069)
+- Add a few tests. Intentionally broke the caniuse links so i will remember to fill them out. Offline currently. [`c838184`](https://github.com/Modernizr/Modernizr/commit/c838184098d315cb392a818b8746a87fccbfeb03)
- Forms docs [`029cefe`](https://github.com/Modernizr/Modernizr/commit/029cefe74fc8f4bddb122a169ec403a637e9c978)
- Removing node_modules, adding in metadata reader, ignoring generated metadata [`1823cce`](https://github.com/Modernizr/Modernizr/commit/1823cce0a540cf5b589c13034dbeca31c7ab9994)
- Tidied up config-all.json: now all in alphabetical order and added any missing detects [`a285518`](https://github.com/Modernizr/Modernizr/commit/a285518b7c66f591d5159e5b9647d4cc1060ae65)
@@ -901,41 +981,41 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Removing the function.bind dependency in createelement. Adding metadata to network detects [`6e0dc10`](https://github.com/Modernizr/Modernizr/commit/6e0dc102f040e626133ae04d6ff0b71b9ba3a773)
- Initial conversion to Grunt 0.4 format [`c90f499`](https://github.com/Modernizr/Modernizr/commit/c90f4991619ec9901587f9fd44da39d9ad588646)
- Adding tests for programmatic API. [`d62b7da`](https://github.com/Modernizr/Modernizr/commit/d62b7da069a0b38a9283b4552081d2aca330a5a5)
-- Metadata++ [`f185623`](https://github.com/Modernizr/Modernizr/commit/f1856237fcf8ab1cfbc37f480b240b8bb81d0439)
- renamed files and adjusted docs as per suggestions [`ac96911`](https://github.com/Modernizr/Modernizr/commit/ac96911fd943344ff979b51f2b4ad266064cc68c)
+- Metadata++ [`f185623`](https://github.com/Modernizr/Modernizr/commit/f1856237fcf8ab1cfbc37f480b240b8bb81d0439)
- ugly addition of licenses to the right spot. Could probably save a long form license and pull it in to the places we need it instead of in strings, but whatever [`9e865b9`](https://github.com/Modernizr/Modernizr/commit/9e865b9df23018cd0b2862b2f06d9e8ad61b5f29)
- ugly addition of licenses to the right spot. Could probably save a long form license and pull it in to the places we need it instead of in strings, but whatever [`d23adc2`](https://github.com/Modernizr/Modernizr/commit/d23adc215952d4546719c07a8eec404ad0f1d040)
-- Better memory cleanup mechanism and implementation. Some generation cleanup. [`2daaf3a`](https://github.com/Modernizr/Modernizr/commit/2daaf3a130af8cb498e92b2af2cd176970d381f7)
- Better memory cleanup mechanism and implementation. Some generation cleanup. [`005eea3`](https://github.com/Modernizr/Modernizr/commit/005eea3e56504f9e6e6d94f60290f746206cc173)
+- Better memory cleanup mechanism and implementation. Some generation cleanup. [`2daaf3a`](https://github.com/Modernizr/Modernizr/commit/2daaf3a130af8cb498e92b2af2cd176970d381f7)
- Move video test to feature-detects/video.js [`588edd0`](https://github.com/Modernizr/Modernizr/commit/588edd0556e27b5b35a667e18d37b8b5a5dec4bf)
- Add in polyfill list support. Add in more caniuse keys. [`492f58d`](https://github.com/Modernizr/Modernizr/commit/492f58d97982d5836308e4e26a748390487b92ba)
- Image metadata [`de1238d`](https://github.com/Modernizr/Modernizr/commit/de1238d2d240a93200d876623c1c02e4ab4acb7b)
- Adding a few more testdata points. Fixing path stuff from last change. [`894062d`](https://github.com/Modernizr/Modernizr/commit/894062dc1c6b410ea7f1fe54fe70cd299ceee665)
+- Add test for `Proximity Events` [`0af0953`](https://github.com/Modernizr/Modernizr/commit/0af0953b9bb44acb843009d7a8eae904b13b9205)
- cleanup for builds [`358c875`](https://github.com/Modernizr/Modernizr/commit/358c875f0a01ddbf3002f4c762a12038ad0b651b)
- cleanup for builds [`ff031ef`](https://github.com/Modernizr/Modernizr/commit/ff031ef330962e0639776b852db8809ea81907c8)
-- Add test for `Proximity Events` [`0af0953`](https://github.com/Modernizr/Modernizr/commit/0af0953b9bb44acb843009d7a8eae904b13b9205)
-- almost successfully stripping AMD wrappers [`832a524`](https://github.com/Modernizr/Modernizr/commit/832a52435411edd5ec46bdadc1047523b7b107d5)
- Add atRule checking to Modernizr.prefixed (@keyframes, @import, etc. [`32b67aa`](https://github.com/Modernizr/Modernizr/commit/32b67aafe65fd50d259c90060742b25b54d9ccda)
-- remove hax for browser definition of text [`648945c`](https://github.com/Modernizr/Modernizr/commit/648945c356a83e901659e20f973ee69ca74b1c69)
- remove hax for browser definition of text [`7a08c92`](https://github.com/Modernizr/Modernizr/commit/7a08c92b284753209cf2115ae63a99527738549e)
+- remove hax for browser definition of text [`648945c`](https://github.com/Modernizr/Modernizr/commit/648945c356a83e901659e20f973ee69ca74b1c69)
+- almost successfully stripping AMD wrappers [`832a524`](https://github.com/Modernizr/Modernizr/commit/832a52435411edd5ec46bdadc1047523b7b107d5)
- iframe folder of metadata [`34807de`](https://github.com/Modernizr/Modernizr/commit/34807ded5933c1f3fb2996860e2e4d2806170364)
-- Cleanup Grunt banners [`8996f47`](https://github.com/Modernizr/Modernizr/commit/8996f476f0c62a75a5642405e12e3adf43577a54)
+- Simplify context issue by first setting a new cwd, then requiring grunt. This scopes grunt to the Modernizr directory and avoids manipulating upstream context. [`b30723d`](https://github.com/Modernizr/Modernizr/commit/b30723d2c8bf3e26831a0ca0836b43f6ca92139b)
- Add nth-child feature-detect [`b61e97d`](https://github.com/Modernizr/Modernizr/commit/b61e97d73b46abc504054414fc6adf6b2189f4d5)
- Adding a build api. [`8ed5889`](https://github.com/Modernizr/Modernizr/commit/8ed58899000d75c2af01cde4b64a03496d39a9ed)
-- Simplify context issue by first setting a new cwd, then requiring grunt. This scopes grunt to the Modernizr directory and avoids manipulating upstream context. [`b30723d`](https://github.com/Modernizr/Modernizr/commit/b30723d2c8bf3e26831a0ca0836b43f6ca92139b)
-- Moving touch test to feature-detects/touch.js [`d3f7b6f`](https://github.com/Modernizr/Modernizr/commit/d3f7b6f80314e5d2e1f3d0063e24dc23643ba04f)
+- Cleanup Grunt banners [`8996f47`](https://github.com/Modernizr/Modernizr/commit/8996f476f0c62a75a5642405e12e3adf43577a54)
- Move audio test to feature-detects/audio.js [`f968719`](https://github.com/Modernizr/Modernizr/commit/f96871995e689f1cc146bb6ef81efc0286f7ec75)
+- Moving touch test to feature-detects/touch.js [`d3f7b6f`](https://github.com/Modernizr/Modernizr/commit/d3f7b6f80314e5d2e1f3d0063e24dc23643ba04f)
- Add support for Blob constructor in blobworkers test since BlobBuilder is deprecated and has been removed from firefox [`456b648`](https://github.com/Modernizr/Modernizr/commit/456b648cf838a3e057a42737d3d77be3cc97137d)
-- Working build with AMD stripping and minification. [`fb9209d`](https://github.com/Modernizr/Modernizr/commit/fb9209d2d794948c990cf26edd8bd60cd84036fe)
- Move localstorage test to feature-detects/storage-localstorage.js [`ea76435`](https://github.com/Modernizr/Modernizr/commit/ea76435a56c186c7dbff959804a7c61caa1ea0d7)
- the fallback could be smaller, since we only want to set the context (scope), and we don't need a full es5 compatible bind [`c121e16`](https://github.com/Modernizr/Modernizr/commit/c121e1605e58668e183705653d27dc06865f83d0)
+- Working build with AMD stripping and minification. [`fb9209d`](https://github.com/Modernizr/Modernizr/commit/fb9209d2d794948c990cf26edd8bd60cd84036fe)
- Add better tests for CSS multi-columns [`fa3dcc2`](https://github.com/Modernizr/Modernizr/commit/fa3dcc28520b330674b46bd2d55c7f21fa1a7807)
- Better async test addTest calls [`9fe0ea1`](https://github.com/Modernizr/Modernizr/commit/9fe0ea1309cf1d08560a254686de7f728fb7ca4a)
- Add in dom test metadata [`df9a83a`](https://github.com/Modernizr/Modernizr/commit/df9a83a362fc84902e29dd9fcf92802c393ce4ee)
- Rearranged setClasses a bit: can now be reused by async tests (to avoid duplicating regexes) [`b56de42`](https://github.com/Modernizr/Modernizr/commit/b56de429873564ac62cd41fefe00afdfc3f270ae)
- first stab at autoplay detection [`24679d7`](https://github.com/Modernizr/Modernizr/commit/24679d70f74c2dd1511b2ad0d2de4beb225d65a6)
-- Move and rename file to new structure. Rewrite test to use Modernizr v3 AMD structure [`1fe1e83`](https://github.com/Modernizr/Modernizr/commit/1fe1e8388494599536d7bbe0164e6f5f46cb0d3e)
- Move/touchup isEventSupported changes. [`7c82198`](https://github.com/Modernizr/Modernizr/commit/7c82198ab66f69754c8a09f62206d55bc3198bff)
+- Move and rename file to new structure. Rewrite test to use Modernizr v3 AMD structure [`1fe1e83`](https://github.com/Modernizr/Modernizr/commit/1fe1e8388494599536d7bbe0164e6f5f46cb0d3e)
- Moving cssgradients test into feature-detects/css-cssgradients.js [`6648ec6`](https://github.com/Modernizr/Modernizr/commit/6648ec68aaaa8d34ccdefb88019f99d8e48459aa)
- Wrapping call to `indexeddb.deleteDatabase` in a try…catch because it errors in some contexts (e.g. data URIs) [`4072c66`](https://github.com/Modernizr/Modernizr/commit/4072c662bdd60df78d87b11f60ce2740e31c32cc)
- Added a note about false-positive on N900 to `touchevents` detect and moved comments to a meta block [`59174f9`](https://github.com/Modernizr/Modernizr/commit/59174f95a6395db5fc063dde6e8f6db21827d1a1)
@@ -945,288 +1025,287 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Move fontface test to feature-detects/css-fontface.js [`e848278`](https://github.com/Modernizr/Modernizr/commit/e84827858b2c875ce37c580a849653a9a611b30e)
- Adds UA blacklist to @font-face test as a stopgap. [`949d770`](https://github.com/Modernizr/Modernizr/commit/949d770f2c5247d17c3be09f8e14cad28eca65a5)
- Added tests for transparent Webp images [`f39fcbf`](https://github.com/Modernizr/Modernizr/commit/f39fcbf6c696d0fedbc099c8b0c9cc72d614203a)
+- check for video support first, only set src of the shortest supported video type, change body to docElement [`f5518d0`](https://github.com/Modernizr/Modernizr/commit/f5518d064457e23428b1b1e34c43f518db5e8877)
- whitespace [`abe5ab3`](https://github.com/Modernizr/Modernizr/commit/abe5ab3a13e9b959af276ea09d781dccd8ba4837)
- Fixed errors thrown by `supports`, `getrandomvalues` and `flash` detects: [`2cf106f`](https://github.com/Modernizr/Modernizr/commit/2cf106fd7232038c2aa6d7448492be02c25f209b)
-- check for video support first, only set src of the shortest supported video type, change body to docElement [`f5518d0`](https://github.com/Modernizr/Modernizr/commit/f5518d064457e23428b1b1e34c43f518db5e8877)
-- Fix invalid polyfill metadata [`b9c780b`](https://github.com/Modernizr/Modernizr/commit/b9c780b2734f3d4978945edc0908077ff6999a16)
-- Fix lint errors in grunt file [`47044c6`](https://github.com/Modernizr/Modernizr/commit/47044c6bd802d91a3d8d5b77c905e195b4debad5)
-- Move csstransforms3d to feature-detects/css-transforms3d.js [`7348214`](https://github.com/Modernizr/Modernizr/commit/734821446920f2a8ec1f9028ce68aa0e2428a5d2)
- adding docs from alex's email. [`cb4a91d`](https://github.com/Modernizr/Modernizr/commit/cb4a91dc780bb9c0ca254a301b521ea4d3cb1b3c)
+- Fix invalid polyfill metadata [`b9c780b`](https://github.com/Modernizr/Modernizr/commit/b9c780b2734f3d4978945edc0908077ff6999a16)
- adding docs from alex's email. [`481b6f2`](https://github.com/Modernizr/Modernizr/commit/481b6f22a56252a2ca1d24c5c6ad62d54c89aaf0)
-- remove base64 image data before test [`80809d2`](https://github.com/Modernizr/Modernizr/commit/80809d2484bb3a5d511021c1a74552b61eea85d1)
+- Move csstransforms3d to feature-detects/css-transforms3d.js [`7348214`](https://github.com/Modernizr/Modernizr/commit/734821446920f2a8ec1f9028ce68aa0e2428a5d2)
+- Fix lint errors in grunt file [`47044c6`](https://github.com/Modernizr/Modernizr/commit/47044c6bd802d91a3d8d5b77c905e195b4debad5)
- Start switch to new metadata keys [`f5f7804`](https://github.com/Modernizr/Modernizr/commit/f5f7804f53e3edd8cfac99e89962f8a534fa8b5f)
+- remove base64 image data before test [`80809d2`](https://github.com/Modernizr/Modernizr/commit/80809d2484bb3a5d511021c1a74552b61eea85d1)
- updates for @stucox [`b8d4ad2`](https://github.com/Modernizr/Modernizr/commit/b8d4ad2831167a0f8e69af0ae18014aa1e272767)
-- fixes to modernizr core test ports. [`504384e`](https://github.com/Modernizr/Modernizr/commit/504384e4093a8b64f9eb97162f4d4b73da0a328b)
- :target Feature Test with @patrickkettner’s suggestions. [`824e4d6`](https://github.com/Modernizr/Modernizr/commit/824e4d6a547e2cc59969faa5616c0eaf7e547788)
+- fixes to modernizr core test ports. [`504384e`](https://github.com/Modernizr/Modernizr/commit/504384e4093a8b64f9eb97162f4d4b73da0a328b)
- Cleaning up polyfill stuff, more options/consistency. [`81583f7`](https://github.com/Modernizr/Modernizr/commit/81583f726b14cd099ea5265260c62f46d0decdf2)
-- Filling in caniuse info and mistakes I missed. [`8d91072`](https://github.com/Modernizr/Modernizr/commit/8d910724fa5e6243298bd71939d0a4e1478eb290)
- Some flexbox love [`85bfe05`](https://github.com/Modernizr/Modernizr/commit/85bfe05394cabb563f42e2e2aeef6bef1348c6d6)
-- fix ie10 caniuse comparisons [`7e6bd80`](https://github.com/Modernizr/Modernizr/commit/7e6bd800df690db2282e284fb36c156b8ec79e52)
+- Filling in caniuse info and mistakes I missed. [`8d91072`](https://github.com/Modernizr/Modernizr/commit/8d910724fa5e6243298bd71939d0a4e1478eb290)
- Move stripdefine to use loop [`6460dff`](https://github.com/Modernizr/Modernizr/commit/6460dff8a5bf85f2aede794d751a7d9378cc9117)
+- fix ie10 caniuse comparisons [`7e6bd80`](https://github.com/Modernizr/Modernizr/commit/7e6bd800df690db2282e284fb36c156b8ec79e52)
- Changed body to getBody and made it a method, #877. [`804037a`](https://github.com/Modernizr/Modernizr/commit/804037a2f942c81bf94ca730791cf94f9b35dc89)
-- add new feature-detect for DOM 3 Document Fragments [`41b2cb9`](https://github.com/Modernizr/Modernizr/commit/41b2cb9d81f5cbb3b5dfd4a57c0d54d8f6f60ffa)
- Add the csspseudoanimations feature-detect [`b4f0edc`](https://github.com/Modernizr/Modernizr/commit/b4f0edcc262189c27f26d5035b0b37c82a958985)
+- add new feature-detect for DOM 3 Document Fragments [`41b2cb9`](https://github.com/Modernizr/Modernizr/commit/41b2cb9d81f5cbb3b5dfd4a57c0d54d8f6f60ffa)
- use setAttribute before using deprecated setAttributeNode [`27f0b76`](https://github.com/Modernizr/Modernizr/commit/27f0b76fd37a7bb936bfe1a37e528bf57eaabec6)
- add maxlength test [`64bc5d8`](https://github.com/Modernizr/Modernizr/commit/64bc5d8ca0c12dc004501244ceb7a3fec04eed70)
- Try to fix build after mega merge, might work [`da04fc8`](https://github.com/Modernizr/Modernizr/commit/da04fc805ccd417b20beb41b27bac18377a45a93)
- optimize test arrangement, fix typo [`df8fae9`](https://github.com/Modernizr/Modernizr/commit/df8fae96469b3d3bad7d48ddc5397d170971d859)
- Going back and adding in caniuse keywords for when I was offline [`9dcc1ed`](https://github.com/Modernizr/Modernizr/commit/9dcc1ed441b04aafc2cc28c57c0de0548ef21844)
- Extend wrap-flow feature testing for the more accurate result. [`a3b66a2`](https://github.com/Modernizr/Modernizr/commit/a3b66a2d8fbbc5e9dcfb51bfbfaefbdae521f69b)
-- hinging everything on grunt build [`755bd2e`](https://github.com/Modernizr/Modernizr/commit/755bd2ecc52f84ccab53dcb55ce97455b3da8beb)
- hinging everything on grunt build [`bff7163`](https://github.com/Modernizr/Modernizr/commit/bff7163f590511149f70714609f5a3855aa01d8a)
+- hinging everything on grunt build [`755bd2e`](https://github.com/Modernizr/Modernizr/commit/755bd2ecc52f84ccab53dcb55ce97455b3da8beb)
- #733: adding UA sniff for history support [`45de935`](https://github.com/Modernizr/Modernizr/commit/45de935edf460ac56fcc3f337885ee115f725101)
- Save the whales and or the output of the build [`4392dc8`](https://github.com/Modernizr/Modernizr/commit/4392dc88774944585f7d0b2b2d29f0cf231fb0da)
-- Moving opacity test into feature-detects/css-opacity.js [`9dd6644`](https://github.com/Modernizr/Modernizr/commit/9dd6644f28341f75bea7ceed9074492e300cfe47)
+- Moving geolocation test to feature-detects/geolocation.js [`9c2a235`](https://github.com/Modernizr/Modernizr/commit/9c2a235cb36746d3dd156ed7debdc75ddd1ca0b9)
- #733: adding UA sniff for history support [`479e424`](https://github.com/Modernizr/Modernizr/commit/479e424faabe92062292699102340346c82335b8)
- updating PR [`ca88157`](https://github.com/Modernizr/Modernizr/commit/ca88157513fe387f708600f50d9fe833d9426abe)
- update regions detect to include IE 10 iframe only version [`e0fec68`](https://github.com/Modernizr/Modernizr/commit/e0fec6887d95c5f97241c70937ffd8273f51654a)
+- Moving opacity test into feature-detects/css-opacity.js [`9dd6644`](https://github.com/Modernizr/Modernizr/commit/9dd6644f28341f75bea7ceed9074492e300cfe47)
- Moving multiplebgs test into feature-detects/css-multiplebgs.js [`707d66f`](https://github.com/Modernizr/Modernizr/commit/707d66f89f063b1b8996baca792a051e0f0002b9)
-- Moving geolocation test to feature-detects/geolocation.js [`9c2a235`](https://github.com/Modernizr/Modernizr/commit/9c2a235cb36746d3dd156ed7debdc75ddd1ca0b9)
-- Cleaning up async tests that require body to at least be a little better. Could use a document ready hook maybe. [`4de52c5`](https://github.com/Modernizr/Modernizr/commit/4de52c5c9cf4de03c81be9c7d2773094fa5b984d)
- Move sessionstorage test to feature-detects/storage-sessionstorage.js [`39d0d22`](https://github.com/Modernizr/Modernizr/commit/39d0d22c43e2a20360380cc936a62cfb8810f472)
-- Made the function definition related to UA environment, matchMedia check only happened once. [`ccb30ac`](https://github.com/Modernizr/Modernizr/commit/ccb30ac05626ada4ba63a5b266c08978707dbc47)
- Cleaning up async tests that require body to at least be a little better. Could use a document ready hook maybe. [`9242f25`](https://github.com/Modernizr/Modernizr/commit/9242f25aeda568cb86b40154421683c5341590e9)
- made check a little clearer, removing a nested if statement [`dfca12d`](https://github.com/Modernizr/Modernizr/commit/dfca12d4a00b73395ce802b27ab4b49f4b0ec037)
+- Cleaning up async tests that require body to at least be a little better. Could use a document ready hook maybe. [`4de52c5`](https://github.com/Modernizr/Modernizr/commit/4de52c5c9cf4de03c81be9c7d2773094fa5b984d)
+- Made the function definition related to UA environment, matchMedia check only happened once. [`ccb30ac`](https://github.com/Modernizr/Modernizr/commit/ccb30ac05626ada4ba63a5b266c08978707dbc47)
- Adding documentation for API. [`0761fcd`](https://github.com/Modernizr/Modernizr/commit/0761fcd9486d64adb9153e1a4c6a33280044956e)
- Add es6 generators [`c677c6f`](https://github.com/Modernizr/Modernizr/commit/c677c6f6f8755bcf330dabec96f7958bdfc53a69)
-- Add in self creating objects for async and post-official use. As discussed in #756 [`42244e2`](https://github.com/Modernizr/Modernizr/commit/42244e281d5aaa85810f306d9680e4ec39175308)
- Add test for the Web Speech Recognition API [`2949b8e`](https://github.com/Modernizr/Modernizr/commit/2949b8eab4491fc5216a048684ebb734a7453808)
-- Remove old-modernizer file [`35944b1`](https://github.com/Modernizr/Modernizr/commit/35944b19cd312e49a64af888db6cb6f835b7234e)
- Add in self creating objects for async and post-official use. As discussed in #756 [`12cb1e1`](https://github.com/Modernizr/Modernizr/commit/12cb1e12f544ecb86b51dcd3fa9a0215b424eb67)
-- Add test for the Web Speech Synthesis API [`b8029b2`](https://github.com/Modernizr/Modernizr/commit/b8029b2057202cdb8f7d4ee539eb6cefc33d7e04)
-- Move generatedcontent test to feature-detects/css-generatedcontent.js [`32a5d2b`](https://github.com/Modernizr/Modernizr/commit/32a5d2bdae4b85efd5a7ff4ebabb54d328e20056)
-- Added DOM PointerEvents test as Modernizr.pointerevents [`7732567`](https://github.com/Modernizr/Modernizr/commit/7732567479259a86f9c3183c9ee236cf4d07f650)
+- Add in self creating objects for async and post-official use. As discussed in #756 [`42244e2`](https://github.com/Modernizr/Modernizr/commit/42244e281d5aaa85810f306d9680e4ec39175308)
- Added DOM PointerEvents test as Modernizr.pointerevents [`8966f82`](https://github.com/Modernizr/Modernizr/commit/8966f82cec2572ba034b707d1265fb164a4c283f)
+- Added DOM PointerEvents test as Modernizr.pointerevents [`7732567`](https://github.com/Modernizr/Modernizr/commit/7732567479259a86f9c3183c9ee236cf4d07f650)
+- Add test for the Web Speech Synthesis API [`b8029b2`](https://github.com/Modernizr/Modernizr/commit/b8029b2057202cdb8f7d4ee539eb6cefc33d7e04)
+- Remove old-modernizer file [`35944b1`](https://github.com/Modernizr/Modernizr/commit/35944b19cd312e49a64af888db6cb6f835b7234e)
+- Move generatedcontent test to feature-detects/css-generatedcontent.js [`32a5d2b`](https://github.com/Modernizr/Modernizr/commit/32a5d2bdae4b85efd5a7ff4ebabb54d328e20056)
- update filter check to use CSS.supports when supported, gets around false negatives in firefox [`0c35733`](https://github.com/Modernizr/Modernizr/commit/0c357335206a1754d8bbc318da7b61e3674c8f23)
+- some docs in the readme [`85f4892`](https://github.com/Modernizr/Modernizr/commit/85f48928366d0c557589bd8f24abddb71c90ea25)
- Add XDomainRequest detection [`367dc0c`](https://github.com/Modernizr/Modernizr/commit/367dc0c77f22b8a1e0d8199b932e37d214880aa0)
- Added metadata to `svgasimg` and changed from base64 back to ascii encoding of the image [`39d1c0a`](https://github.com/Modernizr/Modernizr/commit/39d1c0a6a23176bdd3d4a752a934dae7fb93ec13)
-- some docs in the readme [`85f4892`](https://github.com/Modernizr/Modernizr/commit/85f48928366d0c557589bd8f24abddb71c90ea25)
- fixup tests [`55d5b0c`](https://github.com/Modernizr/Modernizr/commit/55d5b0c0519d2f7370e8b9a30e0e796cc6bf9e52)
-- Add jshint to default task and fix issues [`00dff5f`](https://github.com/Modernizr/Modernizr/commit/00dff5f7d12ba715e780ec257c5ae2eaaf37e06f)
- Syntax errors and polyfill injection [`0cc94bc`](https://github.com/Modernizr/Modernizr/commit/0cc94bce19d70eb83905dd70ef678a83b281a7f4)
-- Adding same polyfills to web audio. [`e8eef95`](https://github.com/Modernizr/Modernizr/commit/e8eef9524cb36160573b655c40cb5b552915ba20)
- add in class prefix support (kinda) [`57808d2`](https://github.com/Modernizr/Modernizr/commit/57808d2c167fd148f2ea4ec93a9dc4aec5b42494)
+- Add jshint to default task and fix issues [`00dff5f`](https://github.com/Modernizr/Modernizr/commit/00dff5f7d12ba715e780ec257c5ae2eaaf37e06f)
- add in class prefix support (kinda) [`fc1f948`](https://github.com/Modernizr/Modernizr/commit/fc1f94821c1b16ab0125328fa21aa8fe3b07c848)
-- add ellipsis test [`de3eb1f`](https://github.com/Modernizr/Modernizr/commit/de3eb1f840977a8b9ecb9de4dd0e3cde293bab1d)
-- Matches #777 in v3 land. [`cf979c8`](https://github.com/Modernizr/Modernizr/commit/cf979c84781302eabf1a268924103e02697ce8b9)
-- rearrange test file structure, added warnings about test size [`ce88f5f`](https://github.com/Modernizr/Modernizr/commit/ce88f5f566b12c4efdda95dff4af95f85a5cddd0)
-- Matches #777 in v3 land. [`e4c333c`](https://github.com/Modernizr/Modernizr/commit/e4c333c8622df88b5c38bd46336f6d0d2bd02282)
+- Adding same polyfills to web audio. [`e8eef95`](https://github.com/Modernizr/Modernizr/commit/e8eef9524cb36160573b655c40cb5b552915ba20)
- Move contributors to array and update banner [`0aff3f8`](https://github.com/Modernizr/Modernizr/commit/0aff3f82c1c51e5fac1e4f6da74a6b0a2d93fe76)
-- Add CSS Shapes feature detection. http://www.w3.org/TR/css3-exclusions/#shapes [`d7e5756`](https://github.com/Modernizr/Modernizr/commit/d7e57562ff4eb01f3805a5322a6defe913aa3a1f)
-- update test to cleanup listener. fixes for #945 [`1317431`](https://github.com/Modernizr/Modernizr/commit/1317431701683a3391c2f4bcae894544daf28f55)
+- Matches #777 in v3 land. [`cf979c8`](https://github.com/Modernizr/Modernizr/commit/cf979c84781302eabf1a268924103e02697ce8b9)
+- Matches #777 in v3 land. [`e4c333c`](https://github.com/Modernizr/Modernizr/commit/e4c333c8622df88b5c38bd46336f6d0d2bd02282)
+- add ellipsis test [`de3eb1f`](https://github.com/Modernizr/Modernizr/commit/de3eb1f840977a8b9ecb9de4dd0e3cde293bab1d)
+- rearrange test file structure, added warnings about test size [`ce88f5f`](https://github.com/Modernizr/Modernizr/commit/ce88f5f566b12c4efdda95dff4af95f85a5cddd0)
- added hiddenscroll test [`e1e9abd`](https://github.com/Modernizr/Modernizr/commit/e1e9abdfc7e65a6dd8e81e47988647a67ccb60bc)
- Fix indent, single-quotes and leaking i [`c9645f1`](https://github.com/Modernizr/Modernizr/commit/c9645f1d6e5c8b6af4709c46c31a11792e87bfc3)
+- update test to cleanup listener. fixes for #945 [`1317431`](https://github.com/Modernizr/Modernizr/commit/1317431701683a3391c2f4bcae894544daf28f55)
+- Add CSS Shapes feature detection. http://www.w3.org/TR/css3-exclusions/#shapes [`d7e5756`](https://github.com/Modernizr/Modernizr/commit/d7e57562ff4eb01f3805a5322a6defe913aa3a1f)
- Added test for lossless WebP images [`35fcf3f`](https://github.com/Modernizr/Modernizr/commit/35fcf3fd15ea3ff9b6e7e67d2093b8dc026a3aed)
-- Remove audio data test [`53424e1`](https://github.com/Modernizr/Modernizr/commit/53424e1f2010d94585ef20df314818c145b47b9c)
-- Fix indent, single-quotes and leaking i [`3b7f28f`](https://github.com/Modernizr/Modernizr/commit/3b7f28f66875cd41dfd546764c23d5cf567285d9)
- more test fixes [`afb0361`](https://github.com/Modernizr/Modernizr/commit/afb03615c0b2475417081dcafc804587279ddc50)
+- Fix indent, single-quotes and leaking i [`3b7f28f`](https://github.com/Modernizr/Modernizr/commit/3b7f28f66875cd41dfd546764c23d5cf567285d9)
+- Remove audio data test [`53424e1`](https://github.com/Modernizr/Modernizr/commit/53424e1f2010d94585ef20df314818c145b47b9c)
- Moving canvas test to feature-detects/canvas.js [`137c89f`](https://github.com/Modernizr/Modernizr/commit/137c89f108ed326325d37d0487f5d7abd5a9540a)
-- Move svgclippaths test to feature-detects/svgclippaths.js [`1b2a255`](https://github.com/Modernizr/Modernizr/commit/1b2a255a1e2eb2cf5e54037685ff108dda9e607c)
-- More polyfill consistency [`b284e1b`](https://github.com/Modernizr/Modernizr/commit/b284e1b79addfd3fe6179e1b59a69a4ef8091cd8)
- Added a try..catch to the cookies test [`f346166`](https://github.com/Modernizr/Modernizr/commit/f346166cfa27b1ccb4e550da065a27fc6f2a4522)
-- Update metadata for `elem/ruby` & `style/scoped` [`ab6001d`](https://github.com/Modernizr/Modernizr/commit/ab6001db5869b78f2acfeea6b19e6159ac89d172)
-- Moving websockets test into feature-detects/websockets.js [`aef3eba`](https://github.com/Modernizr/Modernizr/commit/aef3eba66365e777002ef3decac70c141a886a4e)
-- Update metadata for `speechinput` test [`2252043`](https://github.com/Modernizr/Modernizr/commit/22520432ab230d6e7704f88a607e87e730aa8ae7)
-- typo fixes - https://github.com/vlajos/misspell_fixer [`f84e1b5`](https://github.com/Modernizr/Modernizr/commit/f84e1b54b54ae4851056d5fa17a0d0d1795d4813)
+- More polyfill consistency [`b284e1b`](https://github.com/Modernizr/Modernizr/commit/b284e1b79addfd3fe6179e1b59a69a4ef8091cd8)
+- Move svgclippaths test to feature-detects/svgclippaths.js [`1b2a255`](https://github.com/Modernizr/Modernizr/commit/1b2a255a1e2eb2cf5e54037685ff108dda9e607c)
- Metadata-/Doc- block added [`d5f7abf`](https://github.com/Modernizr/Modernizr/commit/d5f7abf8cd279cf6497f554bf1eec54029eed329)
+- Update metadata for `speechinput` test [`2252043`](https://github.com/Modernizr/Modernizr/commit/22520432ab230d6e7704f88a607e87e730aa8ae7)
+- Update metadata for `elem/ruby` & `style/scoped` [`ab6001d`](https://github.com/Modernizr/Modernizr/commit/ab6001db5869b78f2acfeea6b19e6159ac89d172)
+- typo fixes - https://github.com/vlajos/misspell_fixer [`f84e1b5`](https://github.com/Modernizr/Modernizr/commit/f84e1b54b54ae4851056d5fa17a0d0d1795d4813)
+- Moving websockets test into feature-detects/websockets.js [`aef3eba`](https://github.com/Modernizr/Modernizr/commit/aef3eba66365e777002ef3decac70c141a886a4e)
- Moving hsla test into feature-detects/css-hsla.js [`83a46d1`](https://github.com/Modernizr/Modernizr/commit/83a46d19999d16cf09b9f6eb74decc08f99a15cb)
- docs cleanup [`8cbb3e8`](https://github.com/Modernizr/Modernizr/commit/8cbb3e80ced336398a197711f75f4ebd7f52d66e)
-- Shapes specification changed to support values and the [`0e2f51a`](https://github.com/Modernizr/Modernizr/commit/0e2f51a39a5467b835820ef53ce9e4e17ccbab60)
-- Metadata / DOC improvements: [`122f5be`](https://github.com/Modernizr/Modernizr/commit/122f5beab232242935e48e906c56e6bf21ec5aa9)
+- Shapes specification changed to support <box> values and the [`0e2f51a`](https://github.com/Modernizr/Modernizr/commit/0e2f51a39a5467b835820ef53ce9e4e17ccbab60)
- Moving webgl test to feature-detects/webgl.js [`9776162`](https://github.com/Modernizr/Modernizr/commit/97761626c6ff35410da1717a58442a7f06474778)
-- Reverting PR #874 - we don't touch any existing classes which begin `no-` (except `no-js`) [`e2cec68`](https://github.com/Modernizr/Modernizr/commit/e2cec68a42f24821a49485e93413ae0bbaf03769)
-- Ensuring ES5 tests return Booleans [`463c82e`](https://github.com/Modernizr/Modernizr/commit/463c82e6abfaf22d3befff7f20e43e04c03711c3)
+- Metadata / DOC improvements: [`122f5be`](https://github.com/Modernizr/Modernizr/commit/122f5beab232242935e48e906c56e6bf21ec5aa9)
- Rename the csspseudoanimations feature-detect to csspseudotransitions [`050a39c`](https://github.com/Modernizr/Modernizr/commit/050a39cdfddf408a5ce4acbbe0ef9cc973e6105f)
-- `testProp()` and `testAllProps()` now accept kebab-case – updating tests & comments to match [`48b9c4c`](https://github.com/Modernizr/Modernizr/commit/48b9c4cff78a9a198270c9968cf6cd0647475663)
- Use "matchdep" to avoid requiring dev dependencies. [`cb03dbf`](https://github.com/Modernizr/Modernizr/commit/cb03dbf8f5b479308f52f23d41843db611155bb9)
-- Moving rgba test into feature-detects/css-rgba.js [`ce9f989`](https://github.com/Modernizr/Modernizr/commit/ce9f989dfa8e6dcdff988e5d1af711420a97818f)
-- Move inline svg test to feature-detects/svg-inline.js [`54e3ad7`](https://github.com/Modernizr/Modernizr/commit/54e3ad787aa76001be460645f6765c6c98859bce)
+- Reverting PR #874 - we don't touch any existing classes which begin `no-` (except `no-js`) [`e2cec68`](https://github.com/Modernizr/Modernizr/commit/e2cec68a42f24821a49485e93413ae0bbaf03769)
- metadata block indention [`2ee7eb1`](https://github.com/Modernizr/Modernizr/commit/2ee7eb16773bbe330ecd876380b1eff506b5dedc)
-- Move cssanimations to feature-detects/css-animations.js [`e574d9c`](https://github.com/Modernizr/Modernizr/commit/e574d9c4ce4ae204f90ee2a9d231eeda8d1e9f67)
+- Moving rgba test into feature-detects/css-rgba.js [`ce9f989`](https://github.com/Modernizr/Modernizr/commit/ce9f989dfa8e6dcdff988e5d1af711420a97818f)
+- Ensuring ES5 tests return Booleans [`463c82e`](https://github.com/Modernizr/Modernizr/commit/463c82e6abfaf22d3befff7f20e43e04c03711c3)
+- `testProp()` and `testAllProps()` now accept kebab-case – updating tests & comments to match [`48b9c4c`](https://github.com/Modernizr/Modernizr/commit/48b9c4cff78a9a198270c9968cf6cd0647475663)
+- Move inline svg test to feature-detects/svg-inline.js [`54e3ad7`](https://github.com/Modernizr/Modernizr/commit/54e3ad787aa76001be460645f6765c6c98859bce)
+- Fixing comments to pull request [`3e25189`](https://github.com/Modernizr/Modernizr/commit/3e25189fb055f6872ed8b7a5fa35b1a7d11c9446)
- Moving indexedDB test into feature-detects/indexedDB.js [`8924f65`](https://github.com/Modernizr/Modernizr/commit/8924f6541a699786eb679886f9399d92210dc131)
- update feature detect checked and move it to /feature-detects/css/ [`e31407a`](https://github.com/Modernizr/Modernizr/commit/e31407a6fb1eb42b4b37e7acce08a3f17286e008)
-- Fixing comments to pull request [`3e25189`](https://github.com/Modernizr/Modernizr/commit/3e25189fb055f6872ed8b7a5fa35b1a7d11c9446)
-- Added html5-notifications and desktop-notify [`926d424`](https://github.com/Modernizr/Modernizr/commit/926d424741dfc30d5290dea760bed97557ced706)
-- add feature detect for checked pseudo selector [`878c149`](https://github.com/Modernizr/Modernizr/commit/878c14960ec713a5fa299f9857ad398fcf6e5a5a)
-- a little clean up for the tests. Lets make webgl extensions it's own thing instead of _sometimes_ messing with webgl [`86d4a76`](https://github.com/Modernizr/Modernizr/commit/86d4a7690c4a0291338c416e1b7e6228ea37355f)
-- Use matchdep to detect if devDependencies are installed. Require each if so. [`ddff156`](https://github.com/Modernizr/Modernizr/commit/ddff156911b85ce559d35c9bf37dd07f3733627b)
-- a little clean up for the tests. Lets make webgl extensions it's own thing instead of _sometimes_ messing with webgl [`02219ba`](https://github.com/Modernizr/Modernizr/commit/02219bafbbae114dc1e625a617f24f920a1fb8df)
-- Move generateInit deps inside function scope [`db32386`](https://github.com/Modernizr/Modernizr/commit/db32386312d3a79a116c283c6acc9d82497eb07e)
+- Move cssanimations to feature-detects/css-animations.js [`e574d9c`](https://github.com/Modernizr/Modernizr/commit/e574d9c4ce4ae204f90ee2a9d231eeda8d1e9f67)
- Moving devDependencies into dependencies object. Allows Modernizr to be correctly installed via npm. [`23821eb`](https://github.com/Modernizr/Modernizr/commit/23821eb0e79e35715e3253f968ae96a9627671f7)
-- Box shadow test [`8392e26`](https://github.com/Modernizr/Modernizr/commit/8392e26bedbe92d7ae149c0bda16cb859a5cddb5)
+- For interoperability purposes, have the build API explicitly declare a current working directory. Revert to previous cwd on exit. [`810e8af`](https://github.com/Modernizr/Modernizr/commit/810e8af8595180591b46418aaafc0bca1d3d42d0)
+- Added html5-notifications and desktop-notify [`926d424`](https://github.com/Modernizr/Modernizr/commit/926d424741dfc30d5290dea760bed97557ced706)
- Removing Modernizr global from test return values. [`d9b6473`](https://github.com/Modernizr/Modernizr/commit/d9b6473f9d449c08d8647edcd9f4f627475ea84f)
-- do implementation check for getRandomValues to fix Safari 6.0 false positive [`fff77ca`](https://github.com/Modernizr/Modernizr/commit/fff77ca61334e474cf7c215b66255813b0161eb1)
-- adds 'noPrefixes' build option to opt-out vendor prefixe [`3272486`](https://github.com/Modernizr/Modernizr/commit/32724863dca09120e7161bdaac51de51860d3d91)
-- Right now the docs have to go up top because another crappy regex wants the files to end with `});` [`b08508d`](https://github.com/Modernizr/Modernizr/commit/b08508d6139c32b0325d90ecfaeabacbb5a9b234)
- remove tabs [ci skip] [`7eb1ca8`](https://github.com/Modernizr/Modernizr/commit/7eb1ca819d6cc1656b58a8672510b45613b4a078)
- The video autoplay test will throw in IE9 and Safari 6 if either are missing [`11e99f4`](https://github.com/Modernizr/Modernizr/commit/11e99f451c34d9ec25298ed7f891b8e64bb90b10)
-- For interoperability purposes, have the build API explicitly declare a current working directory. Revert to previous cwd on exit. [`810e8af`](https://github.com/Modernizr/Modernizr/commit/810e8af8595180591b46418aaafc0bca1d3d42d0)
-- Add nth-child feature-detect [`c5f2bf0`](https://github.com/Modernizr/Modernizr/commit/c5f2bf0a20fb40d24c51ea095c509bb6db5bf76e)
-- Updated "background-clip: text" test to use testAllProps() [`781db2b`](https://github.com/Modernizr/Modernizr/commit/781db2b85b9c2fc46f5378769bfa6cb5ae656656)
+- Move generateInit deps inside function scope [`db32386`](https://github.com/Modernizr/Modernizr/commit/db32386312d3a79a116c283c6acc9d82497eb07e)
+- adds 'noPrefixes' build option to opt-out vendor prefixe [`3272486`](https://github.com/Modernizr/Modernizr/commit/32724863dca09120e7161bdaac51de51860d3d91)
+- add feature detect for checked pseudo selector [`878c149`](https://github.com/Modernizr/Modernizr/commit/878c14960ec713a5fa299f9857ad398fcf6e5a5a)
+- a little clean up for the tests. Lets make webgl extensions it's own thing instead of _sometimes_ messing with webgl [`02219ba`](https://github.com/Modernizr/Modernizr/commit/02219bafbbae114dc1e625a617f24f920a1fb8df)
+- a little clean up for the tests. Lets make webgl extensions it's own thing instead of _sometimes_ messing with webgl [`86d4a76`](https://github.com/Modernizr/Modernizr/commit/86d4a7690c4a0291338c416e1b7e6228ea37355f)
+- Use matchdep to detect if devDependencies are installed. Require each if so. [`ddff156`](https://github.com/Modernizr/Modernizr/commit/ddff156911b85ce559d35c9bf37dd07f3733627b)
+- do implementation check for getRandomValues to fix Safari 6.0 false positive [`fff77ca`](https://github.com/Modernizr/Modernizr/commit/fff77ca61334e474cf7c215b66255813b0161eb1)
+- Right now the docs have to go up top because another crappy regex wants the files to end with `});` [`b08508d`](https://github.com/Modernizr/Modernizr/commit/b08508d6139c32b0325d90ecfaeabacbb5a9b234)
+- Box shadow test [`8392e26`](https://github.com/Modernizr/Modernizr/commit/8392e26bedbe92d7ae149c0bda16cb859a5cddb5)
+- Added metadata to Modernizr.framed [`fe85d9d`](https://github.com/Modernizr/Modernizr/commit/fe85d9d5c46b4efdadc7219d8336c872a46a6dc0)
+- Working AMD Strip. Fishy heuristic, but it works for every test so far. [`788487b`](https://github.com/Modernizr/Modernizr/commit/788487b78480c07cb3e9dd4becb86913769252ba)
+- remove 'no-<feature>' classes if feature is detected [`b5b2b03`](https://github.com/Modernizr/Modernizr/commit/b5b2b03be54ac5ac6e1d5e6168df86d148ee5329)
+- Allowing `Boolean` object detect results [`f5ceb8b`](https://github.com/Modernizr/Modernizr/commit/f5ceb8bb8d3925cbcadfc5930bb666df3612552b)
- Add nth-child feature-detect [`d1e9add`](https://github.com/Modernizr/Modernizr/commit/d1e9adda21744b12cc74da1e7a3652a4a7c0aca5)
- Moving history test into feature-detects/history.js [`7d2a489`](https://github.com/Modernizr/Modernizr/commit/7d2a4895340bfe0056c7a9166a12d25c4ff2a6ea)
-- Allowing `Boolean` object detect results [`f5ceb8b`](https://github.com/Modernizr/Modernizr/commit/f5ceb8bb8d3925cbcadfc5930bb666df3612552b)
-- Added metadata to Modernizr.framed [`fe85d9d`](https://github.com/Modernizr/Modernizr/commit/fe85d9d5c46b4efdadc7219d8336c872a46a6dc0)
-- remove 'no-' classes if feature is detected [`b5b2b03`](https://github.com/Modernizr/Modernizr/commit/b5b2b03be54ac5ac6e1d5e6168df86d148ee5329)
-- Working AMD Strip. Fishy heuristic, but it works for every test so far. [`788487b`](https://github.com/Modernizr/Modernizr/commit/788487b78480c07cb3e9dd4becb86913769252ba)
+- Updated "background-clip: text" test to use testAllProps() [`781db2b`](https://github.com/Modernizr/Modernizr/commit/781db2b85b9c2fc46f5378769bfa6cb5ae656656)
+- Add nth-child feature-detect [`c5f2bf0`](https://github.com/Modernizr/Modernizr/commit/c5f2bf0a20fb40d24c51ea095c509bb6db5bf76e)
- Moving backgroundsize test into feature-detects/css-backgroundsize.js [`16fb6c5`](https://github.com/Modernizr/Modernizr/commit/16fb6c5b603b4c38eb6ce8a6c63def20e594d0b2)
-- making grunt qunit work well. bug in fnBind deps [`eed5e0c`](https://github.com/Modernizr/Modernizr/commit/eed5e0c2bf7913acc03409dc3af38a12efc4ae7c)
-- Moving flexbox test to feature-detects/css-flexbox.js [`6a721d5`](https://github.com/Modernizr/Modernizr/commit/6a721d59e11a7a9e796ef3c4a8ec72eb97f66db9)
-- Prefix `eventName` *after* tagName is read. Inverse detection and rename to `needsFallback`. [`7d1ef67`](https://github.com/Modernizr/Modernizr/commit/7d1ef679077e8ea7878ea7c317ead0a69ab11d43)
-- Moving canvastext test to feature-detects/canvastext.js [`25fec3c`](https://github.com/Modernizr/Modernizr/commit/25fec3c6ad2c40034a51bff7fc5937dc8309f9e7)
-- Moving borderradius test into feature-detects/css-borderradius.js [`9b1eaf1`](https://github.com/Modernizr/Modernizr/commit/9b1eaf1051ee8113e9a3950fa5e99bb614de138f)
-- Move svg test to feature-detects/svg-svg.js [`19f0848`](https://github.com/Modernizr/Modernizr/commit/19f084849916bc69894b92bdd7b220c3919b5809)
-- reduce length of xhr feature-detect names [`3da7bb7`](https://github.com/Modernizr/Modernizr/commit/3da7bb73d689372ef5062bae87d18079a388e452)
-- making grunt qunit work well. bug in fnBind deps [`76f1986`](https://github.com/Modernizr/Modernizr/commit/76f1986fdb5aacc9508f10a0b0aa7d2c34bfc093)
-- update doc block for ES5 Shim/Sham tests [`0d74ccc`](https://github.com/Modernizr/Modernizr/commit/0d74ccccec46253645aece53310de5ae776b7f2b)
- Moving flexboxlegacy test to feature-detects/css-flexboxlegacy.js [`8a49474`](https://github.com/Modernizr/Modernizr/commit/8a49474deb32c39d1713a53aebed07f4b6466cb3)
- update doc link refs [`0184c1e`](https://github.com/Modernizr/Modernizr/commit/0184c1e8158d86428a699aecf678f41fad600e09)
+- Moving canvastext test to feature-detects/canvastext.js [`25fec3c`](https://github.com/Modernizr/Modernizr/commit/25fec3c6ad2c40034a51bff7fc5937dc8309f9e7)
+- Moving borderradius test into feature-detects/css-borderradius.js [`9b1eaf1`](https://github.com/Modernizr/Modernizr/commit/9b1eaf1051ee8113e9a3950fa5e99bb614de138f)
+- Moving flexbox test to feature-detects/css-flexbox.js [`6a721d5`](https://github.com/Modernizr/Modernizr/commit/6a721d59e11a7a9e796ef3c4a8ec72eb97f66db9)
+- making grunt qunit work well. bug in fnBind deps [`eed5e0c`](https://github.com/Modernizr/Modernizr/commit/eed5e0c2bf7913acc03409dc3af38a12efc4ae7c)
+- Prefix `eventName` *after* tagName is read. Inverse detection and rename to `needsFallback`. [`7d1ef67`](https://github.com/Modernizr/Modernizr/commit/7d1ef679077e8ea7878ea7c317ead0a69ab11d43)
+- update doc block for ES5 Shim/Sham tests [`0d74ccc`](https://github.com/Modernizr/Modernizr/commit/0d74ccccec46253645aece53310de5ae776b7f2b)
+- Move svg test to feature-detects/svg-svg.js [`19f0848`](https://github.com/Modernizr/Modernizr/commit/19f084849916bc69894b92bdd7b220c3919b5809)
- Moving draganddrop test into feature-detects/draganddrop.js [`0efde41`](https://github.com/Modernizr/Modernizr/commit/0efde414c3f1620ed3d2af31df456f4ab6c608ef)
-- fix indexedDB capitilization for blob test [`1b8f44a`](https://github.com/Modernizr/Modernizr/commit/1b8f44ab961489c77205b19f1ff53b0b19220923)
-- Shapes Level 1 specification contains only shape-outside. I modified the test to be aligned with the specification. [`85ee9d7`](https://github.com/Modernizr/Modernizr/commit/85ee9d75ed83164b62fee7d1c8f78e8438a071f9)
-- fix test for rAF to account for unprefixed possibility [`6318488`](https://github.com/Modernizr/Modernizr/commit/63184884a9b9909d0ecf9463cdfadb021dcf3571)
-- fix test for rAF to account for unprefixed possibility [`bb6ed03`](https://github.com/Modernizr/Modernizr/commit/bb6ed03f62e3e321399c0cb63e660b46f21f41b6)
-- Move textshadow test to feature-detects/css-textshadow.js [`7884853`](https://github.com/Modernizr/Modernizr/commit/788485316c09645c292d92ac8af144bc9ff4b389)
-- remove and/or update caniuse mappings for IE 8 [`066de32`](https://github.com/Modernizr/Modernizr/commit/066de32e2dfa3c15489491540aa489a3c929d153)
-- Moving websqldatabase test into feature-detects/websqldatabase.js [`cb97378`](https://github.com/Modernizr/Modernizr/commit/cb97378a938ecae7d5fab27c821dd4ee7ba32d59)
-- Moving hashchange test into feature-detects/hashchange.js [`d04a039`](https://github.com/Modernizr/Modernizr/commit/d04a039cd035db5cb31bc7336dc1ccc66bf01b4c)
+- making grunt qunit work well. bug in fnBind deps [`76f1986`](https://github.com/Modernizr/Modernizr/commit/76f1986fdb5aacc9508f10a0b0aa7d2c34bfc093)
+- reduce length of xhr feature-detect names [`3da7bb7`](https://github.com/Modernizr/Modernizr/commit/3da7bb73d689372ef5062bae87d18079a388e452)
- Add backdropfilter test [`5cab04d`](https://github.com/Modernizr/Modernizr/commit/5cab04dda8043138682bea1dfdb25853934e27b4)
-- workaround to test new standalones by themselves. [`927f7b2`](https://github.com/Modernizr/Modernizr/commit/927f7b263988ef1b5c04a2348f6842f15d6cfa24)
-- Somehow lost our dependency list [`48db23e`](https://github.com/Modernizr/Modernizr/commit/48db23e155cc34c2f96cf853e750dcb979c37e45)
+- fix test for rAF to account for unprefixed possibility [`bb6ed03`](https://github.com/Modernizr/Modernizr/commit/bb6ed03f62e3e321399c0cb63e660b46f21f41b6)
+- fix indexedDB capitilization for blob test [`1b8f44a`](https://github.com/Modernizr/Modernizr/commit/1b8f44ab961489c77205b19f1ff53b0b19220923)
+- Move textshadow test to feature-detects/css-textshadow.js [`7884853`](https://github.com/Modernizr/Modernizr/commit/788485316c09645c292d92ac8af144bc9ff4b389)
+- Moving hashchange test into feature-detects/hashchange.js [`d04a039`](https://github.com/Modernizr/Modernizr/commit/d04a039cd035db5cb31bc7336dc1ccc66bf01b4c)
- Modify CSS Exclusions to CSS Shapes, since we split up the specification. Update references. [`8bb7e94`](https://github.com/Modernizr/Modernizr/commit/8bb7e94935efb2e3bcd35e1aad1786d6d568c917)
+- fix test for rAF to account for unprefixed possibility [`6318488`](https://github.com/Modernizr/Modernizr/commit/63184884a9b9909d0ecf9463cdfadb021dcf3571)
+- Somehow lost our dependency list [`48db23e`](https://github.com/Modernizr/Modernizr/commit/48db23e155cc34c2f96cf853e750dcb979c37e45)
- Move svg-smil test to feature-detects/svg-smil.js [`044266d`](https://github.com/Modernizr/Modernizr/commit/044266d31a47ced432a5d0bcbcb04c299edc0117)
- fix inline feature requests for the bin [`0da0a94`](https://github.com/Modernizr/Modernizr/commit/0da0a9439d690ffeb7939dd2dc31603a4a0c8e5d)
+- remove and/or update caniuse mappings for IE 8 [`066de32`](https://github.com/Modernizr/Modernizr/commit/066de32e2dfa3c15489491540aa489a3c929d153)
+- Shapes Level 1 specification contains only shape-outside. I modified the test to be aligned with the specification. [`85ee9d7`](https://github.com/Modernizr/Modernizr/commit/85ee9d75ed83164b62fee7d1c8f78e8438a071f9)
+- workaround to test new standalones by themselves. [`927f7b2`](https://github.com/Modernizr/Modernizr/commit/927f7b263988ef1b5c04a2348f6842f15d6cfa24)
+- Moving websqldatabase test into feature-detects/websqldatabase.js [`cb97378`](https://github.com/Modernizr/Modernizr/commit/cb97378a938ecae7d5fab27c821dd4ee7ba32d59)
+- making sure docs are good as is [`d3dc997`](https://github.com/Modernizr/Modernizr/commit/d3dc997a33e787838c99a4e4e33f73e8de1e1318)
+- Adds 'peerconnection' feature detection, namespaces WebRTC features together [`002745d`](https://github.com/Modernizr/Modernizr/commit/002745d96a2fe83081721c3e9cc6d2dfabd38709)
+- Adds 'peerconnection' feature detection, namespaces WebRTC features together [`b4e18c5`](https://github.com/Modernizr/Modernizr/commit/b4e18c5c025f2ae9df6a4b031692747868c8bf3c)
+- Moving postmessage test into feature-detects/postmessage.js [`35fbed5`](https://github.com/Modernizr/Modernizr/commit/35fbed5ade1eedfe2721f8f9cec3c045056a3935)
+- fix json replacer arg for IE 8 support [`114ab97`](https://github.com/Modernizr/Modernizr/commit/114ab976c843b053d02f1160f1642896f1cbf890)
+- Fix detecting unprefixed gradients [`121f977`](https://github.com/Modernizr/Modernizr/commit/121f9772b18f9c333e65aee633472cf41ddf1cb7)
+- binary websocket test likes to throw exceptions in Opera & Firefox and crash dolphin beta. nerfing for safety. [`83a0954`](https://github.com/Modernizr/Modernizr/commit/83a0954907c393e7a1c345975aec838bfaf956f2)
- Saving full dependecies into package.json [`0917ea4`](https://github.com/Modernizr/Modernizr/commit/0917ea477783cdd2923b3716f42b059769491cc1)
- Update flash.js [`b2c97a3`](https://github.com/Modernizr/Modernizr/commit/b2c97a3fd10abc8fd8843909c9af0bdab1188d54)
-- making sure docs are good as is [`d3dc997`](https://github.com/Modernizr/Modernizr/commit/d3dc997a33e787838c99a4e4e33f73e8de1e1318)
-- Fix detecting unprefixed gradients [`121f977`](https://github.com/Modernizr/Modernizr/commit/121f9772b18f9c333e65aee633472cf41ddf1cb7)
-- Adds 'peerconnection' feature detection, namespaces WebRTC features together [`b4e18c5`](https://github.com/Modernizr/Modernizr/commit/b4e18c5c025f2ae9df6a4b031692747868c8bf3c)
-- Adds 'peerconnection' feature detection, namespaces WebRTC features together [`002745d`](https://github.com/Modernizr/Modernizr/commit/002745d96a2fe83081721c3e9cc6d2dfabd38709)
-- fix json replacer arg for IE 8 support [`114ab97`](https://github.com/Modernizr/Modernizr/commit/114ab976c843b053d02f1160f1642896f1cbf890)
-- binary websocket test likes to throw exceptions in Opera & Firefox and crash dolphin beta. nerfing for safety. [`83a0954`](https://github.com/Modernizr/Modernizr/commit/83a0954907c393e7a1c345975aec838bfaf956f2)
-- Moving postmessage test into feature-detects/postmessage.js [`35fbed5`](https://github.com/Modernizr/Modernizr/commit/35fbed5ade1eedfe2721f8f9cec3c045056a3935)
-- Fixing bad metadata structure [`e377c2c`](https://github.com/Modernizr/Modernizr/commit/e377c2cb062687aeb9e65ac67674da9f8f2f2806)
-- Move cssreflections to feature-detects/css-reflections.js [`956b241`](https://github.com/Modernizr/Modernizr/commit/956b241ecf6b19a48ec9646a058e013676436be7)
- trying more for tests [`5989679`](https://github.com/Modernizr/Modernizr/commit/5989679ce90d47d76a817056874d3c7542bf888a)
-- slight tweaks to the contentEditable test [`13c8ce9`](https://github.com/Modernizr/Modernizr/commit/13c8ce947ee89e9ffb722715fb96ef602d630a1d)
-- Move csscolumns to feature-detects/css-columns.js [`33fe4c3`](https://github.com/Modernizr/Modernizr/commit/33fe4c379e93084d059829e458ce29b009953212)
+- Add polyfill [`5ca632e`](https://github.com/Modernizr/Modernizr/commit/5ca632e2f2f226aa2902a877d0074996b52a6d58)
+- Fixing bad metadata structure [`e377c2c`](https://github.com/Modernizr/Modernizr/commit/e377c2cb062687aeb9e65ac67674da9f8f2f2806)
- Added `datauri` to exclusions list for "must be a straight boolean" test [`af12835`](https://github.com/Modernizr/Modernizr/commit/af128357c34e6ac981e6e5b3994f52805b0a7bb8)
-- Move csstransitions test to feature-detects/css-transitions.js [`b94cf67`](https://github.com/Modernizr/Modernizr/commit/b94cf67565ffe48c4f312711e40b54421769baab)
-- Moving boxshadow test into feature-detects/css-boxshadow.js [`23d9142`](https://github.com/Modernizr/Modernizr/commit/23d9142413cf26d6b5a642e674e70bc42aec0a7c)
-- Move csstransforms to feature-detects/css-transforms.js [`7f36ef6`](https://github.com/Modernizr/Modernizr/commit/7f36ef65e557147b713cd052633b2459aa71a70f)
-- Move applicationcache test to feature-detects/applicationcache.js [`f16575e`](https://github.com/Modernizr/Modernizr/commit/f16575eb547f42c6a925f99b163e610607de6693)
- trying more for tests [`48c3bc6`](https://github.com/Modernizr/Modernizr/commit/48c3bc653c98aaed5f5a0d808266a0635cabf940)
- Fix: atRule fix for IE7: check if window.CSSRule is defined. [`04029c9`](https://github.com/Modernizr/Modernizr/commit/04029c96a7d7d411d0835e39432bfa871f5d4bce)
-- Add polyfill [`5ca632e`](https://github.com/Modernizr/Modernizr/commit/5ca632e2f2f226aa2902a877d0074996b52a6d58)
-- Reverted svgasimg test to use base64, for IE9 support [`3882f7e`](https://github.com/Modernizr/Modernizr/commit/3882f7efd829c8478b6a462996162a63c41ec8e8)
+- Move csstransforms to feature-detects/css-transforms.js [`7f36ef6`](https://github.com/Modernizr/Modernizr/commit/7f36ef65e557147b713cd052633b2459aa71a70f)
+- Move csscolumns to feature-detects/css-columns.js [`33fe4c3`](https://github.com/Modernizr/Modernizr/commit/33fe4c379e93084d059829e458ce29b009953212)
+- Move applicationcache test to feature-detects/applicationcache.js [`f16575e`](https://github.com/Modernizr/Modernizr/commit/f16575eb547f42c6a925f99b163e610607de6693)
- Moving borderimage test into feature-detects/css-borderimage.js [`188dbb6`](https://github.com/Modernizr/Modernizr/commit/188dbb65ab10f2b561826c0e392190ff58984387)
-- A clean up of some recent activity regarding dependencies. See https://github.com/Modernizr/Modernizr/pull/1159 [`2330848`](https://github.com/Modernizr/Modernizr/commit/2330848ddad077bebb5cd83c83b229cec2970e15)
+- Move csstransitions test to feature-detects/css-transitions.js [`b94cf67`](https://github.com/Modernizr/Modernizr/commit/b94cf67565ffe48c4f312711e40b54421769baab)
+- Reverted svgasimg test to use base64, for IE9 support [`3882f7e`](https://github.com/Modernizr/Modernizr/commit/3882f7efd829c8478b6a462996162a63c41ec8e8)
+- Move cssreflections to feature-detects/css-reflections.js [`956b241`](https://github.com/Modernizr/Modernizr/commit/956b241ecf6b19a48ec9646a058e013676436be7)
+- slight tweaks to the contentEditable test [`13c8ce9`](https://github.com/Modernizr/Modernizr/commit/13c8ce947ee89e9ffb722715fb96ef602d630a1d)
+- Moving boxshadow test into feature-detects/css-boxshadow.js [`23d9142`](https://github.com/Modernizr/Modernizr/commit/23d9142413cf26d6b5a642e674e70bc42aec0a7c)
- fixed another typo, added test/video as an AMD dependency [`e97b565`](https://github.com/Modernizr/Modernizr/commit/e97b565e4a01e3dab4797531bce2a6dc3d235555)
-- Added DOC block with description of how the test works [`e103629`](https://github.com/Modernizr/Modernizr/commit/e1036297da979593c6e03b843cac6178ab2de35e)
-- Added requirement for querySelectorAll, docs [`87a3a81`](https://github.com/Modernizr/Modernizr/commit/87a3a8170dabd1714bdf9d0771972a18c85b7611)
-- fixed prefixed() snippet and brought it up to date wrt transitionend event names. ref #540 [`6c28ceb`](https://github.com/Modernizr/Modernizr/commit/6c28cebc08d911c99c311e45162dd8bcdd0249da)
-- Bit of a tidy up [`acc75ed`](https://github.com/Modernizr/Modernizr/commit/acc75edd0b82274a5d0fcb7cd25a32ea704822f1)
-- Move webworkers test to feature-detects/worker-webworkers.js [`0ee1059`](https://github.com/Modernizr/Modernizr/commit/0ee10598316467904238b0820dd77e03dd2a0c2c)
-- Fixing `prefixedCSS()` tests – wasn’t converting hyphenated formats before running them through `gimmePrefix()` [`148955e`](https://github.com/Modernizr/Modernizr/commit/148955e08ce2973aad4eaf3016d8c222e1d99a25)
-- added escape hatch for browsers that don't support autoplay at all [`588c24c`](https://github.com/Modernizr/Modernizr/commit/588c24c075cc442cc07c4e60c086c4e73f1728a1)
- `generate-meta.js` now writes the metadata to dist/metadata.json [`f3ec3a5`](https://github.com/Modernizr/Modernizr/commit/f3ec3a5089f24ee02217ddad53c37b952bf2f572)
+- Move webworkers test to feature-detects/worker-webworkers.js [`0ee1059`](https://github.com/Modernizr/Modernizr/commit/0ee10598316467904238b0820dd77e03dd2a0c2c)
- Executive decision to remove `TAGNAMES` functionality (#636) [`752b50c`](https://github.com/Modernizr/Modernizr/commit/752b50c9139c58fbf0865ae03d4c1c255e8fbdb5)
+- fixed prefixed() snippet and brought it up to date wrt transitionend event names. ref #540 [`6c28ceb`](https://github.com/Modernizr/Modernizr/commit/6c28cebc08d911c99c311e45162dd8bcdd0249da)
+- added escape hatch for browsers that don't support autoplay at all [`588c24c`](https://github.com/Modernizr/Modernizr/commit/588c24c075cc442cc07c4e60c086c4e73f1728a1)
+- Added DOC block with description of how the test works [`e103629`](https://github.com/Modernizr/Modernizr/commit/e1036297da979593c6e03b843cac6178ab2de35e)
+- Fixing `prefixedCSS()` tests – wasn’t converting hyphenated formats before running them through `gimmePrefix()` [`148955e`](https://github.com/Modernizr/Modernizr/commit/148955e08ce2973aad4eaf3016d8c222e1d99a25)
+- Added requirement for querySelectorAll, docs [`87a3a81`](https://github.com/Modernizr/Modernizr/commit/87a3a8170dabd1714bdf9d0771972a18c85b7611)
+- A clean up of some recent activity regarding dependencies. See https://github.com/Modernizr/Modernizr/pull/1159 [`2330848`](https://github.com/Modernizr/Modernizr/commit/2330848ddad077bebb5cd83c83b229cec2970e15)
+- Bit of a tidy up [`acc75ed`](https://github.com/Modernizr/Modernizr/commit/acc75edd0b82274a5d0fcb7cd25a32ea704822f1)
- moar [`604d236`](https://github.com/Modernizr/Modernizr/commit/604d236a907dd4bb66066fc758c2fafb86b41ce3)
-- jade template fixes [`36015fe`](https://github.com/Modernizr/Modernizr/commit/36015fe8c2beee01c33db38d42a8d47cb72cdcbc)
-- bail out of test early if autoplay isn't detected on the video element [`a2383c7`](https://github.com/Modernizr/Modernizr/commit/a2383c76780d52b32dacb1fb1f492527acdc37c4)
- remove inaccurate caniuse mapping, fix caniuse bool comparison [`75ff7b8`](https://github.com/Modernizr/Modernizr/commit/75ff7b8a3c4e258af2a5571d2649fc1239dc43df)
-- Not using the cleanup file anymore. Each test is responsible for adding cleanup to the queue itself. [`84f075f`](https://github.com/Modernizr/Modernizr/commit/84f075fd4b62d88285f31d2b0cd75ad0a268c3c1)
+- Fixing issue with relying on global installation of grunt [`af8b9a3`](https://github.com/Modernizr/Modernizr/commit/af8b9a34d2ad6f0e6a84ea87e7fdf34043f73896)
+- Tighten comments. Link to thread. [`cafba51`](https://github.com/Modernizr/Modernizr/commit/cafba51dbd284fa9765276403e4943aa86323571)
+- bail out of test early if autoplay isn't detected on the video element [`a2383c7`](https://github.com/Modernizr/Modernizr/commit/a2383c76780d52b32dacb1fb1f492527acdc37c4)
+- jade template fixes [`36015fe`](https://github.com/Modernizr/Modernizr/commit/36015fe8c2beee01c33db38d42a8d47cb72cdcbc)
+- Adding requestAutocomplete feature detect. [`de476e9`](https://github.com/Modernizr/Modernizr/commit/de476e997503f4e44a88bfbe8c65d817118e87a8)
+- Making sure the constructor is nice, gzip does the rest [`ec52583`](https://github.com/Modernizr/Modernizr/commit/ec525833cf0e397fc5a27275a7291d6c289af6b0)
+- update code style [`239bddd`](https://github.com/Modernizr/Modernizr/commit/239bddd83b38f915124a1348025f89bb17b8b2f5)
- go back to using bind since it's used other places anyways [`f031069`](https://github.com/Modernizr/Modernizr/commit/f031069f5819da6619f40416c6b8215e200b7621)
- go back to using bind since it's used other places anyways [`dc37326`](https://github.com/Modernizr/Modernizr/commit/dc373269df99ca32af8a9e968f6f61070705dfec)
- moar [`459e1ce`](https://github.com/Modernizr/Modernizr/commit/459e1ce0b0fd0af4ec0258c4adc859ac343920d2)
-- Adding requestAutocomplete feature detect. [`de476e9`](https://github.com/Modernizr/Modernizr/commit/de476e997503f4e44a88bfbe8c65d817118e87a8)
-- Making sure the constructor is nice, gzip does the rest [`ec52583`](https://github.com/Modernizr/Modernizr/commit/ec525833cf0e397fc5a27275a7291d6c289af6b0)
-- Fixing issue with relying on global installation of grunt [`af8b9a3`](https://github.com/Modernizr/Modernizr/commit/af8b9a34d2ad6f0e6a84ea87e7fdf34043f73896)
-- Not using the cleanup file anymore. Each test is responsible for adding cleanup to the queue itself. [`e337a19`](https://github.com/Modernizr/Modernizr/commit/e337a1945cad7fe3cb130a72485f0ce66d4d7890)
- Making sure the constructor is nice, gzip does the rest [`84d265c`](https://github.com/Modernizr/Modernizr/commit/84d265c042d6feaef4a13485a0250f6bb73ba1c0)
-- Tighten comments. Link to thread. [`cafba51`](https://github.com/Modernizr/Modernizr/commit/cafba51dbd284fa9765276403e4943aa86323571)
-- update code style [`239bddd`](https://github.com/Modernizr/Modernizr/commit/239bddd83b38f915124a1348025f89bb17b8b2f5)
- localizednumber: exit early if other tests fail [`18224ed`](https://github.com/Modernizr/Modernizr/commit/18224ede60e48e8a8844443128b779f819c3ae24)
-- explicit start calls [`1280e71`](https://github.com/Modernizr/Modernizr/commit/1280e710a704fb1136274ea7a2a4dc0da5c03cb7)
-- explicit start calls [`2a0f80f`](https://github.com/Modernizr/Modernizr/commit/2a0f80f3aaf5d3e1242044725b76be0e4847d1e1)
-- Update setClasses code style [`e75bd9b`](https://github.com/Modernizr/Modernizr/commit/e75bd9b12d7206a82a490d1abc713cef389cba93)
-- Code style updates [`43e3e72`](https://github.com/Modernizr/Modernizr/commit/43e3e72f954bd4d4d1dbc9b4cf0362bf06afb8b4)
-- Take marked down code out for now since we can do that in the client anyways. [`4083395`](https://github.com/Modernizr/Modernizr/commit/4083395114ac0340eac4000117e1f81aad0f8916)
-- update npmignore [`0ab8073`](https://github.com/Modernizr/Modernizr/commit/0ab807379d02dcd4688e97b71dec05348cb327da)
-- Add regression test for wrap-flow testing. [`362f167`](https://github.com/Modernizr/Modernizr/commit/362f167243b3fafc0ca2c1a05c5001f1032561cc)
-- Fix for document.createElement invocation in IE7 [`4e42ae4`](https://github.com/Modernizr/Modernizr/commit/4e42ae4ef40be87e2590afa0a710b08a848df0de)
-- Changing `docElement.innerWidth` -> `window.innerWidth` in `cssvwunit` detect (because the former isn’t a thing) [`b03c40b`](https://github.com/Modernizr/Modernizr/commit/b03c40b86ee45bf9ffb69154101ce3cd2f178613)
-- Removed some caniuse mappings: `contentsecuritypolicy` is behind a flag in Chrome, `touchevents` is device/config-dependent, caniuse doesn’t seem to have separate features for `blobworkers` & `dataworkers` anymore (did it ever?) [`ea4b80a`](https://github.com/Modernizr/Modernizr/commit/ea4b80a23ab2c29f7684974c6fc7e1fdaf95b277)
-- Added detect for HTML tag [`0252b52`](https://github.com/Modernizr/Modernizr/commit/0252b5203a35289e04445ef5153494b8212649a1)
-- update meta data of siblinggeneral [`99644b0`](https://github.com/Modernizr/Modernizr/commit/99644b0bc2189d25bba02b3ddb7516e821b14d1e)
-- Added a bug note to `localizednumber` re. dependence on localisation settings – see #1288 [`291ae59`](https://github.com/Modernizr/Modernizr/commit/291ae59d33a9641c7e1ec6279e1f62be0595687b)
-- Added notes to `smil` detect metadata [`2987e97`](https://github.com/Modernizr/Modernizr/commit/2987e9763c74ad30cc3c3314162af3e4e4a7b22b)
-- test for ES6 String.prototype.contains [`c42f7de`](https://github.com/Modernizr/Modernizr/commit/c42f7dea0836d4371d112bcd976f2c63fa8a6163)
-- Fix bugs that @nschonni found in his grunt update. [`226413b`](https://github.com/Modernizr/Modernizr/commit/226413b9e51bf923594ae4fe2a49df983ed78215)
-- Clarify reasons to ignore navigator.cookieEnabled when detecting cookies [`6eaf6c4`](https://github.com/Modernizr/Modernizr/commit/6eaf6c45006fff52f0dd4141b4059093f987b596)
-- I removed this [`4296282`](https://github.com/Modernizr/Modernizr/commit/42962821dc127469626528db8d6699910ddb1e6b)
+- Not using the cleanup file anymore. Each test is responsible for adding cleanup to the queue itself. [`84f075f`](https://github.com/Modernizr/Modernizr/commit/84f075fd4b62d88285f31d2b0cd75ad0a268c3c1)
+- Not using the cleanup file anymore. Each test is responsible for adding cleanup to the queue itself. [`e337a19`](https://github.com/Modernizr/Modernizr/commit/e337a1945cad7fe3cb130a72485f0ce66d4d7890)
- I removed this [`163d046`](https://github.com/Modernizr/Modernizr/commit/163d04613efacbf56bd3a65233dc532b6b054977)
-- 3qualize `typeof` for good measure. [`0a37c68`](https://github.com/Modernizr/Modernizr/commit/0a37c6827c8af6631d510610e1a7b1a760462585)
- use `prefixed` for bloburls to support window.webkitURL in safari 6 [`1a9a45c`](https://github.com/Modernizr/Modernizr/commit/1a9a45c50aa7cd9fc234f61898a19bb3cd06f262)
+- Added a bug note to `localizednumber` re. dependence on localisation settings – see #1288 [`291ae59`](https://github.com/Modernizr/Modernizr/commit/291ae59d33a9641c7e1ec6279e1f62be0595687b)
+- Clarify reasons to ignore navigator.cookieEnabled when detecting cookies [`6eaf6c4`](https://github.com/Modernizr/Modernizr/commit/6eaf6c45006fff52f0dd4141b4059093f987b596)
+- Update setClasses code style [`e75bd9b`](https://github.com/Modernizr/Modernizr/commit/e75bd9b12d7206a82a490d1abc713cef389cba93)
+- Fix for document.createElement invocation in IE7 [`4e42ae4`](https://github.com/Modernizr/Modernizr/commit/4e42ae4ef40be87e2590afa0a710b08a848df0de)
+- Fix bugs that @nschonni found in his grunt update. [`226413b`](https://github.com/Modernizr/Modernizr/commit/226413b9e51bf923594ae4fe2a49df983ed78215)
+- test for ES6 String.prototype.contains [`c42f7de`](https://github.com/Modernizr/Modernizr/commit/c42f7dea0836d4371d112bcd976f2c63fa8a6163)
+- Removed some caniuse mappings: `contentsecuritypolicy` is behind a flag in Chrome, `touchevents` is device/config-dependent, caniuse doesn’t seem to have separate features for `blobworkers` & `dataworkers` anymore (did it ever?) [`ea4b80a`](https://github.com/Modernizr/Modernizr/commit/ea4b80a23ab2c29f7684974c6fc7e1fdaf95b277)
+- Code style updates [`43e3e72`](https://github.com/Modernizr/Modernizr/commit/43e3e72f954bd4d4d1dbc9b4cf0362bf06afb8b4)
+- update npmignore [`0ab8073`](https://github.com/Modernizr/Modernizr/commit/0ab807379d02dcd4688e97b71dec05348cb327da)
+- I removed this [`4296282`](https://github.com/Modernizr/Modernizr/commit/42962821dc127469626528db8d6699910ddb1e6b)
+- Changing `docElement.innerWidth` -> `window.innerWidth` in `cssvwunit` detect (because the former isn’t a thing) [`b03c40b`](https://github.com/Modernizr/Modernizr/commit/b03c40b86ee45bf9ffb69154101ce3cd2f178613)
+- Added notes to `smil` detect metadata [`2987e97`](https://github.com/Modernizr/Modernizr/commit/2987e9763c74ad30cc3c3314162af3e4e4a7b22b)
+- 3qualize `typeof` for good measure. [`0a37c68`](https://github.com/Modernizr/Modernizr/commit/0a37c6827c8af6631d510610e1a7b1a760462585)
+- explicit start calls [`1280e71`](https://github.com/Modernizr/Modernizr/commit/1280e710a704fb1136274ea7a2a4dc0da5c03cb7)
+- Add regression test for wrap-flow testing. [`362f167`](https://github.com/Modernizr/Modernizr/commit/362f167243b3fafc0ca2c1a05c5001f1032561cc)
+- Take marked down code out for now since we can do that in the client anyways. [`4083395`](https://github.com/Modernizr/Modernizr/commit/4083395114ac0340eac4000117e1f81aad0f8916)
- Add testStyles and prefixed to the depedencies. [`f066554`](https://github.com/Modernizr/Modernizr/commit/f066554b77700604f9f5e8de76e2c976d91ab7b0)
+- Added detect for <template> HTML tag [`0252b52`](https://github.com/Modernizr/Modernizr/commit/0252b5203a35289e04445ef5153494b8212649a1)
+- update meta data of siblinggeneral [`99644b0`](https://github.com/Modernizr/Modernizr/commit/99644b0bc2189d25bba02b3ddb7516e821b14d1e)
+- explicit start calls [`2a0f80f`](https://github.com/Modernizr/Modernizr/commit/2a0f80f3aaf5d3e1242044725b76be0e4847d1e1)
- Updated comment describing interface to setClasses [`cccf477`](https://github.com/Modernizr/Modernizr/commit/cccf47753e81829db34c3c6927696776f625e1db)
-- add travis vars for savage [`0c1d28c`](https://github.com/Modernizr/Modernizr/commit/0c1d28c7abb64547e3d4cd01a427bbd6a4cbe9b6)
-- short code [`9d96517`](https://github.com/Modernizr/Modernizr/commit/9d96517a8399de45525bce71ac7b5ca5aeb78dc4)
-- Remove exit, it can cause upstream processes to bail too soon. [`6ced7d7`](https://github.com/Modernizr/Modernizr/commit/6ced7d7231d5180cfa53a60045da0c7af63f9895)
-- Add test task to alias qunit and jshint [`ff64dae`](https://github.com/Modernizr/Modernizr/commit/ff64dae883cf683cdc32284697b54244e8afb7d1)
- Change npm test task to use grunt test [`fb1e4c2`](https://github.com/Modernizr/Modernizr/commit/fb1e4c2248003cfdfa449c0ff35d59d68e157c09)
-- short code [`233bfc7`](https://github.com/Modernizr/Modernizr/commit/233bfc7f3cc1a6207ec65270fd139755bf134032)
-- Clarifying my comment re. `document.cookie` restrictions [`f2f22c7`](https://github.com/Modernizr/Modernizr/commit/f2f22c70f85cdc47a6ec4e45c705118016b2f46f)
- Initial HTML Media Capture attribute test [`160cc2e`](https://github.com/Modernizr/Modernizr/commit/160cc2e02a2040a4ec2560f3a08542d21714addf)
- Added note about negative result in IE9 [`fd2e124`](https://github.com/Modernizr/Modernizr/commit/fd2e1245de9bfca44eb436ef9be0e3f735c20ea6)
+- short code [`233bfc7`](https://github.com/Modernizr/Modernizr/commit/233bfc7f3cc1a6207ec65270fd139755bf134032)
+- add travis vars for savage [`0c1d28c`](https://github.com/Modernizr/Modernizr/commit/0c1d28c7abb64547e3d4cd01a427bbd6a4cbe9b6)
+- Add test task to alias qunit and jshint [`ff64dae`](https://github.com/Modernizr/Modernizr/commit/ff64dae883cf683cdc32284697b54244e8afb7d1)
+- Clarifying my comment re. `document.cookie` restrictions [`f2f22c7`](https://github.com/Modernizr/Modernizr/commit/f2f22c70f85cdc47a6ec4e45c705118016b2f46f)
+- Remove exit, it can cause upstream processes to bail too soon. [`6ced7d7`](https://github.com/Modernizr/Modernizr/commit/6ced7d7231d5180cfa53a60045da0c7af63f9895)
- Fixing relative paths in the metadata output [`6a7571a`](https://github.com/Modernizr/Modernizr/commit/6a7571a4c72f40353d4fbc819011fc1b917f96b9)
- change abspath to path.resolve, to fix windows node issue. [`6714aa7`](https://github.com/Modernizr/Modernizr/commit/6714aa7c635316101c1b85df08b757771a826514)
-- Tweaked csstransforms3d style test numbers to work around rounding bug in Chrome 23.0 when zoomed (#760) [`732fc36`](https://github.com/Modernizr/Modernizr/commit/732fc3691be36a97a854a9bf39c80fc1b6b8055d)
-- remove incorrect caniuse mapping [`8350d69`](https://github.com/Modernizr/Modernizr/commit/8350d69acf62786c0a04630d6a0aefaab9f6046e)
-- Adding the file package [`8aa3069`](https://github.com/Modernizr/Modernizr/commit/8aa3069f3c45a19fcce08601162a7c51b633f9d7)
+- short code [`9d96517`](https://github.com/Modernizr/Modernizr/commit/9d96517a8399de45525bce71ac7b5ca5aeb78dc4)
- Fixing overrides I accidentally made in the conflict merges [`8813c25`](https://github.com/Modernizr/Modernizr/commit/8813c25fb86b2b552bebd95503956c7eaa2f7a00)
-- whitespace [`7d75074`](https://github.com/Modernizr/Modernizr/commit/7d75074d5fabdaaeff2351f26bae9fdbdfb84735)
-- Suppose this isn't needed anymore. [`382d911`](https://github.com/Modernizr/Modernizr/commit/382d911b97ff1783a22fddd03201cce29defc0a8)
-- just save grunt, its better even though it sucks, imo [`73addeb`](https://github.com/Modernizr/Modernizr/commit/73addeb9bdad0c9245c8b91d0601df9a58c1fcc6)
- added page visibility API test [`cbab2d8`](https://github.com/Modernizr/Modernizr/commit/cbab2d8dcbdff26fe6f6354085db890396f6f304)
-- Updating syntax. [`43eb51b`](https://github.com/Modernizr/Modernizr/commit/43eb51b71d330de797f5545166d2b29fe09a623c)
-- Fixed test for :checked pseudo-selector [`ec10861`](https://github.com/Modernizr/Modernizr/commit/ec10861f257f3567c5c8b6b00780d17b4e29665c)
-- fix comment spelling mistake [`6c814eb`](https://github.com/Modernizr/Modernizr/commit/6c814eb586d2831f368cfa6260a015aa56001490)
-- explicitly set height in scrollbar test fixes false positive in IE9 (Issue #698) [`354aea6`](https://github.com/Modernizr/Modernizr/commit/354aea6a2dddba78d0f6335a2e76a0c37d7b7232)
+- whitespace [`7d75074`](https://github.com/Modernizr/Modernizr/commit/7d75074d5fabdaaeff2351f26bae9fdbdfb84735)
+- update oninput to use hasEvent [`3a76f13`](https://github.com/Modernizr/Modernizr/commit/3a76f13b84e79b628142834992ced32439722e4c)
- Fix conflicts [`f28a3c1`](https://github.com/Modernizr/Modernizr/commit/f28a3c15f9f491e0e2786e2efe714694481a0845)
+- just save grunt, its better even though it sucks, imo [`73addeb`](https://github.com/Modernizr/Modernizr/commit/73addeb9bdad0c9245c8b91d0601df9a58c1fcc6)
+- style updates [`216071c`](https://github.com/Modernizr/Modernizr/commit/216071c5e5fa78c7ccc2c92b238fdd3ccd48f8cd)
+- explicitly set height in scrollbar test fixes false positive in IE9 (Issue #698) [`354aea6`](https://github.com/Modernizr/Modernizr/commit/354aea6a2dddba78d0f6335a2e76a0c37d7b7232)
+- fix another bool comparison [`8f488e9`](https://github.com/Modernizr/Modernizr/commit/8f488e9af85586b1ee69dd102f5f1e954f0c5a1f)
+- Minor fix [`afa8934`](https://github.com/Modernizr/Modernizr/commit/afa89341cf0d415dc2c344000b1aba6df8acfae4)
+- Update the stripdefine to the new r.js output [`d1e583f`](https://github.com/Modernizr/Modernizr/commit/d1e583fa6d9e6476d4339ee8d78402a12048ad11)
- resovled conflict [`f979ae6`](https://github.com/Modernizr/Modernizr/commit/f979ae6b87a1b0b557f2c58e9949dad4dc62bda9)
- Merging in latest changes from master [`85c86b9`](https://github.com/Modernizr/Modernizr/commit/85c86b98aa0df087030fd9d1aa1569dd6ccbeaa3)
- better webgl extensions output [`e62c929`](https://github.com/Modernizr/Modernizr/commit/e62c929670c0b062ba99398e9a45f59a69142730)
- better webgl extensions output [`5a6ed16`](https://github.com/Modernizr/Modernizr/commit/5a6ed16d8a3346320ec7167e82084d2dd339b4d4)
+- Shape-inside's computed style now returns 6 parameters, since it includes the x any y-axis radius of the rounded rectangles. [`45122e1`](https://github.com/Modernizr/Modernizr/commit/45122e175b82bf72e688cae868deb5ee29c8c162)
+- Positioning #modernizr absolutely to enable more precise offsetLeft check [`6757ec4`](https://github.com/Modernizr/Modernizr/commit/6757ec4fc9a901b975fac37c94650b6aabb12131)
+- Update feature-detects/exif-orientation.js [`d3470df`](https://github.com/Modernizr/Modernizr/commit/d3470df4e69291ef187ccd3464afd52c7a966015)
- Merging in latest changes from master [`1cb23be`](https://github.com/Modernizr/Modernizr/commit/1cb23be78bf3120a92debfd1ed3b10341f6e998d)
-- Less string concatenation [`d405a71`](https://github.com/Modernizr/Modernizr/commit/d405a717b62b216e1714677944360526dbb17158)
-- fix metdata urls [`e0b4c81`](https://github.com/Modernizr/Modernizr/commit/e0b4c817a7d2aba2d703f25dfe8c35f4959e1bd8)
-- Update the stripdefine to the new r.js output [`d1e583f`](https://github.com/Modernizr/Modernizr/commit/d1e583fa6d9e6476d4339ee8d78402a12048ad11)
-- style updates [`216071c`](https://github.com/Modernizr/Modernizr/commit/216071c5e5fa78c7ccc2c92b238fdd3ccd48f8cd)
-- bump to 2.6.3pre [`2dfa87d`](https://github.com/Modernizr/Modernizr/commit/2dfa87d97cc1a033bd5411b4ccf74778010c2f01)
+- Update regular expression to "match everything until", instead of "match everything except". This resolves issues with using asterisks inside metadata. [`bd59a34`](https://github.com/Modernizr/Modernizr/commit/bd59a34285871c1bdaa7bee7f5728bd9e365de91)
- Fix for git merge. [`351b021`](https://github.com/Modernizr/Modernizr/commit/351b021cb1f206a2d526d4b0d63e6f5e9162eb33)
+- made minor changes based on tips from stucox [`a8dc633`](https://github.com/Modernizr/Modernizr/commit/a8dc63312c26507a5aa21d7f41b96dac6bb91e0d)
- fix metadata path [`375c5e0`](https://github.com/Modernizr/Modernizr/commit/375c5e0a60c5bfb425860003a7c3e679d13bdb98)
- ignoring dist and build folders [`03ddf5c`](https://github.com/Modernizr/Modernizr/commit/03ddf5c01a6961c54e078ee67cda56c026817e02)
-- Update feature-detects/exif-orientation.js [`d3470df`](https://github.com/Modernizr/Modernizr/commit/d3470df4e69291ef187ccd3464afd52c7a966015)
-- made minor changes based on tips from stucox [`a8dc633`](https://github.com/Modernizr/Modernizr/commit/a8dc63312c26507a5aa21d7f41b96dac6bb91e0d)
-- Positioning #modernizr absolutely to enable more precise offsetLeft check [`6757ec4`](https://github.com/Modernizr/Modernizr/commit/6757ec4fc9a901b975fac37c94650b6aabb12131)
-- fix another bool comparison [`8f488e9`](https://github.com/Modernizr/Modernizr/commit/8f488e9af85586b1ee69dd102f5f1e954f0c5a1f)
+- fix comment spelling mistake [`6c814eb`](https://github.com/Modernizr/Modernizr/commit/6c814eb586d2831f368cfa6260a015aa56001490)
- Merging remote branch 'rupl/move-core-detects' after manual conflict resolution. [`9c15353`](https://github.com/Modernizr/Modernizr/commit/9c153530c1d5a64a292d45bdc9d2134249376fb3)
+- Fixed a missing `var` which was causing linting to fail [`db1893e`](https://github.com/Modernizr/Modernizr/commit/db1893e652fb5d404ea80f2e5497780fcd6abf7d)
+- bump to 2.6.3pre [`2dfa87d`](https://github.com/Modernizr/Modernizr/commit/2dfa87d97cc1a033bd5411b4ccf74778010c2f01)
- Merging in master. Dumpdata needs new paths and loading mechanism. The rest should be up to date. [`7270c43`](https://github.com/Modernizr/Modernizr/commit/7270c43d8b4ef4817e972989bdd556bbfaf21440)
- Merging in master. Dumpdata needs new paths and loading mechanism. The rest should be up to date. [`7568f75`](https://github.com/Modernizr/Modernizr/commit/7568f752022ad6a27e27e721f539818cd848b86a)
-- fix typo [`8f1082a`](https://github.com/Modernizr/Modernizr/commit/8f1082ac89e7ef4c3ed9f0e4e72ff0e1041f359f)
-- Fixed a missing `var` which was causing linting to fail [`db1893e`](https://github.com/Modernizr/Modernizr/commit/db1893e652fb5d404ea80f2e5497780fcd6abf7d)
+- remove incorrect caniuse mapping [`8350d69`](https://github.com/Modernizr/Modernizr/commit/8350d69acf62786c0a04630d6a0aefaab9f6046e)
+- Updating syntax. [`43eb51b`](https://github.com/Modernizr/Modernizr/commit/43eb51b71d330de797f5545166d2b29fe09a623c)
- Matches #774 in v3 land. [`8d0d88a`](https://github.com/Modernizr/Modernizr/commit/8d0d88aaf10086faa4568781c0048f3fb1b38120)
- Matches #774 in v3 land. [`64aafa4`](https://github.com/Modernizr/Modernizr/commit/64aafa4d9628a4040922782c43318fc9ffa1d681)
-- Minor fix [`afa8934`](https://github.com/Modernizr/Modernizr/commit/afa89341cf0d415dc2c344000b1aba6df8acfae4)
- sharedworkers got messed up somewhere [`8a402d6`](https://github.com/Modernizr/Modernizr/commit/8a402d696b56702e86ac18a698ddcdd4450f38ee)
-- Update regular expression to "match everything until", instead of "match everything except". This resolves issues with using asterisks inside metadata. [`bd59a34`](https://github.com/Modernizr/Modernizr/commit/bd59a34285871c1bdaa7bee7f5728bd9e365de91)
+- Suppose this isn't needed anymore. [`382d911`](https://github.com/Modernizr/Modernizr/commit/382d911b97ff1783a22fddd03201cce29defc0a8)
+- Less string concatenation [`d405a71`](https://github.com/Modernizr/Modernizr/commit/d405a717b62b216e1714677944360526dbb17158)
+- whitespace [`7785cac`](https://github.com/Modernizr/Modernizr/commit/7785cac97283e1de5f55e0b0e6ca6d42f4ab8f5f)
+- fix metdata urls [`e0b4c81`](https://github.com/Modernizr/Modernizr/commit/e0b4c817a7d2aba2d703f25dfe8c35f4959e1bd8)
- towards passing tests - taking into account more tests that follow rules a little less closely than core tests. [`728a5d9`](https://github.com/Modernizr/Modernizr/commit/728a5d97ca47f10d08cd580b66726a20f3a81095)
- towards passing tests - taking into account more tests that follow rules a little less closely than core tests. [`973cd57`](https://github.com/Modernizr/Modernizr/commit/973cd576952e87106a621d220064c0dc634fa4de)
-- whitespace [`7785cac`](https://github.com/Modernizr/Modernizr/commit/7785cac97283e1de5f55e0b0e6ca6d42f4ab8f5f)
-- Shape-inside's computed style now returns 6 parameters, since it includes the x any y-axis radius of the rounded rectangles. [`45122e1`](https://github.com/Modernizr/Modernizr/commit/45122e175b82bf72e688cae868deb5ee29c8c162)
-- update oninput to use hasEvent [`3a76f13`](https://github.com/Modernizr/Modernizr/commit/3a76f13b84e79b628142834992ced32439722e4c)
+- Fixed test for :checked pseudo-selector [`ec10861`](https://github.com/Modernizr/Modernizr/commit/ec10861f257f3567c5c8b6b00780d17b4e29665c)
- Tweaked csstransforms3d style test numbers to work around rounding bug in Chrome 23.0 when zoomed (#760) [`535adf8`](https://github.com/Modernizr/Modernizr/commit/535adf88091cc663fa50363642a7c002d071ef88)
+- Tweaked csstransforms3d style test numbers to work around rounding bug in Chrome 23.0 when zoomed (#760) [`732fc36`](https://github.com/Modernizr/Modernizr/commit/732fc3691be36a97a854a9bf39c80fc1b6b8055d)
+- Adding the file package [`8aa3069`](https://github.com/Modernizr/Modernizr/commit/8aa3069f3c45a19fcce08601162a7c51b633f9d7)
- Return test metadata. [`7022bef`](https://github.com/Modernizr/Modernizr/commit/7022bef6d80d95af58fc8b5e50a96597e57a983e)
- update travis to generate a built modernizr file in the dist folder [`c21071d`](https://github.com/Modernizr/Modernizr/commit/c21071d66c7e0e5702d4387b28e229243a173efa)
- another try at generating a built file in travis [`bf8687a`](https://github.com/Modernizr/Modernizr/commit/bf8687a6eeed8f728b803e5ad1f4cf8d01ec6d85)
@@ -1249,19 +1328,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Matches #773 in v3 land. [`843ff5c`](https://github.com/Modernizr/Modernizr/commit/843ff5c4fdfd1f24cf60416ba2f9692835c8a4a9)
- Removing unnecessary var declarations [`c2f5877`](https://github.com/Modernizr/Modernizr/commit/c2f5877e44efa61d5c5098133f1e6a15ff562db1)
- SUPERSECRET MICROSOFT REQUESTED SENSORSHIP [`3953692`](https://github.com/Modernizr/Modernizr/commit/395369250338fee49b04bbb9077ebf3f0233878f)
-- Moved Modernizr.pointerevents -> Modernizr.csspointer events (API break...) [`cc0a647`](https://github.com/Modernizr/Modernizr/commit/cc0a647058342b8c0db33fd9eaf2497434639495)
-- Moved Modernizr.pointerevents -> Modernizr.csspointer events (API break...) [`9fad387`](https://github.com/Modernizr/Modernizr/commit/9fad3874d45fc083c691b0727207f015c398a9b2)
+- Moved Modernizr.pointerevents -> Modernizr.csspointer events (API break...) [`cc0a647`](https://github.com/Modernizr/Modernizr/commit/cc0a647058342b8c0db33fd9eaf2497434639495)
+- Moved Modernizr.pointerevents -> Modernizr.csspointer events (API break...) [`9fad387`](https://github.com/Modernizr/Modernizr/commit/9fad3874d45fc083c691b0727207f015c398a9b2)
- Tweak typecheck. [`8459c27`](https://github.com/Modernizr/Modernizr/commit/8459c27558f0f3e7a35d983ef4d126252b239bd7)
- bump 2.6.3pre on grunt [`5c533d7`](https://github.com/Modernizr/Modernizr/commit/5c533d77170f6b0e25218fb4e72246883ee37205)
-- Corrected name for `touch` (to `touchevents`) in Modernizr-caniuse mapping [`f7567f7`](https://github.com/Modernizr/Modernizr/commit/f7567f75c378f83262ceb6f1c8cc93c55b37100e)
- history check should check for Android 2 [`50c678a`](https://github.com/Modernizr/Modernizr/commit/50c678a11219cdb10cef88b425d4b7f48f2dfbc7)
+- Corrected name for `touch` (to `touchevents`) in Modernizr-caniuse mapping [`f7567f7`](https://github.com/Modernizr/Modernizr/commit/f7567f75c378f83262ceb6f1c8cc93c55b37100e)
- Corrected name for `touch` (to `touchevents`) in Modernizr-caniuse mapping [`bcd3173`](https://github.com/Modernizr/Modernizr/commit/bcd3173246ce05162d50c13764ad4b18812b01ce)
-- Use strict equality when checking 0 [`177dc99`](https://github.com/Modernizr/Modernizr/commit/177dc992ecf0955cad9ff53d15e3f28b4d49487e)
- only check for version of Android between 2 and 3 [`032e924`](https://github.com/Modernizr/Modernizr/commit/032e9249d0d08b9a369022363e16a3a89048096c)
+- Use strict equality when checking 0 [`177dc99`](https://github.com/Modernizr/Modernizr/commit/177dc992ecf0955cad9ff53d15e3f28b4d49487e)
- Fixes missing brackets and removes unneeded "Pre 1.2" from the user agent regex ("webOS" already covers that). [`19252e1`](https://github.com/Modernizr/Modernizr/commit/19252e10e8c2aab54d5ba063579e187c9d01ef87)
- Forego "object" check. [`3991aea`](https://github.com/Modernizr/Modernizr/commit/3991aea16e19185ecbd481537dc1018aab7f05cd)
-- Fixed a typo in `testMediaQuery()` [`fe93b62`](https://github.com/Modernizr/Modernizr/commit/fe93b626d6719dc12d0d37cb32c03c878d6eab44)
- only check for version of Android between 2 and 3 [`cb40fa2`](https://github.com/Modernizr/Modernizr/commit/cb40fa28eeb0c3b71e3d52700a7c504a52f46590)
+- Fixed a typo in `testMediaQuery()` [`fe93b62`](https://github.com/Modernizr/Modernizr/commit/fe93b626d6719dc12d0d37cb32c03c878d6eab44)
- Fixing grunt global [`09f6b55`](https://github.com/Modernizr/Modernizr/commit/09f6b558a67877f57cd25165d33b319dacf2bde2)
- adding in sharedworkers [`e0e0d77`](https://github.com/Modernizr/Modernizr/commit/e0e0d7759ab349190be517af04bbd15be8704dd7)
- Remove `pre` from printshiv version [`19003d2`](https://github.com/Modernizr/Modernizr/commit/19003d2445944851e68b391bdacf511a580b5d69)
@@ -1273,8 +1352,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- doc updates [`3bf8071`](https://github.com/Modernizr/Modernizr/commit/3bf8071e40f6d3aac47a7a8d55a1bdcdb2527a76)
- Fix pointerlock-api test [`e287fe1`](https://github.com/Modernizr/Modernizr/commit/e287fe18b01adb9ad679791f8b5e289e5d2de54e)
- Comment wording tweak [`8c131c7`](https://github.com/Modernizr/Modernizr/commit/8c131c7fa5a280c7b74ba51de0764cbce672f575)
-- better path hack [`fcd7f8e`](https://github.com/Modernizr/Modernizr/commit/fcd7f8e0ce6b3ec7c62656cab02f7e45473bcd47)
- style updates [`f250324`](https://github.com/Modernizr/Modernizr/commit/f250324f6e23075af1d53be289259c45db34bff6)
+- better path hack [`fcd7f8e`](https://github.com/Modernizr/Modernizr/commit/fcd7f8e0ce6b3ec7c62656cab02f7e45473bcd47)
- Fixed an `undefined` detect result for `ie8compat` in old IE [`3681dc0`](https://github.com/Modernizr/Modernizr/commit/3681dc04e148bccbced7467cba86639dbd7efa3a)
- updated ogg mimetype to correct value [`d08bcff`](https://github.com/Modernizr/Modernizr/commit/d08bcff2e58830b68118f1c5b12832c66d3e1aeb)
- Added qunit to default grunt command [`4b6a3c0`](https://github.com/Modernizr/Modernizr/commit/4b6a3c01e577c21f16c4934c8f8b8b13c17cb104)
@@ -1289,8 +1368,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Corrected metadata typo in `cssmask` detect [`4df6b29`](https://github.com/Modernizr/Modernizr/commit/4df6b297ce942cdc39d96f2a19d355353431261e)
- Added a note to the `touchevents` detect linking to the HTML5 Rocks touch/mouse tutorial [`ca88dac`](https://github.com/Modernizr/Modernizr/commit/ca88dac5fbfd272f686aa863909ee048414bb1a7)
- Removed asterisks from warning text in `touchevents` metadata because it was messing up parsing [`9dad6bb`](https://github.com/Modernizr/Modernizr/commit/9dad6bb4f042e21730b0136d7407b9465bea16c6)
-- fix typo [`c5fa258`](https://github.com/Modernizr/Modernizr/commit/c5fa25883761179808fa293d56a2d35c9d01b807)
- bump version [ci skip] [`fcd3ef1`](https://github.com/Modernizr/Modernizr/commit/fcd3ef1a7c9f3c97226856d06684f1eae22e1b8f)
+- fix IE 9 vmunit detect [`2ae4d6e`](https://github.com/Modernizr/Modernizr/commit/2ae4d6e8bd4a57ac53b4800303edace5784fd68e)
- Modify CSS Exclusions to CSS Shapes, since we split up the specification. Update references. [`7c1a6d7`](https://github.com/Modernizr/Modernizr/commit/7c1a6d7621bc3633ba2dff2cc773b87dc5fcf3a6)
- Fixed @sindresorhus' line comment about spacing concerning anonymous functions [`4b68b43`](https://github.com/Modernizr/Modernizr/commit/4b68b43fbbcf5dcbff0220900e262746b0d92d65)
- buildfailuressry [`36af680`](https://github.com/Modernizr/Modernizr/commit/36af6806cc6bf128c989e2fcb90cea67c9ca9638)
@@ -1300,38 +1379,37 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- iframe caniuse's actual test page. [`3e15bc8`](https://github.com/Modernizr/Modernizr/commit/3e15bc869dcc288be58ebacd01fae9ccb1fc09e9)
- Fixed path to test directory [`6aa4c43`](https://github.com/Modernizr/Modernizr/commit/6aa4c432ddfd289be27a99afb01fd7e8832c7d13)
- fix invalid property value in the getrandomvalues metadata [`d3a358d`](https://github.com/Modernizr/Modernizr/commit/d3a358d9f2c13fdefb1f1dd8566f19973af108b2)
-- fix IE 9 vmunit detect [`2ae4d6e`](https://github.com/Modernizr/Modernizr/commit/2ae4d6e8bd4a57ac53b4800303edace5784fd68e)
-- Fix typo, flexbox -> flexwrap [`94736b2`](https://github.com/Modernizr/Modernizr/commit/94736b2f4254927c329a836f7145c9ad77c2b546)
+- bump version for npm change [`15b5400`](https://github.com/Modernizr/Modernizr/commit/15b540053aa33b9b8bc2ed5e9c31f5be0cc0aeec)
+- Fix typo, flexbox -> flexwrap [`94736b2`](https://github.com/Modernizr/Modernizr/commit/94736b2f4254927c329a836f7145c9ad77c2b546)
- remove saucelabs testing form travis until it passes properly [`39278c0`](https://github.com/Modernizr/Modernizr/commit/39278c01ddc31f2064d6cdd889133945fc25567a)
-- syntax leftovers spoiling the fun [`c127cd8`](https://github.com/Modernizr/Modernizr/commit/c127cd8e443ad540fcbff2887f6d7a19a1662713)
+- buildfailuressry [`c61c3fa`](https://github.com/Modernizr/Modernizr/commit/c61c3fa8c78f8f895cae64531df307d4487627b3)
- Correcting typo in `intl` detect property name in metadata [`7681685`](https://github.com/Modernizr/Modernizr/commit/76816850c7dce7ff4ae1816421976e1f79d56448)
- add patrick to the manifest contributors. [`a14fa9d`](https://github.com/Modernizr/Modernizr/commit/a14fa9d7f203478330a80badd154b90b5a1566c6)
- Updating flexboxlegacy test to use external method [`c88e86b`](https://github.com/Modernizr/Modernizr/commit/c88e86b87bc1eed1245f8353c06c7f3638ecf271)
-- syntax leftovers spoiling the fun [`d35dcf3`](https://github.com/Modernizr/Modernizr/commit/d35dcf3098e006ebe9a50087b4dcd4a4e0ef6a8c)
+- syntax leftovers spoiling the fun [`c127cd8`](https://github.com/Modernizr/Modernizr/commit/c127cd8e443ad540fcbff2887f6d7a19a1662713)
- update @supports check to look for the CSSRule, rather than the sub property of CSSSupportsRule [`31371a9`](https://github.com/Modernizr/Modernizr/commit/31371a95cf170e2e8214a1d179ad8bf8b0d4b755)
-- bump version for npm change [`15b5400`](https://github.com/Modernizr/Modernizr/commit/15b540053aa33b9b8bc2ed5e9c31f5be0cc0aeec)
- update travis to prevent possible leaking tokens [`851daf9`](https://github.com/Modernizr/Modernizr/commit/851daf9bb234d111fd12c6090fe33e1f47650133)
-- fix docs typo [`d905c4c`](https://github.com/Modernizr/Modernizr/commit/d905c4cc6b4d67159f261a32188f1d4522e9ca03)
- fix grunt build [`18d5a13`](https://github.com/Modernizr/Modernizr/commit/18d5a134848ced8b58715d8be940ce61382cd0da)
+- fix docs typo [`d905c4c`](https://github.com/Modernizr/Modernizr/commit/d905c4cc6b4d67159f261a32188f1d4522e9ca03)
+- bump version for npm change [`e1ac839`](https://github.com/Modernizr/Modernizr/commit/e1ac839d9df7d7c8c1780ca72f58f13b1192a8a8)
- remove unused dep [`6edc017`](https://github.com/Modernizr/Modernizr/commit/6edc0177faed0be268f5ca910f69eb012effbc01)
-- buildfailuressry [`c61c3fa`](https://github.com/Modernizr/Modernizr/commit/c61c3fa8c78f8f895cae64531df307d4487627b3)
+- syntax leftovers spoiling the fun [`d35dcf3`](https://github.com/Modernizr/Modernizr/commit/d35dcf3098e006ebe9a50087b4dcd4a4e0ef6a8c)
- will break but give me error output [`d19a684`](https://github.com/Modernizr/Modernizr/commit/d19a68420f70b80a6a3ca6d78615fe305a742c10)
- will break but give me error output [`472b907`](https://github.com/Modernizr/Modernizr/commit/472b907aee4a852a7a37b59d3c187be145b4fbde)
- Removing stray + [`0eb1aae`](https://github.com/Modernizr/Modernizr/commit/0eb1aae4d7c3e975986df8401eb68df0955d398c)
- nongreedy regex for doc pulling. [`f526d97`](https://github.com/Modernizr/Modernizr/commit/f526d97579d7ab42031bb2b852e8551d7b9f87e2)
- testProps was failing on IE7 because of for ( i in array )-like iteration [`ed41a0a`](https://github.com/Modernizr/Modernizr/commit/ed41a0a0d214901c8fd7130e6baf2af4c2984b5f)
-- bump version for npm change [`e1ac839`](https://github.com/Modernizr/Modernizr/commit/e1ac839d9df7d7c8c1780ca72f58f13b1192a8a8)
+- trying unrelative path [`2c5115a`](https://github.com/Modernizr/Modernizr/commit/2c5115a60ca7e791b08b183d731af67e3677f2b8)
- fix metadata.path on windows [`8a13354`](https://github.com/Modernizr/Modernizr/commit/8a133544a60d43030f46440b2d5d6208d6dc95d8)
- Move `file` to dependencies, it is a required dependency for the Modernizr CLI and programmatic API. [`118fa61`](https://github.com/Modernizr/Modernizr/commit/118fa61737a0549b89098e1f26a10831c9edce48)
- Customizr is currently failing testing due to this property. [`e30b53b`](https://github.com/Modernizr/Modernizr/commit/e30b53b1743921234074b4541ad539e206db4178)
-- trying unrelative path [`2c5115a`](https://github.com/Modernizr/Modernizr/commit/2c5115a60ca7e791b08b183d731af67e3677f2b8)
- release 3.0 [`a9a9019`](https://github.com/Modernizr/Modernizr/commit/a9a90192ea11dc0ff916431b40227734af9074b6)
- remove old comment [`074fe26`](https://github.com/Modernizr/Modernizr/commit/074fe26b01021a59d9957dac8c54f4d1fc63ce32)
- allow for "use strict" in requirejs to fix the strictmode test [`0f422b9`](https://github.com/Modernizr/Modernizr/commit/0f422b92f73f15298d1a4224a39ab56f0099ee5f)
- remove caniuse mapping for contentsecuritymapping [`5d67ab8`](https://github.com/Modernizr/Modernizr/commit/5d67ab816630218c8ec9c361c4bb80e70831e5be)
- Update config-all.json [`dc421b3`](https://github.com/Modernizr/Modernizr/commit/dc421b30f8c6b087f715e0d9e60359e71ab38711)
-- remove dataset caniuse comparison, at least until Fyrd/caniuse#899 [`3bebb8d`](https://github.com/Modernizr/Modernizr/commit/3bebb8d5f430b39004da20dc25b6548ee1b4ff9c)
- add fileinputdirectory [`34988b4`](https://github.com/Modernizr/Modernizr/commit/34988b4e3385e656bf6a89245a8f524ffa834db8)
+- remove dataset caniuse comparison, at least until Fyrd/caniuse#899 [`3bebb8d`](https://github.com/Modernizr/Modernizr/commit/3bebb8d5f430b39004da20dc25b6548ee1b4ff9c)
- Remove memory leak precaution based on #636 [`4e79d90`](https://github.com/Modernizr/Modernizr/commit/4e79d904ebd52f951c5fa569d3300b4415dd1325)
- remove the node modules via an ignore [`8ac8ef8`](https://github.com/Modernizr/Modernizr/commit/8ac8ef899c076744ca5fdc07177ea69fc999422a)
- add picture detect to config [`f0666ff`](https://github.com/Modernizr/Modernizr/commit/f0666ff0d0e779492913f172d510e6d2f3ee2b27)
@@ -1364,6 +1442,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Add Test for css filters #614 [`#615`](https://github.com/Modernizr/Modernizr/pull/615)
- Update master [`#631`](https://github.com/Modernizr/Modernizr/pull/631)
- IE7 false positives on generated content test when script is in body. Adjusted CSS that is injected. Fixes #665 [`#665`](https://github.com/Modernizr/Modernizr/issues/665)
+- Merge pull request #652 from mikewest/sandbox [`#652`](https://github.com/Modernizr/Modernizr/issues/652)
- Feature detect for the @supports At-rule, fixes #648 [`#648`](https://github.com/Modernizr/Modernizr/issues/648)
- Added 'formattribute' test [`#639`](https://github.com/Modernizr/Modernizr/issues/639)
- fixup lastchild syntax. fixes #631 [`#631`](https://github.com/Modernizr/Modernizr/issues/631)
@@ -1406,7 +1485,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- New spec is getGamePads [`b24c347`](https://github.com/Modernizr/Modernizr/commit/b24c347e53bb1cc1d6a8e9510ee80f9c1a459f40)
- Fix css-mask feature detect [`eb56e8b`](https://github.com/Modernizr/Modernizr/commit/eb56e8b646f06f7e0c919dec679e9ec40e79ac71)
- Add check to verify that enableClasses has been initialized.
[`39fc8fa`](https://github.com/Modernizr/Modernizr/commit/39fc8faa3eefab70b5c096f9c29629cdb0bbc402)
-- fourvalues -> shorthand. bgpos detect. [`1c0f5d1`](https://github.com/Modernizr/Modernizr/commit/1c0f5d1dd5a1a093595b1fd0eff87e8e74c9a578)
+- fourvalues -> shorthand. bgpos detect. [`1c0f5d1`](https://github.com/Modernizr/Modernizr/commit/1c0f5d1dd5a1a093595b1fd0eff87e8e74c9a578)
- whitespace cleanup [`ed81590`](https://github.com/Modernizr/Modernizr/commit/ed81590845e9bcc0d6074f151535aa7e8f678562)
- making sure contextMenu test can be run in the head [`ec2630e`](https://github.com/Modernizr/Modernizr/commit/ec2630e8f527b634453ed9cb127cac1e5825f6c7)
- grunt banner version is out of sync - fixed [`412f2f0`](https://github.com/Modernizr/Modernizr/commit/412f2f05b4efef15e15fb814e0fa985bc45e5358)
@@ -1434,7 +1513,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Test for CSP (Content Security Policy) [`#565`](https://github.com/Modernizr/Modernizr/pull/565)
- Blob constructor test [`#582`](https://github.com/Modernizr/Modernizr/pull/582)
- CSS3 background-position detect e.g. `background-position: right 10px bottom 10px;` [`#574`](https://github.com/Modernizr/Modernizr/pull/574)
-- Browser support test for