v1.1.0
What's Changed
- Show bundle size of the latest release by @DmitrySharabin in #37
- Fix walk callback argument type definition by @uramer in #39
- [package.json] exposes types to npm by @Ayc0 in #41
- Fix specificity for
:nth-child()
and:nth-last-child()
by @Ayc0 in #40 - Add support for Universal Selector by @bramus in #45
- Add extra test for
html|*
by @bramus in #46 - Use
http-server
by @jrandolf in #50 - Use greedy expression for pseudo-element by @jrandolf in #51
- Build
dist
during prepublishing by @jrandolf in #52 - Use TypeScript by @jrandolf in #54
- Fix CSS escape parsing and redundant restore matching by @jrandolf in #57
- Add strongly-typed
Token
types by @jrandolf in #61 - Use generator for walking by @jrandolf in #67
- Add
stringify
function by @jrandolf in #68 - Update docs by @jrandolf in #69
New Contributors
- @DmitrySharabin made their first contribution in #37
- @uramer made their first contribution in #39
- @Ayc0 made their first contribution in #41
- @bramus made their first contribution in #45
- @jrandolf made their first contribution in #50
Full Changelog: v1.0.3...v1.1.0