Releases: LeaVerou/parsel
Releases · LeaVerou/parsel
v1.1.2
v1.1.1
What's Changed
Full Changelog: v1.1.0...v1.1.1
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
v1.0.3
What's Changed
- Update new lib references in website by @rajasegar in #23
- Add typings by @mattflux in #24
- Walk through list nodes by @intrnl in #29
- fix: fix for trimmed attribute selector value by @david-luna in #33
- fix for quoted attributes returning "§" (#26) by @brettalewis in #34
- Update package.json for 1.0.3 by @brettalewis in #36
New Contributors
- @mattflux made their first contribution in #24
- @intrnl made their first contribution in #29
- @david-luna made their first contribution in #33
- @brettalewis made their first contribution in #34
Full Changelog: v1.0.2...v1.0.3