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: dankogai/js-base64
base: 2.4.9
Choose a base ref
...
head repository: dankogai/js-base64
compare: 2.5.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 17, 2018

  1. add test for atob(), btoa(). related #84

    with binary-data-string case.
    htaketani committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a68b37c View commit details
    Browse the repository at this point in the history
  2. fix atob() in Node.js. related #84

    problem:
        in Node.js,
        when atob() convert a base64 data with '=',
        unnecessary null bytes are added to the end of restored data.
    htaketani committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    1c0d4d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Merge pull request #86 from htaketani/fix-atob

    Fix atob()
    dankogai committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    af44a73 View commit details
    Browse the repository at this point in the history
  2. version 2.5.0

    dankogai committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c1383a4 View commit details
    Browse the repository at this point in the history