Thanks to visit codestin.com
Credit goes to github.com

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: vserousov/bytebuffer.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: protobufjs/bytebuffer.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 20 files changed
  • 8 contributors

Commits on Jan 24, 2016

  1. protobufjs#66 - BitSet support

    mhseiden committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    cd6011c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    6384cb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request protobufjs#68 from cemerick/master

    add various externs declarations
    dcodeIO committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    5716fb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Merge pull request protobufjs#67 from mhseiden/master

    protobufjs#66 - BitSet support
    dcodeIO committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    b92dcfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f28521 View commit details
    Browse the repository at this point in the history
  3. Rebuild

    dcodeIO committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    f3f310b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

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

Commits on Jun 14, 2016

  1. Fixed errors in externs

    adon-at-work authored Jun 14, 2016
    Configuration menu
    Copy the full SHA
    7375137 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

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

Commits on Nov 29, 2016

  1. Merge pull request protobufjs#77 from amilajack/patch-1

    Added support for modern node versions
    dcodeIO authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    9efce39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request protobufjs#76 from adon-at-work/patch-1

    Fixed errors in externs
    dcodeIO authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    1cc9bd3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request protobufjs#72 from moxaj/add_skip

    Add extern for ByteBuffer#skip, fix typo at readBitSet
    dcodeIO authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    fbefed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

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

Commits on Mar 10, 2018

  1. Remove noAssert (protobufjs#89)

    * Remove `noAssert` argument
    
    The `noAssert` argument support dropped in the upcoming Node.js 10.x
    release. This removes it therefore.
    
    * Fix failing test
    
    Asserting buffers with strictEqual is not possible. Those are
    two different objects and can only be compared with deepStrictEqual
    instead.
    BridgeAR authored and dcodeIO committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    4144951 View commit details
    Browse the repository at this point in the history
Loading