Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pillarjs/iconv-lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.3
Choose a base ref
...
head repository: pillarjs/iconv-lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 19 commits
  • 48 files changed
  • 8 contributors

Commits on Jul 10, 2021

  1. Update README.md to remove Cloud9

    Fixes #268
    ashtuchkin authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    cab28eb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. 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.
    yosion-p authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    1d8d89e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7086f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Update .npmignore (#292)

    vain0x authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    928f7c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. ci: use github actions instead travis (#324)

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    2b59099 View commit details
    Browse the repository at this point in the history
  2. ci: add codeql (#325)

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    d3de535 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. 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>
    dependabot[bot] authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    ce6e21b View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    c0e4652 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. fix: fix false positives in encodingExists (#328)

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    89d04d2 View commit details
    Browse the repository at this point in the history
  2. fix: remove compatibility check for StringDecoder.end method (#331)

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    0a2f8c5 View commit details
    Browse the repository at this point in the history
  3. docs: reorganize README

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    3aed296 View commit details
    Browse the repository at this point in the history
  4. chore: update performance tests to use bench-node for benchmarking (#332

    )
    
    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    503f435 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. feat: adopt linter (#333)

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    2a31790 View commit details
    Browse the repository at this point in the history
  2. fix: add .git-blame-ignore-revs file for lint change

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    1c2250f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. chore: support node.js >=6, remove safe-buffer (#335)

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    4c2842a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5925a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. docs(package.json): update repo name and add funding field (#337)

    Co-authored-by: Mark Amery <markrobertamery@gmail.com>
    bjohansebas and ExplodingCabbage authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    d8647ea View commit details
    Browse the repository at this point in the history
  2. chore: remove object-assign (#338)

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    
    Co-authored-by: ljharb <45469+ljharb@users.noreply.github.com>
    bjohansebas and ljharb authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    ec88aea View commit details
    Browse the repository at this point in the history
  3. release: 0.7.0 (#334)

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    165af71 View commit details
    Browse the repository at this point in the history
Loading