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: cryptocoinjs/base-x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.5
Choose a base ref
...
head repository: cryptocoinjs/base-x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.11
Choose a head ref
  • 20 commits
  • 9 files changed
  • 8 contributors

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    cb0680c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Support TypeScript

    junderw committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    14e7573 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from cryptocoinjs/addTypescript

    Support TypeScript
    junderw authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    f037e38 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Match DefinitelyTyped types interface name

    Co-authored-by: Dimitri Benin <dimitri.benin@gmail.com>
    junderw and BendingBender committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    9a81831 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from cryptocoinjs/matchDefinitelyTyped

    Match DefinitelyTyped types interface name
    junderw authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    90603b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. fill base map in loop instead fill

    Issue: #56
    Outdated PR: #54
    fanatid committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    0865e68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from cryptocoinjs/base-fill-loop

    fill base map in loop instead fill
    junderw authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    e1ba49f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    51a5bca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac81ec5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64 from cryptocoinjs/fixArrayLike

    Allow Array and Uint8Array like 3.0.4
    junderw authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    da101fb View commit details
    Browse the repository at this point in the history
  4. 3.0.8

    junderw committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    806ef3f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Update README.md

    base66 -> base67
    terrierscript authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    1dd3795 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from terrierscript/patch-1

    Fix base-66 -> base-67 typo
    junderw authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    69c09ed View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    6c54632 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Merge pull request #78 from cryptocoinjs/fix/space-alphabets

    Fix alphabets with space in them
    junderw authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    c9dcddd View commit details
    Browse the repository at this point in the history
  2. 3.0.9

    junderw committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    4c10d33 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Improve decoding performance

    This yields a performance improvement over indexing into `source` over and over. `source` is asserted to be a string, `psz` is monotonically increasing, and `psz >= source.length` is a good indication that you've run out of characters.
    
    Originally proposed by @oscxc in #74.
    
    Co-authored-by: Rand <15077550@qq.com>
    2 people authored and junderw committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0a35446 View commit details
    Browse the repository at this point in the history
  2. 3.0.10

    junderw committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3d43c0e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    2705ddd View commit details
    Browse the repository at this point in the history
  2. 3.0.11

    fanatid committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    043a888 View commit details
    Browse the repository at this point in the history
Loading