Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Releases: dirkgroenen/SVGMagic

Fixed Android test

18 Feb 17:58
Compare
Choose a tag to compare
3.0.1

Changed replacement test

Released version 3.0.0 with much more debug information

22 Nov 16:28
Compare
Choose a tag to compare

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)

01 Oct 19:09
Compare
Choose a tag to compare
2.4.5

Fixed https http problems (#18)

Changed JSON to JSONP as type

01 Oct 18:51
Compare
Choose a tag to compare
2.4.4

Changed JSON to JSONP

Fixed little problems and updated documentation

01 Aug 13:23
Compare
Choose a tag to compare

Merged craigfowler's fork

01 Aug 12:08
Compare
Choose a tag to compare

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

08 Jun 22:19
Compare
Choose a tag to compare
2.3.2

Updated version for last commit

Fixed broken Ajax URI

07 Mar 15:55
Compare
Choose a tag to compare
2.3.1

Delete SVGMagic.min.js

Changed Ajax method to POST

04 Mar 16:15
Compare
Choose a tag to compare
2.3.0

Changed GET to POST request

Added cachedump option

30 Jan 22:24
Compare
Choose a tag to compare
2.2.0

Little README update