Skip to content

Commit

Permalink
🖉 Update changelog with v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devlooped-bot committed Aug 11, 2023
1 parent ac67bf0 commit 3408fed
Showing 1 changed file with 48 additions and 40 deletions.
88 changes: 48 additions & 40 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,76 +1,84 @@
# Changelog

## [v1.1.1](https://github.com/devlooped/web/tree/v1.1.1) (2023-04-05)
## [v1.2.0](https://github.com/devlooped/Web/tree/v1.2.0) (2023-08-11)

[Full Changelog](https://github.com/devlooped/web/compare/v1.1.0...v1.1.1)
[Full Changelog](https://github.com/devlooped/Web/compare/v1.1.1...v1.2.0)

:twisted_rightwards_arrows: Merged:

- Remove current implementation of SponsorLink for now [\#106](https://github.com/devlooped/Web/pull/106) (@kzu)

## [v1.1.1](https://github.com/devlooped/Web/tree/v1.1.1) (2023-04-05)

[Full Changelog](https://github.com/devlooped/Web/compare/v1.1.0...v1.1.1)

:sparkles: Implemented enhancements:

- 💟 Add SponsorLink to ensure ongoing maintenance [\#81](https://github.com/devlooped/web/pull/81) (@kzu)
- 💟 Add SponsorLink to ensure ongoing maintenance [\#81](https://github.com/devlooped/Web/pull/81) (@kzu)

## [v1.1.0](https://github.com/devlooped/web/tree/v1.1.0) (2022-09-04)
## [v1.1.0](https://github.com/devlooped/Web/tree/v1.1.0) (2022-09-04)

[Full Changelog](https://github.com/devlooped/web/compare/v1.0.1...v1.1.0)
[Full Changelog](https://github.com/devlooped/Web/compare/v1.0.1...v1.1.0)

:sparkles: Implemented enhancements:

- Expose XML namespace removal and element skipping as a public feature [\#64](https://github.com/devlooped/web/issues/64)
- Expose XML namespace removal and element skipping as a public feature [\#64](https://github.com/devlooped/Web/issues/64)

:twisted_rightwards_arrows: Merged:

- Add XML namespace removal and element skipping extensions [\#65](https://github.com/devlooped/web/pull/65) (@kzu)
- Add XML namespace removal and element skipping extensions [\#65](https://github.com/devlooped/Web/pull/65) (@kzu)

## [v1.0.1](https://github.com/devlooped/web/tree/v1.0.1) (2022-08-08)
## [v1.0.1](https://github.com/devlooped/Web/tree/v1.0.1) (2022-08-08)

[Full Changelog](https://github.com/devlooped/web/compare/v1.0.0...v1.0.1)
[Full Changelog](https://github.com/devlooped/Web/compare/v1.0.0...v1.0.1)

:twisted_rightwards_arrows: Merged:

- +Mâ–¼ includes [\#57](https://github.com/devlooped/web/pull/57) (@github-actions[bot])
- +Mâ–¼ includes [\#54](https://github.com/devlooped/web/pull/54) (@github-actions[bot])
- +Mâ–¼ includes [\#52](https://github.com/devlooped/web/pull/52) (@github-actions[bot])
- +Mâ–¼ includes [\#57](https://github.com/devlooped/Web/pull/57) (@github-actions[bot])
- +Mâ–¼ includes [\#54](https://github.com/devlooped/Web/pull/54) (@github-actions[bot])
- +Mâ–¼ includes [\#52](https://github.com/devlooped/Web/pull/52) (@github-actions[bot])

## [v1.0.0](https://github.com/devlooped/web/tree/v1.0.0) (2022-07-15)
## [v1.0.0](https://github.com/devlooped/Web/tree/v1.0.0) (2022-07-15)

[Full Changelog](https://github.com/devlooped/web/compare/23dbc1d83526813ee629825930bdda91276be196...v1.0.0)
[Full Changelog](https://github.com/devlooped/Web/compare/23dbc1d83526813ee629825930bdda91276be196...v1.0.0)

:sparkles: Implemented enhancements:

- Attribute value matching does not normalize single quote values [\#30](https://github.com/devlooped/web/issues/30)
- Document all supported selectors for `text()` in readme [\#28](https://github.com/devlooped/web/issues/28)
- Add nullable annotations to public surface API [\#26](https://github.com/devlooped/web/issues/26)
- Add text\(\) pseudo-attribute selector [\#15](https://github.com/devlooped/web/issues/15)
- Add :has pseudo-class support [\#12](https://github.com/devlooped/web/issues/12)
- Add :nth-of-type pseudo class [\#11](https://github.com/devlooped/web/issues/11)
- Add :not pseudo-class [\#10](https://github.com/devlooped/web/issues/10)
- Add :first-of-type and :last-of-type pseudo classes [\#9](https://github.com/devlooped/web/issues/9)
- Add :empty pseudo-class support [\#8](https://github.com/devlooped/web/issues/8)
- Add :only-child pseudo-class selector [\#7](https://github.com/devlooped/web/issues/7)
- Add :first-child and :last-child pseudo-class selectors [\#6](https://github.com/devlooped/web/issues/6)
- Add support for :checked pseudo-class [\#5](https://github.com/devlooped/web/issues/5)
- Add minimal viable implementation of key selectors [\#1](https://github.com/devlooped/web/issues/1)
- Attribute value matching does not normalize single quote values [\#30](https://github.com/devlooped/Web/issues/30)
- Document all supported selectors for `text()` in readme [\#28](https://github.com/devlooped/Web/issues/28)
- Add nullable annotations to public surface API [\#26](https://github.com/devlooped/Web/issues/26)
- Add text\(\) pseudo-attribute selector [\#15](https://github.com/devlooped/Web/issues/15)
- Add :has pseudo-class support [\#12](https://github.com/devlooped/Web/issues/12)
- Add :nth-of-type pseudo class [\#11](https://github.com/devlooped/Web/issues/11)
- Add :not pseudo-class [\#10](https://github.com/devlooped/Web/issues/10)
- Add :first-of-type and :last-of-type pseudo classes [\#9](https://github.com/devlooped/Web/issues/9)
- Add :empty pseudo-class support [\#8](https://github.com/devlooped/Web/issues/8)
- Add :only-child pseudo-class selector [\#7](https://github.com/devlooped/Web/issues/7)
- Add :first-child and :last-child pseudo-class selectors [\#6](https://github.com/devlooped/Web/issues/6)
- Add support for :checked pseudo-class [\#5](https://github.com/devlooped/Web/issues/5)
- Add minimal viable implementation of key selectors [\#1](https://github.com/devlooped/Web/issues/1)

:bug: Fixed bugs:

- Child combinator selects only first child [\#36](https://github.com/devlooped/web/issues/36)
- If CSS identifier contains underscore, wrong XPath is built [\#34](https://github.com/devlooped/web/issues/34)
- If attribute value has quoted text with whitespace, fails to convert to XPath [\#22](https://github.com/devlooped/web/issues/22)
- If attribute value has quotes, XPath conversion fails [\#21](https://github.com/devlooped/web/issues/21)
- Child combinator selects only first child [\#36](https://github.com/devlooped/Web/issues/36)
- If CSS identifier contains underscore, wrong XPath is built [\#34](https://github.com/devlooped/Web/issues/34)
- If attribute value has quoted text with whitespace, fails to convert to XPath [\#22](https://github.com/devlooped/Web/issues/22)
- If attribute value has quotes, XPath conversion fails [\#21](https://github.com/devlooped/Web/issues/21)

:hammer: Other:

- Add support for simplified syntax for nth-child [\#38](https://github.com/devlooped/web/issues/38)
- Add support for selector groups [\#32](https://github.com/devlooped/web/issues/32)
- Add support for simplified syntax for nth-child [\#38](https://github.com/devlooped/Web/issues/38)
- Add support for selector groups [\#32](https://github.com/devlooped/Web/issues/32)

:twisted_rightwards_arrows: Merged:

- HTML \> XML + CSS [\#48](https://github.com/devlooped/web/pull/48) (@kzu)
- Add support for simplified syntax for nth-child [\#39](https://github.com/devlooped/web/pull/39) (@kzu)
- Fix child combinator to XPath conversion [\#37](https://github.com/devlooped/web/pull/37) (@kzu)
- Properly parse underscore in CSS identifiers [\#35](https://github.com/devlooped/web/pull/35) (@kzu)
- Add support for selector groups [\#33](https://github.com/devlooped/web/pull/33) (@kzu)
- Apply single quotes normalization to attribute value matching [\#31](https://github.com/devlooped/web/pull/31) (@kzu)
- Add nullable annotations to public surface API [\#27](https://github.com/devlooped/web/pull/27) (@kzu)
- HTML \> XML + CSS [\#48](https://github.com/devlooped/Web/pull/48) (@kzu)
- Add support for simplified syntax for nth-child [\#39](https://github.com/devlooped/Web/pull/39) (@kzu)
- Fix child combinator to XPath conversion [\#37](https://github.com/devlooped/Web/pull/37) (@kzu)
- Properly parse underscore in CSS identifiers [\#35](https://github.com/devlooped/Web/pull/35) (@kzu)
- Add support for selector groups [\#33](https://github.com/devlooped/Web/pull/33) (@kzu)
- Apply single quotes normalization to attribute value matching [\#31](https://github.com/devlooped/Web/pull/31) (@kzu)
- Add nullable annotations to public surface API [\#27](https://github.com/devlooped/Web/pull/27) (@kzu)



Expand Down

0 comments on commit 3408fed

Please sign in to comment.