php-dom-wrapper
php-dom-wrapper copied to clipboard
2.0 migration guide
trafficstars
Hi,
I'm seeking to update our dependency to the latest major version, but I can't see what may have changed and what code I need to update. Is there a changelog or migration guide somewhere I can read? I can't seem to find one.
Thank you
For anyone else seeing this after migrating, view the difference in methods names in the README files of the 1.2 and 2.0 tags. The ones that bit me were append() changing to appendWIth() and remove() changing to destroy(). A migration isn't laid out anywhere, but viewing the method list should make the changes pretty apparent.