This repository was archived by the owner on May 11, 2026. It is now read-only.
v0.2.0
A few bugfixes in this release:
- Fix extracting css styles from <style> element (users were seeing
ReferenceError: Cannot access 'content' before initialization) - Improve asset packaging to increase cache hit ratio on happo.io's side
- Fix warning log when stylesheet can't be fetched
The minor bump is due to a change in how we package the library and send to the npm registry. Before, we would include all the test files. Now we exclude those.