- Made
parse()
sticter; it will now thorw aSyntaxError
if a media query is invalid. This makes it behave more likeJSON.parse()
.
- Fixed issue with parsing media queries that do not have expressions. (#5)
- Added docs to README for
parse()
.
- Initial public release.