This repository has been archived by the owner on Apr 10, 2020. It is now read-only.
Releases: dirkgroenen/SVGMagic
Releases · dirkgroenen/SVGMagic
Fixed Android test
3.0.1 Changed replacement test
Released version 3.0.0 with much more debug information
Client:
New features:
- SVGMagic can now return usefull debug information while replacing SVG images.
- Added timeout to ajax request. Show debug information when timeout gets exceeded.
New options:
- debug: Show usefull debug information in the console
Documentation:
- Added changelog to the bottom of the README
- Automatically return images over https when request was over https.
Server:
New features:
- Fully rewrite of the server script. The server will now provide much more information about the convert process.
- Response will contain the creation date of cached images.
- Data images are now also cached.
Fixed http/https problem (#18)
2.4.5 Fixed https http problems (#18)
Changed JSON to JSONP as type
2.4.4 Changed JSON to JSONP
Fixed little problems and updated documentation
2.4.2 raised version number
Merged craigfowler's fork
Please note that this fork has some major changes in how we use svgmagic. Please read the CHANGELOG attached to this release which shows all changes.
Added 'return this' to script
2.3.2 Updated version for last commit
Fixed broken Ajax URI
2.3.1 Delete SVGMagic.min.js
Changed Ajax method to POST
2.3.0 Changed GET to POST request
Added cachedump option
2.2.0 Little README update