We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cec03d + 427cbe3 commit 2bab738Copy full SHA for 2bab738
1 file changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `php-xml-reader` will be documented in this file.
4
5
+## 0.2.2 - 2023-06-27
6
+
7
+- `search()` method has now only one parameter with key to search, it will search without `strict` option and return **all values** near to the key
8
+- Add new method `find()` with all options of previous `search()` method
9
10
## 0.2.10 - 2023-06-20
11
12
- add `rootAttribute()` method to extract safely an attribute from the root element
0 commit comments