php-dom-wrapper icon indicating copy to clipboard operation
php-dom-wrapper copied to clipboard

2.0 migration guide

Open djmarland opened this issue 4 years ago • 1 comments
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

djmarland avatar Apr 14 '21 14:04 djmarland

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.

mdietsche avatar Sep 01 '21 15:09 mdietsche