73 Commits

Author SHA1 Message Date
jos
64529c3d2e replace tools/validateEmbeddedDocs with a unit test 2019-05-22 14:41:34 +02:00
jos
ec44199dc0 Ignore generated docs in repo, cleanup generated docs before generation 2019-05-22 14:25:42 +02:00
jos
20f82df057 Disable failing test, cleanup logging and temporary npm script 2019-05-22 14:06:33 +02:00
jos
e5048a8001 Allow math.import(all). Dropped support for renaming factory functions 2019-05-22 13:49:56 +02:00
jos
b52c4ca595 Publish v6.0.0-beta.2 2019-05-21 20:23:51 +02:00
jos
2a2074ade8 Merge remote-tracking branch 'origin/v5' into develop
# Conflicts:
#	gulpfile.js
#	package-lock.json
#	package.json
#	src/version.js
2019-05-18 08:29:35 +02:00
jos
80fa60f75d Publish v5.10.2, fix #1515, #1516, #1517 2019-05-18 08:03:02 +02:00
jos
ab1b83a2f6 Remove generated files from repo, make tests independent from generated files 2019-05-12 15:14:13 +02:00
jos
cc740b39be Move snapshot code into /src to have it transpiled 2019-05-04 15:17:15 +02:00
jos
158e39b673 Replace deprecated gulp-util with fancy-log 2019-05-04 10:05:15 +02:00
jos
af37445940 Merge branch 'develop' into modular_architecture
# Conflicts:
#	HISTORY.md
#	gulpfile.js
#	package-lock.json
2019-05-02 20:44:31 +02:00
jos
20aa9a005a Fix circular dependency in math namespace for evaluate 2019-04-29 21:19:50 +02:00
jos
427c39c33b Created ES5 and ES6 entry points 2019-04-28 20:56:08 +02:00
jos
bb9a1e2164 Rename *Full files to *Any 2019-04-27 20:27:26 +02:00
Kevin J
29c8fb8474 Fix banner/license for custom bundling (#1488)
* updated gulpfile so lib header sends correct version and date

* change from watch to build

* linted
2019-04-24 20:18:18 +02:00
jos
fb2f19b08f Fix links to mainBundle 2019-04-24 11:49:55 +02:00
jos
f4d4180cea Move all entry files under ./src/entry 2019-04-24 10:48:01 +02:00
jos
33cead1327 Improved deprecation errors and warnings. Introduce lazy again for factories. 2019-04-22 09:45:57 +02:00
jos
6081360d6a Merged develop into modular_architecture 2019-04-13 16:51:51 +02:00
jos
6c700d12a2 Publish v5.5.0 2019-02-20 17:10:03 +01:00
jos
83df09800b Merge branch 'develop' into modular_architecture_merge
# Conflicts:
#	HISTORY.md
#	gulpfile.js
#	package-lock.json
#	package.json
#	src/core/function/typed.js
#	src/expression/transform/index.js
#	src/function/statistics/sum.js
#	src/function/utils/index.js
#	src/type/unit/Unit.js
#	src/version.js
#	test/expression/node/FunctionNode.test.js
#	test/type/unit/function/createUnit.test.js
#	test/utils/bignumber/formatter.test.js
#	test/utils/number.test.js
2019-02-09 21:26:25 +01:00
jos
19bc1e0fce Implemented snapshot testing for all exported bundles and instances 2019-01-23 14:50:29 +01:00
jos
05e6cfec7f Doc generation working again. Renamed variance and evaluate occurrences in the docs. 2019-01-09 11:21:43 +01:00
Harry Sarson
1e2f3ed0d4 Improve error handling if webpack errors. (#1374)
It turns out webpack can error in two ways. This adds a check for the second way
and also surfaces any warnings.
See: https://webpack.js.org/api/node/#error-handling.
2019-01-05 11:13:54 +01:00
jos
5dd0a9ba9c Get bundle working (with lazy loading) 2019-01-02 10:03:05 +01:00
jos
c856e698f9 Update package-lock.json, restore latest gulpfile changes 2018-12-12 11:12:46 +01:00
jos
abc83aad4c some more gulp fixes 2018-12-10 23:19:24 +01:00
jos
c42485c781 Fix broken gulp scripts 2018-12-10 23:16:20 +01:00
jos
5574f2e27d Upgrade to gulp 4.0 2018-12-10 22:26:56 +01:00
jos
c529c14323 Split index file in two, having partials and fully created functions. Memoize created factory functions. Fix setting global epsilon of complex.js 2018-11-28 11:04:37 +01:00
jos
2630129c72 Fix linting issues 2018-11-20 21:24:59 +01:00
jos
d09a7ff584 Create script to check for non-ascii characters (see #1326) 2018-11-20 21:13:36 +01:00
jos
4c35d62158 Refactor the last files with commonjs 2018-11-09 14:07:14 +01:00
jos
2fd6cbd568 Converted matrix classes. Fixes in dependency resolving/ordering. 2018-11-07 12:38:00 +01:00
jos
88263c47c7 Woohoo fixed the last lint errors 2018-06-13 21:51:09 +02:00
jos
f1ce473457 Consistend camel case naming of variables and functions 2018-06-13 16:09:51 +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
024b2a9e26 Fix most lint errors using npx standard --fix 2018-06-10 20:28:27 +02:00
jos
b4c4050dd0 Moved lib to src (WIP) 2018-06-06 15:03:00 +02:00
jos
f87ec1c6db Setup Babel compilation (WIP) 2018-06-06 14:31:33 +02:00
jos
9b5596f5a1 Fixed #1101: math.js bundle not working when loading in a WebWorker 2018-05-21 11:51:01 +02:00
jos
6e7aa106d0 Released v5.2.1 2018-05-02 10:30:58 +02:00
jos
eea0bad55d Upgraded dependencies. Fixed config issue with latest uglifyjs 2017-12-16 21:17:54 +01:00
jos
c2fc7e688b Revert to older webpack to stay compatible with node 0.10 2017-12-02 20:41:26 +01:00
jos
dedd2a1ed8 Upgraded to webpack 3 2017-07-02 14:04:40 +02:00
jos
5b49cf8b0a Fixed broken gulp script 2017-06-30 11:36:21 +02:00
jos
b9ae313558 Upgraded to webpack v2 2017-02-21 20:45:07 +01:00
jos
9101dafbad Released v3.9.1 2017-02-06 20:15:33 +01:00