Skip to content

Releases: apify/impit

v0.1.5: fix(js): use replacement character on invalid decode (#25)

23 Jan 14:07
5eec7e7
Compare
Choose a tag to compare
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)

18 Jan 10:59
5c5cb45
Compare
Choose a tag to compare
Fixes a few formatting errors from previous PRs.

Closes #20

v0.1.3

15 Jan 15:31
87996a1
Compare
Choose a tag to compare
chore: remove `optionalDependencies` to unblock CI builds (#16)