Released v3.15.0

This commit is contained in:
jos 2017-07-29 14:11:11 +02:00
parent 9666c16378
commit 62f7abfe09
6 changed files with 1742 additions and 1583 deletions

View File

@ -1,6 +1,6 @@
# History
## not yet released, version 3.15.0
## 2017-07-29, version 3.15.0
- Added support for the dollar character `$` in symbol names (see #895).
- Allow objects with prototypes as scope again in the expression parser,

3279
dist/math.js vendored

File diff suppressed because it is too large Load Diff

2
dist/math.map vendored

File diff suppressed because one or more lines are too long

38
dist/math.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
module.exports = '3.14.2';
module.exports = '3.15.0';
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "3.14.2",
"version": "3.15.0",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [