4118 Commits

Author SHA1 Message Date
jos
892532aef2 Updated version number to 1.1.1-SNAPSHOT 2014-11-15 13:57:33 +01:00
jos
be88ed8105 Released version 1.1.0 v1.1.0 2014-11-15 13:43:03 +01:00
jos
0733e00be9 Added example expression_trees.js 2014-11-15 13:42:07 +01:00
jos
309bf3938d Added proper error messages to Node.map 2014-11-15 13:32:02 +01:00
jos
9257ec3c33 Added unit tests for Node.map and Node.forEach 2014-11-15 13:16:32 +01:00
jos
5669ae1365 Some refactoring 2014-11-14 11:35:13 +01:00
jos
a1f60db0d1 Created Node.map, changed traverse to use Node.map 2014-11-14 11:25:48 +01:00
jos
20c96894ab Enforcing implementation of _traverse on Nodes 2014-11-13 22:16:57 +01:00
jos
be9a8629ea Node.transform does not create a clone of the tree anymore 2014-11-13 22:01:48 +01:00
jos
92627f2c94 Nodes for a BlockNode must now be passed via the constructor instead of via a function add 2014-11-13 21:54:41 +01:00
jos
423909e6f1 Changed constructor of RangeNode to new RangeNode(start: Node, end: Node [, step: Node]). 2014-11-13 21:25:37 +01:00
jos
5415e488f7 Added examples for each node type 2014-11-13 09:55:19 +01:00
jos
8e73778775 Fixed a list in the docs 2014-11-12 22:32:43 +01:00
jos
72a1b03850 Documented expression tree API. Some internal refactoring in nodes. 2014-11-12 22:30:15 +01:00
jos
601212c0e9 Fixed a typo in the docs of round 2014-11-11 10:45:24 +01:00
jos
56711cd9d4 Updated how to publish 2014-11-09 15:42:41 +01:00
jos
bc15efbc68 Fixed #219: implemented function nthRoot 2014-11-09 14:18:30 +01:00
jos
8f37893c61 Implemented function cross (cross product for vectors). 2014-11-08 17:57:51 +01:00
jos
50fb91346b Implemented function dot (dot product for vectors). 2014-11-08 16:13:32 +01:00
jos
db60d95438 Fixed 2e giving a syntax error instead of being parsed as 2 * e (see #229) 2014-11-08 15:27:22 +01:00
jos
374759a84e types.type now also recognizes a function 2014-10-19 20:37:27 +02:00
jos
8513ccca49 More clear explanation of included/excluded boundaries in random and randomInt docs (See #222) 2014-10-14 09:21:21 +02:00
jos
df33f9f13f Updated /dist 2014-10-14 09:09:58 +02:00
jos
378e99e9e4 Fixed #222: typo in the docs of random and randomInt 2014-10-14 09:09:25 +02:00
jos
7132a6f3c2 Fixed #221 for one-based implementations of map and forEach 2014-10-14 09:03:04 +02:00
jos
02d4d1d819 Fixed #221: Parameter index in the callbacks of map and forEach are now cloned for every callback 2014-10-13 21:53:55 +02:00
jos
bd1981ecd0 Renamed Node.map and Node.forEach back to traverse and transform 2014-10-13 21:42:48 +02:00
jos
adf0b39a69 Fixed deprecated messages 2014-10-12 19:45:05 +02:00
jos
3ad2407196 Updated /dist 2014-10-12 19:37:22 +02:00
jos
b4de2cb549 Some code reorganization 2014-10-12 19:37:02 +02:00
jos
238281e28a Renamed traverse and transform to forEach and map 2014-10-12 19:32:51 +02:00
jos
5d0e8984cb Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	HISTORY.md
2014-10-11 22:32:05 +02:00
jos
ae588c9d93 Removed a todo 2014-10-11 22:30:52 +02:00
jos
ba70c07509 Added unit tests for Node.clone 2014-10-11 22:29:48 +02:00
jos
95a49fe156 Node.transform first clones the node tree 2014-10-11 21:59:47 +02:00
jos
839e596772 Implemented transform and traverse 2014-10-11 18:03:41 +02:00
jos
5f08307391 Implemented a function replace for nodes of a parsed expression. 2014-10-11 15:33:23 +02:00
Jos de Jong
7f5c1accd7 Merge pull request #217 from owenversteeg/patch-1
fix mischief caused by time-traveling programmers
2014-09-17 09:00:51 +02:00
Owen Versteeg
42d2dfa9a0 fix mischief caused by time-traveling programmers 2014-09-16 22:57:55 -04:00
Rogelio J. Baucells
2fbf9d32c3 Merge pull request #8 from josdejong/master
Update from original
2014-09-16 12:16:19 -04:00
jos
3473971d71 Updated version number to 1.0.2-SNAPSHOT 2014-09-12 10:01:18 +02:00
jos
49ceebb004 Released version 1.0.1 v1.0.1 2014-09-12 09:20:06 +02:00
jos
52a922e937 Fixed #210: Disabled array notation for ranges in a matrix index the expression parser 2014-09-09 17:33:53 +02:00
jos
41db497289 Removed references in documentation to the "distribution" function 2014-09-08 11:30:48 +02:00
jos
2f4fd5c222 Merge branch 'master' into develop 2014-09-05 09:24:39 +02:00
jos
78fa1e8f06 Roadmap updated 2014-09-05 09:24:26 +02:00
jos
00d8e1ba53 Using format precision=14 in stringified output of Help 2014-09-05 09:15:11 +02:00
jos
bc60f4bc88 Bumped version number to 1.0.1-SNAPSHOT 2014-09-04 21:40:14 +02:00
jos
84ba28dccf Added docs for filter and sort 2014-09-04 21:39:10 +02:00
jos
1a360b6995 Merge branch 'develop' v1.0.0 2014-09-04 21:28:01 +02:00