Skip to content

Commit 49b2013

Browse files
committed
Added Changelog
1 parent a9257d0 commit 49b2013

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
### Development
2+
3+
## 1.6.8
4+
5+
- Added comments and reformated some code
6+
- Added support for non-escaped quotes in attribute value fixes #37
7+
- Cleaned up the comments and php docs
8+
- Removed version in composer json
9+
- Updated composer version
10+
- Refactoring out isChild method.
11+
- Updated in code documentation
12+
- Updated composer
13+
14+
$$ 1.6.7
15+
16+
- Added tests for the new array access
17+
- Added feature to allow array usage of html node. fixes #26
18+
- Update HtmlNode.php
19+
- Added test to cover issue #28
20+
- FIX: File name is longer than the maximum allowed path
21+
22+
## 1.6.6
23+
24+
- Replaced preg_replace with mb_ereg_replace
25+
- Added child selector fixes #24
26+
- Updated the dev version of phpunit
27+
28+
## 1.6.5
29+
30+
- Fixed bug when no attribute tags are last tag (with out space). fixes #16
31+
- Fixed some documentation inconsistencies fixes #15
32+
- Made loadStr a public methor Fixes #18
33+
- Update a problem with the README fixes #11
34+
- Added setAttribute to the node fixes #7
35+
- Check if open_basedir is enabled: Dont use CURLOPT_FOLLOWLOCATION
36+
37+
## 1.6.4
38+
39+
- Added tests and updated README
40+
- Updated the tests and moved some files
41+
- Added the option to enforce the encoding
42+
- Fixed a problem with handeling the unknown child exception
43+
- Updated some tests
44+
- Added coverall badge and package
45+
46+
## 1.6.3
47+
48+
- Added initial support for 'strict' parsing option
49+
- Added an optional paramter to enable recursive text
50+
- Added appropriat Options tests
51+
- Changed all exception to specific objects
52+
- Added a whitespaceTextNode option and test
53+
- Added support for an options array
54+
55+
## 1.6.2
56+
57+
- Standardised indentation for easyer reading on github
58+
- Update AbstractNode.php
59+
- Added a test for hhvm in my travis.yml
60+
- Added a LICENSE.md file for MIT
61+
- Added build status to README
62+
- Added travis.yml
63+
- Changed the file name of the abstract node
64+
- fixed code in collection class where instance of arrayIterator is to be rturned
65+
- Updated documentation
66+
- Added a curl interface and a simple curl class.
67+
- Removed the Guzzle dependancy
68+
- Abstracted the Node class as it should have been done in the first place
69+
- Added integrity checks for the cached html
70+
- Added some basic caching of the dom html
71+
- Added a toArray() method to the collection and a test
72+
73+
## 1.6.1
74+
75+
- Moved back to using guzzle so expections are thrown when their was an error with loading a url
76+
- Added tests for the Static Facade Fixed a few issues brought to light from the new tests
77+
- Added a static facade
78+
- Changed encoding to be a local attribute instead of a static attribute
79+
- Solved issue #2 When you attempt to load an html page from a URL using loadFromUrl the encoding is incorrect.
80+
- Added easyer loading of files and urls. Still have a problem with encoding while loading from url.
81+
- Added guzzle and loadFromUrl option
82+
- Fixed an issue with no value attributes
83+
- Added magic and each methods to the collection. Plus some tests
84+
- Added a collection object
85+
- Added charset encoding
86+
- fixed a bug with closing tags If a closing tag did not have an opening tag it would cause the scan to end instead of ignoring the closing tag.

0 commit comments

Comments
 (0)