Skip to content

Commit 91cf948

Browse files
committed
Release v2.5.1
1 parent e86d899 commit 91cf948

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.5.0 / 2014-07-11
2+
3+
* (#66) build: Switch to UglifyJS for better minification (2.3kb -> 1.9kb).
4+
* Published to npm.
5+
* Compatible with jQuery 1.11.
6+
* Moved project from Google Code to GitHub: https://github.com/Krinkle/jquery-json/releases.
7+
18
## 2.4.0 / 2012-11-14
29

310
* (#50) Inherited properties should be left out.

dist/jquery.json.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "jquery-json",
3-
"version": "2.4.0",
3+
"description": "jQuery plugin for serialising to and parsing from JSON.",
4+
"version": "2.5.1",
45
"homepage": "https://github.com/Krinkle/jquery-json",
56
"repository": {
67
"type": "git",

src/jquery.json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* jQuery JSON plugin v2.4.0
2+
* jQuery JSON plugin v2.5.1
33
* https://github.com/Krinkle/jquery-json
44
*
55
* @author Brantley Harris, 2009-2011

0 commit comments

Comments
 (0)