jos
|
600cfb403a
|
Fix return statement should not contain assignment
|
2018-06-13 17:37:27 +02:00 |
|
jos
|
0583771e4e
|
Cleanup unused variables and imports
|
2018-06-13 17:25:51 +02:00 |
|
jos
|
b7edef2d18
|
Fixed inconsistent curly braces of cde blocks
|
2018-06-13 16:59:43 +02:00 |
|
jos
|
fdf3dca4ba
|
disable warnings on unmodified loop condition
|
2018-06-13 16:45:04 +02:00 |
|
jos
|
cfd7698867
|
Fixed duplicate variable definitions
|
2018-06-13 16:36:13 +02:00 |
|
jos
|
0513898a4b
|
Fix using new for side effects
|
2018-06-13 16:31:18 +02:00 |
|
jos
|
4507f90fd7
|
Fixed lower case naming of DenseMatrix
|
2018-06-13 16:18:21 +02:00 |
|
jos
|
c2518dcf60
|
Fixed lower case naming of MatrixIndex
|
2018-06-13 16:17:06 +02:00 |
|
jos
|
f1ce473457
|
Consistend camel case naming of variables and functions
|
2018-06-13 16:09:51 +02:00 |
|
jos
|
b1777e3cf9
|
Fixed mixing || and && in expressions
|
2018-06-13 15:38:57 +02:00 |
|
jos
|
1f0a37a0cb
|
Split initialized 'const' declarations into multiple statements
|
2018-06-13 15:31:37 +02:00 |
|
jos
|
b6b36bfd9b
|
Use strict equality checks everywhere (=== and !==)
|
2018-06-13 15:02:21 +02:00 |
|
jos
|
17f07ec098
|
Fixed incompatibility with v4 (index.js file)
|
2018-06-13 14:02:50 +02:00 |
|
jos
|
6d340e0faa
|
Fixed import.js not being documented correctly in the function reference
|
2018-06-13 13:34:27 +02:00 |
|
jos
|
b3b96749bf
|
Refactored var into const/let, and removed a lot of semicolons
|
2018-06-13 12:21:14 +02:00 |
|
jos
|
934ea83df7
|
Fixed linting issues "Expected consistent spacing"
|
2018-06-12 21:38:11 +02:00 |
|
jos
|
c2777c856b
|
Fixed linting issues "Unexpected template string expression"
|
2018-06-12 21:18:45 +02:00 |
|
jos
|
adccb818ea
|
Replace tabs with spaces
|
2018-06-10 20:51:53 +02:00 |
|
jos
|
024b2a9e26
|
Fix most lint errors using npx standard --fix
|
2018-06-10 20:28:27 +02:00 |
|
jos
|
f76b3aef15
|
Add standardjs linter
|
2018-06-10 20:27:52 +02:00 |
|
jos
|
30821d0113
|
Update history.md
|
2018-06-10 14:14:57 +02:00 |
|
jos
|
b3568a4c4a
|
Merge branch 'fix-derivative-tex' of https://github.com/joelhoover/mathjs into joelhoover-fix-derivative-tex
|
2018-06-10 14:08:56 +02:00 |
|
jos
|
3261d6fb0b
|
Update history.md
|
2018-06-09 21:20:40 +02:00 |
|
Jos de Jong
|
15011c9ac1
|
Merge pull request #1129 from josdejong/develop_es6
ES6+ setup (WIP)
|
2018-06-09 14:10:18 +02:00 |
|
jos
|
537d2d4986
|
Create tests for the bundles, run on prepublish only
|
2018-06-09 14:01:50 +02:00 |
|
jos
|
9b942b0099
|
Configure babel in karma
|
2018-06-09 13:28:35 +02:00 |
|
Joel Hoover
|
260b448dc7
|
Use getType insead of using to removed valueType in derivative
|
2018-06-07 22:04:22 -04:00 |
|
Joel Hoover
|
6722b448d1
|
Merge branch 'develop' into fix-derivative-tex
|
2018-06-07 21:43:20 -04:00 |
|
Joel Hoover
|
d2164c4fc5
|
Properly handle TeXing of 'derivative', and added test cases for regression (fixes josdejong/mathjs#1103)
|
2018-06-07 21:39:16 -04:00 |
|
jos
|
66b81969f5
|
Removed test:cli script again
|
2018-06-06 22:24:33 +02:00 |
|
jos
|
5aa958c870
|
Renamed node-test to test-node, run compile and cli testing too on npm test
|
2018-06-06 22:22:50 +02:00 |
|
jos
|
635cd0b574
|
Revert using /lib/ in tests, use /src/ again. Fixed coverage testing. WIP
|
2018-06-06 22:11:52 +02:00 |
|
jos
|
42aef43f2f
|
Fix compiling before testing
|
2018-06-06 21:36:37 +02:00 |
|
jos
|
79071b5e4f
|
Fixed npm run test:browser not working (WIP)
|
2018-06-06 21:30:41 +02:00 |
|
jos
|
0c084b8e20
|
npm test working now
|
2018-06-06 15:36:36 +02:00 |
|
jos
|
b4c4050dd0
|
Moved lib to src (WIP)
|
2018-06-06 15:03:00 +02:00 |
|
jos
|
35329d7db4
|
Move lib to src
|
2018-06-06 14:37:39 +02:00 |
|
jos
|
f87ec1c6db
|
Setup Babel compilation (WIP)
|
2018-06-06 14:31:33 +02:00 |
|
jos
|
8d0f671391
|
Remove dist folder
|
2018-06-06 13:53:19 +02:00 |
|
jos
|
2571eed319
|
Add index.js to package.json files list (see #1128)
|
2018-06-06 13:32:00 +02:00 |
|
Jos de Jong
|
fc8b686539
|
Merge pull request #1128 from josdejong/npm-files
explicity list files to be included in npm package
|
2018-06-06 13:30:49 +02:00 |
|
jos
|
65c044542e
|
Merge branch 'develop' into npm-files
# Conflicts:
# .npmignore
|
2018-06-06 13:16:48 +02:00 |
|
Harry Sarson
|
275fc1f6a8
|
Delete .npmignore
|
2018-06-06 12:12:52 +01:00 |
|
Harry Sarson
|
bd10dc80f5
|
extend list of files included in npm package
|
2018-06-06 12:12:34 +01:00 |
|
Harry Sarson
|
1e11e126c6
|
remove trailing comma in package.json
|
2018-06-06 12:09:33 +01:00 |
|
jos
|
8c702f6f8e
|
Exclude all test files and config from the npm package
|
2018-06-06 12:52:22 +02:00 |
|
Harry Sarson
|
1c7eeb8e90
|
explicity list files to be included in npm package
Rather than add everything to the npm package it is better to only add the nessary files.
This commit lists the files to include based on https://docs.npmjs.com/files/package.json#files
|
2018-06-06 11:48:34 +01:00 |
|
jos
|
e112b43e5b
|
Update testing to chrome v67
|
2018-06-06 12:10:10 +02:00 |
|
jos
|
8e70c4dcc1
|
Merge branch 'browser_testing' into develop
|
2018-06-06 12:07:12 +02:00 |
|
jos
|
fbe2ccb2b4
|
Dropped support for bower, remove dist file from git repo
|
2018-06-06 11:15:51 +02:00 |
|