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: msgpack/msgpack-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 07d7143
Choose a base ref
...
head repository: msgpack/msgpack-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb199a8
Choose a head ref
  • 9 commits
  • 12 files changed
  • 2 contributors

Commits on Oct 4, 2020

  1. chore: invalid syntax in the example code

    * remove duplicated import statement
    * fix invalid assignment statement
    bananaumai committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    7eaf1ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from bananaumai/fix-readme-example-code

    chore: invalid syntax in the example code
    gfx authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    6ed7993 View commit details
    Browse the repository at this point in the history
  3. chore: add annotation typescript usage in README

    * recommend enabling `strict` mode for avoiding type checking failure
    bananaumai committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    0709254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35a949d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #136 from bananaumai/add-readme-annotation-for-ts

    [suggestion] chore: add annotation typescript usage in README
    gfx authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    9626ff5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #137 from msgpack/esm

    Provides ES modules by setting "module" field in package.json
    gfx authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    b1a9bd0 View commit details
    Browse the repository at this point in the history
  7. changes for v2.2.0

    gfx committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    bc3af80 View commit details
    Browse the repository at this point in the history
  8. fix ESM support

    gfx committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    b8e51c2 View commit details
    Browse the repository at this point in the history
  9. 2.2.0

    gfx committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    fb199a8 View commit details
    Browse the repository at this point in the history
Loading