117 Commits

Author SHA1 Message Date
jos
a737849f7d Docgenerator now supports descriptions with multiple paragraphs. 2014-04-26 16:31:54 +02:00
josdejong
0b52130f06 Merge branch 'develop' into reference
Conflicts:
	gulpfile.js
	lib/function/arithmetic/round.js
	package.json
2014-03-29 22:39:53 +01:00
josdejong
585c5c3784 Moved the validation script from tests to the build script 2014-03-24 20:32:56 +01:00
josdejong
2f98984d51 Some fixes in the docgenerator 2014-02-19 21:55:21 +01:00
josdejong
b87f989c43 Created a simple docgenerator to generate references. It's too boring to do manually 2014-02-17 22:54:09 +01:00
Sebastien Piquemal
aa0249d458 fixed npm install, changed src to lib 2013-08-14 15:00:12 +04:00
josdejong
6a6b5c3e61 Replaced all x instanceof Array with Array.isArray(x) 2013-08-04 14:30:38 +02:00
josdejong
19b507b9f0 Refactored all code to 2 space indentation 2013-08-04 14:07:47 +02:00
josdejong
47980ca81b Implemented custom node handler in the parser 2013-06-26 13:19:15 +02:00
josdejong
01400af0db Fixed Complex constructor not accepting NaN as parameter (see also issue 14) 2013-06-13 20:11:50 +02:00
josdejong
84552d133e More tests 2013-05-06 21:54:57 +02:00
josdejong
f0c6bad960 Improved test methods approx.equal and approx.deepEqual. 2013-05-05 18:34:54 +02:00
josdejong
31a034cc2c Splitted all tests in separate files: one file per function 2013-05-05 15:38:28 +02:00
josdejong
46b60c01ee Fixed: minified version of the library was broken 2013-03-11 20:56:02 +01:00
josdejong
c896eae319 Parser implemented 2013-02-23 23:45:51 +01:00
josdejong
b7b3436982 Added type checks to the jake-utils 2013-02-21 17:31:04 +01:00
josdejong
a91169e098 Updated jake build script and some restructuring of the code 2013-02-20 13:52:41 +01:00