-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: lapsio/JavaScript-ID3-Reader
base: master
head repository: aadsm/JavaScript-ID3-Reader
compare: master
- 20 commits
- 16 files changed
- 8 contributors
Commits on Mar 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ef9824b - Browse repository at this point
Copy the full SHA ef9824bView commit details
Commits on Mar 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 8c5a133 - Browse repository at this point
Copy the full SHA 8c5a133View commit details
Commits on Apr 6, 2014
-
Add options.onError to handle errors
This was a two fold problem: - The data reader was not passing enough information to the fncError callback function it received. It was not using the fncError when making HEAD requests. - ID3 was never using the fncError callback error function provided by the dataReader.
Configuration menu - View commit details
-
Copy full SHA for c3fb4b3 - Browse repository at this point
Copy the full SHA c3fb4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251daaf - Browse repository at this point
Copy the full SHA 251daafView commit details -
Change compiler.jar path to be local
I guess most people will just put it in the same folder.
Configuration menu - View commit details
-
Copy full SHA for 073af6f - Browse repository at this point
Copy the full SHA 073af6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4978f96 - Browse repository at this point
Copy the full SHA 4978f96View commit details -
Check for 206 status on HEAD requests
It seems that Firefox 28 is returning status code 206 when the file has been cached. This is odd because 206 stands for Partial Content which only makes sense for GET Range requests...
Configuration menu - View commit details
-
Copy full SHA for 60dd82f - Browse repository at this point
Copy the full SHA 60dd82fView commit details -
Merge pull request aadsm#34 from aadsm/gh-33_head-206-status
Check for 206 status on HEAD requests
Configuration menu - View commit details
-
Copy full SHA for d9b62c3 - Browse repository at this point
Copy the full SHA d9b62c3View commit details
Commits on Apr 27, 2014
-
Removed document.write call and replaced with an appendChild call.
Replaced document.write call that adds VBScript with a document.appendChild call due to the document.write call failing when script is loaded asynchronously
Configuration menu - View commit details
-
Copy full SHA for 4ed3614 - Browse repository at this point
Copy the full SHA 4ed3614View commit details
Commits on Jan 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b200b94 - Browse repository at this point
Copy the full SHA b200b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 725dfb5 - Browse repository at this point
Copy the full SHA 725dfb5View commit details
Commits on Jan 27, 2015
-
tests will throw an error on iphone:TypeError: Cannot read property 'data' of undefined
Configuration menu - View commit details
-
Copy full SHA for 506e9ed - Browse repository at this point
Copy the full SHA 506e9edView commit details
Commits on Feb 10, 2015
-
Fixed 'If-Modified-Since' date format
Hi, My IIS 8.5 server was causing me trouble with the If-Modified-Since header, and returning a 400 code. After investigating it seems that the date should be in RFC822 or RFC1123 format, and both of which require that the day be formatted with a leading 0. Anyway, adding the 0 fixed my problem. Hope that helps someone else. Cheers Xavier
Configuration menu - View commit details
-
Copy full SHA for 2790d1f - Browse repository at this point
Copy the full SHA 2790d1fView commit details
Commits on Feb 23, 2015
-
Merge pull request aadsm#47 from xps/patch-1
Fixed 'If-Modified-Since' date format
Configuration menu - View commit details
-
Copy full SHA for 32733e0 - Browse repository at this point
Copy the full SHA 32733e0View commit details -
Merge pull request aadsm#46 from janryWang/master
Update bufferedbinaryajax.js
Configuration menu - View commit details
-
Copy full SHA for fe76e1f - Browse repository at this point
Copy the full SHA fe76e1fView commit details
Commits on May 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6ea55cd - Browse repository at this point
Copy the full SHA 6ea55cdView commit details
Commits on Nov 9, 2015
-
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)
Configuration menu - View commit details
-
Copy full SHA for da09b42 - Browse repository at this point
Copy the full SHA da09b42View commit details
Commits on Jan 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e5e2834 - Browse repository at this point
Copy the full SHA e5e2834View commit details
Commits on Sep 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 42bb7fb - Browse repository at this point
Copy the full SHA 42bb7fbView commit details
Commits on Sep 6, 2016
-
Merge pull request aadsm#60 from vyorkin-forks/master
Add missing try/catch block
Configuration menu - View commit details
-
Copy full SHA for 3ef70f3 - Browse repository at this point
Copy the full SHA 3ef70f3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master