-
-
Notifications
You must be signed in to change notification settings - Fork 295
Comparing changes
Open a pull request
base repository: pillarjs/iconv-lite
base: v0.6.3
head repository: pillarjs/iconv-lite
compare: v0.7.0
- 19 commits
- 48 files changed
- 8 contributors
Commits on Jul 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cab28eb - Browse repository at this point
Copy the full SHA cab28ebView commit details
Commits on Sep 18, 2021
-
Handle split surrogate pairs when encoding utf8 (fixes #250)
Handle a case where streaming utf8 encoder (converting js strings -> buffers) encounters surrogate pairs split between chunks (last character of one chunk is high surrogate and first character of the next chunk is a low surrogate). Strictly speaking, this is an invalid input, but it's nice to handle it anyway if we can.
Configuration menu - View commit details
-
Copy full SHA for 1d8d89e - Browse repository at this point
Copy the full SHA 1d8d89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7086f - Browse repository at this point
Copy the full SHA 4a7086fView commit details
Commits on Feb 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 928f7c6 - Browse repository at this point
Copy the full SHA 928f7c6View commit details
Commits on Aug 9, 2025
-
ci: use github actions instead travis (#324)
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b59099 - Browse repository at this point
Copy the full SHA 2b59099View commit details -
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d3de535 - Browse repository at this point
Copy the full SHA d3de535View commit details
Commits on Aug 15, 2025
-
Bump actions/download-artifact from 4 to 5 (#326)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ce6e21b - Browse repository at this point
Copy the full SHA ce6e21bView commit details -
Bump github/codeql-action from 3.29.2 to 3.29.8 (#327)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0e4652 - Browse repository at this point
Copy the full SHA c0e4652View commit details
Commits on Aug 16, 2025
-
fix: fix false positives in encodingExists (#328)
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 89d04d2 - Browse repository at this point
Copy the full SHA 89d04d2View commit details -
fix: remove compatibility check for StringDecoder.end method (#331)
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0a2f8c5 - Browse repository at this point
Copy the full SHA 0a2f8c5View commit details -
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3aed296 - Browse repository at this point
Copy the full SHA 3aed296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 503f435 - Browse repository at this point
Copy the full SHA 503f435View commit details
Commits on Aug 17, 2025
-
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a31790 - Browse repository at this point
Copy the full SHA 2a31790View commit details -
fix: add .git-blame-ignore-revs file for lint change
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c2250f - Browse repository at this point
Copy the full SHA 1c2250fView commit details
Commits on Aug 19, 2025
-
chore: support node.js >=6, remove safe-buffer (#335)
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4c2842a - Browse repository at this point
Copy the full SHA 4c2842aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5925a - Browse repository at this point
Copy the full SHA fc5925aView commit details
Commits on Aug 20, 2025
-
docs(package.json): update repo name and add funding field (#337)
Co-authored-by: Mark Amery <markrobertamery@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d8647ea - Browse repository at this point
Copy the full SHA d8647eaView commit details -
chore: remove object-assign (#338)
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> Co-authored-by: ljharb <45469+ljharb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec88aea - Browse repository at this point
Copy the full SHA ec88aeaView commit details -
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 165af71 - Browse repository at this point
Copy the full SHA 165af71View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.3...v0.7.0