[go: up one dir, main page]

Skip to content

Commit

Permalink
Released version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 5, 2016
1 parent 4162108 commit 1588b0e
Show file tree
Hide file tree
Showing 10 changed files with 806 additions and 615 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# History


## not yet released, version 3.2.2
## 2016-07-05, version 3.3.0

- Implemented function `isNaN`.
- Function `math.filter` now passes three arguments to the callback function:
value, index, and array.
- Removed the check on the number of arguments from functions defined in the
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "3.2.1",
"version": "3.3.0",
"main": "./dist/math.min.js",
"license": "Apache-2.0",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "3.2.1",
"version": "3.3.0",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
"repo": "josdejong/mathjs",
"main": "dist/math.min.js",
Expand Down
Loading

0 comments on commit 1588b0e

Please sign in to comment.