Skip to content

Commit

Permalink
Version and info updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asual committed Sep 28, 2013
1 parent 9732dfc commit 1f17a1b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
16 changes: 11 additions & 5 deletions README.md
Expand Up @@ -40,18 +40,24 @@ of the en_US locale. The locale can be globally configured using the following:

## Changes

### 09/28/2013 - jQuery Format 1.3

- Issue 14: Incorrectly rounding up at 3 decimals
- Issue 9: Function 'date' should not use current time
- Various minor fixes

### 11/24/2011 - jQuery Format 1.2

- Issue 8: Parsing string
- Issue 5: Decimal rounding
- Fixed issue with fraction formatting.
- Fixed issue with fraction formatting

### 09/26/2010 - jQuery Format 1.1

- Issue 3: Issue on rounding.
- Issue 2: A semicolon is missing line 275.
- Issue 1: Issue with number format #.## (or more).
- Issue 3: Issue on rounding
- Issue 2: A semicolon is missing line 275
- Issue 1: Issue with number format #.## (or more)

### 12/23/2009 - jQuery Format 1.0

Initial release.
Initial release
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -4,7 +4,7 @@
<title>jQuery Format Test Suite</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="jquery.format-1.3.min.js"></script>
<script type="text/javascript" src="qunit.js"></script>
<script type="text/javascript" src="test.js"></script>
Expand Down
6 changes: 6 additions & 0 deletions test/jquery-1.10.2.min.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions test/jquery-1.7.1.min.js

This file was deleted.

0 comments on commit 1f17a1b

Please sign in to comment.