196 Commits

Author SHA1 Message Date
daniel indlekofer
e74724dcc6
Update README.md (#2254)
writing problem
2021-06-20 10:46:47 +02:00
Daniel Hritzkiv
95bf1d8f81
Remove note about needing to install @types/mathjs package (#2221)
Due to #2192
2021-05-24 09:51:52 +02:00
Jos de Jong
efb17e56d5
Replace Sponsor button image 2021-05-09 14:02:55 +02:00
Jos de Jong
208df48ffd
Add github sponsor button in readme (see #2204) 2021-05-09 13:53:34 +02:00
Jos de Jong
c5909a34b5 Remove badge for BRIIM, it's unactive for 9 months now 2021-03-13 17:46:17 +01:00
Tom Hu
69056f8564
Add Codecov badge to README (#2134) 2021-03-13 17:44:49 +01:00
Jos de Jong
6621159e8d Update years in copyright from 2020 to 2021 2021-01-01 15:43:11 +01:00
Jos de Jong
b01a97fc26 Update maintenance tag for 2021 2021-01-01 15:02:19 +01:00
Jos de Jong
89be399444 Replace description of Travis CI with Github Actions 2020-12-30 21:04:13 +01:00
Jos de Jong
91f24d12ac Fix #2063: replace travis badge with github workflow badge 2020-12-18 15:04:05 +01:00
Jos de Jong
9d876fac77 Extend develop section 2020-11-06 10:36:13 +01:00
Jos de Jong
1540a18756 Write section "Develop" in readme 2020-11-06 10:11:15 +01:00
Jos de Jong
6f00715754
Specify import require paths (continuation of #1941) (#1962)
* Add `.js` extension to source file imports

* Specify package `exports` in `package.json`

Specify package type as `commonjs` (It's good to be specific)

* Move all compiled scripts into `lib` directory

Remove ./number.js (You can use the compiled ones in `./lib/*`)

Tell node that the `esm` directory is type `module` and enable tree shaking.

Remove unused files from packages `files` property

* Allow importing of package.json

* Make library ESM first

* - Fix merge conflicts
- Refactor `bundleAny` into `defaultInstance.js` and `browserBundle.cjs`
- Refactor unit tests to be able to run with plain nodejs (no transpiling)
- Fix browser examples

* Fix browser and browserstack tests

* Fix running unit tests on Node 10 (which has no support for modules)

* Fix node.js examples (those are still commonjs)

* Remove the need for `browserBundle.cjs`

* Generate minified bundle only

* [Security] Bump node-fetch from 2.6.0 to 2.6.1 (#1963)

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. **This update includes a security fix.**
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Cleanup console.log

* Add integration tests to test the entry points (commonjs/esm, full/number only)

* Create backward compatibility error messages in the files moved/removed since v8

* Describe breaking changes in HISTORY.md

* Bump karma from 5.2.1 to 5.2.2 (#1965)

Bumps [karma](https://github.com/karma-runner/karma) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.1...v5.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

Co-authored-by: Lee Langley-Rees <lee@greenimp.co.uk>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-20 18:01:29 +02:00
josdejong
cf8ade92ff Remove greenkeeper badge 2020-05-09 17:59:12 +02:00
jos
b3236b6592 Publish v6.4.0 2020-01-06 20:03:52 +01:00
jos
e0dd9049b0 Update maintenance badge for 2020 2020-01-04 09:54:44 +01:00
Harry Sarson
a8c8847a37 tie build status badge to master (#1559)
If a greenkeeper branch is failing we don't want kids to get the wrong impression about
the quality of code landing on master in mathjs!
2019-07-06 09:05:56 +02:00
jos
0fcbb1511b Fix logo in readme 2019-06-22 15:46:20 +02:00
jos
51f99dbcd3 Remove old_browsers example (these browsers aren't supported anymore) 2019-06-08 13:59:39 +02:00
jos
b52c4ca595 Publish v6.0.0-beta.2 2019-05-21 20:23:51 +02:00
jos
794803c0cd Updated readme, history, and some examples 2019-04-30 21:06:08 +02:00
jos
e28dd24c87 Don't mention a minimal node.js version in the readme 2019-04-30 19:58:26 +02:00
jos
20aa9a005a Fix circular dependency in math namespace for evaluate 2019-04-29 21:19:50 +02:00
jos
6081360d6a Merged develop into modular_architecture 2019-04-13 16:51:51 +02:00
Harry Sarson
3db346d8df Let folk know that mathjs is still maintained (#1424) 2019-03-02 09:33:53 +01:00
jos
70cbc3ec30 Replace http urls with https where supported 2019-02-27 13:08:42 +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
078f1dd69f Renamed methods .eval to .evaluate, updated all docs and examples accordingly 2019-01-16 10:11:32 +01:00
jos
ec0f9bd715 Publish v5.4.1 2019-01-10 22:07:03 +01:00
Jos de Jong
38bd02bc9d
Add note about TypeScript 2018-07-27 22:30:34 +02:00
Jos de Jong
9ec5767e57
Fixed #1188: maintenance badge has broken link 2018-07-27 16:57:30 +02:00
Amin Abdul Manaf
a8774154e1 Fixed a typo (#1187) 2018-07-27 16:54:34 +02:00
Jos de Jong
e75a1eae84
Move greenkeeper badge to the right place 2018-07-22 16:47:53 +02:00
greenkeeper[bot]
cb23f557ee Update dependencies to enable Greenkeeper 🌴 (#1153)
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge

* update package-lock to bring in sync with package.json
2018-07-22 16:41:11 +02:00
jos
8b5eb89a02 Minor tweaks in the docs 2018-06-16 14:57:28 +02:00
jos
4ca1d563b8 Drop official support for IE9/IE10 2018-06-14 21:00:58 +02:00
jos
b3b96749bf Refactored var into const/let, and removed a lot of semicolons 2018-06-13 12:21:14 +02:00
jos
fc084e4309 Move npm run test:browserstack up in the readme 2018-06-02 13:00:24 +02:00
jos
91dd7796d8 Clickable images 2018-05-31 21:37:27 +02:00
jos
eb9a6e4943 Reorder text 2018-05-31 21:36:01 +02:00
jos
4584ce2ce2 Fix broken image url 2018-05-31 21:32:22 +02:00
jos
dda23c5b95 Updated description on continuous integration testing 2018-05-31 21:29:39 +02:00
Harry Sarson
4cb235003f
add note to readme about browser testing.
README now includes info about local browsertests and browserstack as well as a note explaining that a valid BrowserStack login is needed to run the tests there.
2018-05-31 18:10:21 +01:00
Robin Wieruch
c561b171b4
add slack community to README.md 2018-03-21 11:55:31 +08:00
jos
84b7ff0efa Merge branch 'master' into develop 2018-01-31 14:22:05 +01:00
jos
2d212c4597 Update maintenance image 2018-01-31 13:52:51 +01:00
jos
a00b333e00 Fixed some broken links and an example output 2018-01-27 17:18:47 +01:00
jos
e99fb2d481 Released v3.19.0 2018-01-06 20:19:45 +01:00
Jos de Jong
c872a84559
Add npm link 2017-12-28 22:15:39 +01:00
Jos de Jong
f719a7fad6
Update readme (see #994) 2017-12-28 22:14:15 +01:00