Skip to content

Commit f856f50

Browse files
committed
Update CHANGELOG for version 1.2.0 with recent changes
1 parent 026611c commit f856f50

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## 1.2.0
11+
- Add setName method to Tag and type to offsetGet paquettg/php-html-parser/pull/250
12+
- Update option names in README for consistency paquettg/php-html-parser/pull/253
13+
- Add object check for tag in parser paquettg/php-html-parser/pull/257
14+
- Handle null return from mb_ereg_replace in TextNode paquettg/php-html-parser/pull/260
15+
- Add ReturnTypeWillChange attribute to offsetGet paquettg/php-html-parser/pull/291
16+
- Fix typo in README example file name paquettg/php-html-parser/pull/295
17+
- Use getTag() method for tag access in Parser paquettg/php-html-parser/pull/311
18+
- Refactor encoding to use EncoderInterface paquettg/php-html-parser/pull/321
19+
- Fix typo and clear innerText in HtmlNode paquettg/php-html-parser/pull/324
20+
1021
## 1.1.0
1122
- Update dependency "devanoxltd/string-encoder" to version "^1.1".
1223

0 commit comments

Comments
 (0)