Releases: apify/impit
Releases · apify/impit
v0.1.5: fix(js): use replacement character on invalid decode (#25)
When decoding incorrectly encoded content, the binding now panics and takes down the entire JS script. This change replaces the incorrect sequence with the U+FFFD replacement character (�) in the content. This is most often the desired behaviour.
v0.1.4: chore: formatting, better `npm` packages (#23)
Fixes a few formatting errors from previous PRs. Closes #20
v0.1.3
chore: remove `optionalDependencies` to unblock CI builds (#16)