3972 Commits

Author SHA1 Message Date
Eric Mansfield
757e6e0041 More tests passing! 2019-08-26 23:39:06 -06:00
Eric Mansfield
66763c8b99 Added toJSON and fromJSON 2019-08-05 22:24:41 -06:00
Eric Mansfield
ea68ae2564 Default commonPrefixes for custom units 2019-08-05 21:04:09 -06:00
Eric Mansfield
36df6411a4 More fixes 2019-08-04 16:00:52 -06:00
Eric Mansfield
9b9bf57ea8 Working for non-base units 2019-08-04 15:02:29 -06:00
Eric Mansfield
0026480edc Implemented createUnit, not working yet 2019-08-04 14:51:12 -06:00
Eric Mansfield
1c5b18f684 Preparing for inevitable task of doing createUnit 2019-08-03 21:42:54 -06:00
Eric Mansfield
52c2ae8c31 Added tests for createUnit 2019-08-03 20:55:23 -06:00
Eric Mansfield
aa01e0e3a1 Bugfix: make unit(string) use new configs 2019-07-21 14:19:55 -06:00
Eric Mansfield
b27271434d Started working on handling config changes, angles 2019-06-29 14:45:55 -06:00
Eric Mansfield
83d233aa0a Merge branch 'unitmath' of https://github.com/josdejong/mathjs into unitmath 2019-06-28 18:59:50 -06:00
jos
0a9f03378e Merge branch 'develop' into unitmath 2019-06-05 12:44:26 +02:00
jos
aa89c83251 Publish v6.0.0-beta.3 v6.0.0-beta.3 2019-06-05 12:09:58 +02:00
jos
7a84844c6e Fix npm coverage script 2019-06-05 11:55:49 +02:00
jos
bce068e601 Update browser versions tested against with BrowserStack 2019-06-05 11:50:32 +02:00
jos
db4910bed4 Move all test related stuff in folder test 2019-06-05 11:45:02 +02:00
jos
2c4087740c Move entry files, images, and remove composer.json 2019-06-05 11:25:28 +02:00
jos
35fc780d2a Refactor import to first flatten the functions and then import them, allowing to import dependency collections 2019-06-05 10:57:48 +02:00
jos
bb14f62dd9 Describe mathjs/number in getting started 2019-06-05 09:43:36 +02:00
jos
0da9477035 Update unitmath to the latest version, change to exact version 2019-06-05 09:33:10 +02:00
greenkeeper[bot]
ffba126de5 Update webpack to the latest version 🚀 (#1537)
* chore(package): update webpack to version 4.33.0

* chore(package): update lockfile package-lock.json
2019-06-05 08:38:17 +02:00
Eric Mansfield
bfc74a147b More tests passing now 2019-06-04 21:37:19 -06:00
Eric Mansfield
1884e633ba Support for complex comparisons (a hack really) 2019-06-04 19:04:47 -06:00
Eric Mansfield
940a76a041 Changed Unit to unit in tests 2019-06-04 19:04:26 -06:00
jos
91c895771f Merge remote-tracking branch 'origin/develop' into develop 2019-06-03 20:09:16 +02:00
jos
d7dc838419 Simplification in import 2019-06-03 20:09:07 +02:00
Eric Mansfield
52eaf7daaf Other improvements, some deprovements 2019-06-01 11:53:32 -06:00
Eric Mansfield
e09af78aab
Merge pull request #1533 from ericman314/unitmath-test-fixes
Fixing tests
2019-06-01 08:20:18 -06:00
Eric Mansfield
a04ef4f524 Even more fixes 2019-05-30 18:37:55 -06:00
Eric Mansfield
4ff41dc274 Wrap custom type ops to promote number to custom type 2019-05-30 12:49:17 -06:00
greenkeeper[bot]
93de739e4f Update uglify-js to the latest version 🚀 (#1534)
* chore(package): update uglify-js to version 3.6.0

* chore(package): update lockfile package-lock.json
2019-05-30 19:06:29 +02:00
Eric Mansfield
0c9b220bac Minor tweak to conv function 2019-05-29 17:42:06 -06:00
Eric Mansfield
465c94f7ac More fixes 2019-05-29 07:52:29 -06:00
Eric Mansfield
79c30cecf6 More fixing 2019-05-29 07:24:55 -06:00
Eric Mansfield
5e8dfb2bfc Fixing tests 2019-05-27 16:56:24 -06:00
jos
408a996920 Start with integration of unitmath, see #1486 2019-05-27 21:12:12 +02:00
jos
41efed79d3 Fix #1473: remove 'use strict' in every file 2019-05-26 20:21:18 +02:00
jos
fc66aa5bb5 Expose function factory via mathjs instance 2019-05-26 15:48:18 +02:00
jos
b649d82d4d Larger timeout for tree-shaking unit test 2019-05-26 15:33:01 +02:00
jos
2dba84ab90 Cleanup temporary test-tree-shaking folder 2019-05-26 15:30:44 +02:00
jos
667fd74e17 Implement integration test to test tree-shaking 2019-05-26 15:26:13 +02:00
jos
f54599a701 Fix #1530: apply rounding first and lowerExp and upperExp second when formatting a number 2019-05-25 15:51:33 +02:00
jos
45344e8d9e Fix another round-off error in unit tests of in units on IE/Edge 2019-05-25 15:29:52 +02:00
jos
9a6c79afe8 Fix round-off error in constant reducedPlanck on IE and Edge 2019-05-25 15:12:16 +02:00
jos
96b4fb6a17 Update history 2019-05-25 14:50:10 +02:00
Eric Mansfield
c08188b8ed Updated physical constants to 2019 recommended values (#1529) 2019-05-25 14:48:37 +02:00
greenkeeper[bot]
8ec293d736 Update webpack to the latest version 🚀 (#1528)
* chore(package): update webpack to version 4.32.2

* chore(package): update lockfile package-lock.json
2019-05-23 09:49:11 +02:00
jos
859cac81a1 Merged function core and create into one function create 2019-05-22 21:20:56 +02:00
jos
9b5a937570 Merge remote-tracking branch 'origin/develop' into develop 2019-05-22 17:09:10 +02:00
jos
b833879d1b Update devDependencies. Remove webpack-cli from devDependencies. 2019-05-22 17:08:52 +02:00