-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Macek
committed
Sep 20, 2014
1 parent
a9c2a43
commit efaebf6
Showing
5 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2.4.3 | ||
----- | ||
* fix location of testing script | ||
|
||
|
||
2.4.2 | ||
----- | ||
* add missing ignore entry to bower.json. wups! | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* @copyright 2014, macek <[email protected]> | ||
* @link https://github.com/macek/jquery-serialize-object | ||
* @license BSD | ||
* @version 2.4.2 | ||
* @version 2.4.3 | ||
*/ | ||
(function(root, factory) { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "serialize-object", | ||
"title": "jQuery.serializeObject", | ||
"description": "Serialize a form into an object or JSON.", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"author": { | ||
"name": "Paul Macek", | ||
"emali": "[email protected]", | ||
|
@@ -27,5 +27,5 @@ | |
"bugs": "https://github.com/macek/jquery-serialize-object/issues", | ||
"homepage": "https://github.com/macek/jquery-serialize-object", | ||
"docs": "https://github.com/macek/jquery-serialize-object/blob/master/README.md", | ||
"download": "https://github.com/macek/jquery-serialize-object/releases/tag/2.4.2" | ||
"download": "https://github.com/macek/jquery-serialize-object/releases/tag/2.4.3" | ||
} |