- Rewrote the library in ES6 syntax.
- Migrated from
unzip
(no longer maintained) tounzipper
(maintained fork). - Migrated from
libxmljs
(bindings for "native" XML parsing library which Webpack and other bundlers can't bundle) toxmldom
andxpath
(both of which are pure javascript).