You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(prefixes): Add improved prefixing
Leverage prefix-matches module to support nested prefixes (e.g. "w.j" ==> watch.javascript)
* feat(prefixes): Wholly remove non-prefix resolution
Fallback to lodash.get no longer required. If prefixMatches doesn't find it, neither will
lodash.get. This also gets code coverage up to 100% again :)
* feat(prefixes): Bump dependency version
... to avoid strict mode + const complaints in build
* feat(prefixes): Bump dependency version
... again, to reverse strict-mode removal of prefix-matches module
* feat(prefixes): Bump dependency version
Bump version of prefix-matches, to fix 'use strict' / const issues
* feat(prefixes): Bump dependency version
Adds support for node 0.12 + 0.10
* docs(prefixes): Add notes about deeper prefixing support
* docs(prefixes): Adjust for bad merge
* docs(prefixes): Pure vanity: adding self to contributors list
0 commit comments