diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ae81441 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +...for the [client library](https://github.com/afeld/jsonp/blob/master/jsonp.js). + +# 0.2.0 + +* switch settings from `cors`/`jsonp` to `corsSupport`/`jsonpSupport` + +# 0.1.0 + +Initial release. diff --git a/jsonp.js b/jsonp.js index 428c07b..028ce08 100644 --- a/jsonp.js +++ b/jsonp.js @@ -1,5 +1,5 @@ /* -JSONProxy jQuery Plugin, v0.1.0 +JSONProxy jQuery Plugin, v0.2.0 http://jsonp.jit.su by Aidan Feldman