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: MTco/JavaScript-ID3-Reader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aadsm/JavaScript-ID3-Reader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 16 files changed
  • 3 contributors

Commits on May 8, 2015

  1. Update README.md

    Add Cordova / PhotoGap usage
    aadsm committed May 8, 2015
    Configuration menu
    Copy the full SHA
    6ea55cd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Node.js & Browserify compatibility

    - add package.json with build deps and server-side deps
    - move to commonjs dependencies, don't expose globals
    - change FileAPIReader to be a property of ID3 instead of global (breaking)
    - use browserify with --standalone (for UMD compatibility)
    - update README with node.js & UMD usage instructions
    - bump major version since we're introducing a breaking change (FileAPIReader access)
    jesseditson authored and aadsm committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    da09b42 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. Update README.md

    Add note about jsmediatags
    aadsm committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    e5e2834 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. Add missing try/catch block

    vyorkin committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    42bb7fb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Merge pull request aadsm#60 from vyorkin-forks/master

    Add missing try/catch block
    aadsm authored Sep 6, 2016
    Configuration menu
    Copy the full SHA
    3ef70f3 View commit details
    Browse the repository at this point in the history
Loading