jos
|
c389ad336e
|
Added missing docs on trace
|
2015-02-09 21:49:44 +01:00 |
|
jos
|
beb4e2e536
|
Released version 1.3.0
|
2015-02-09 21:43:00 +01:00 |
|
jos
|
904f4ed8df
|
Added some docs about converting a unit to a number with the expression parser
|
2015-01-05 21:07:00 +01:00 |
|
jos
|
5a5b4c1d7f
|
Replaced tab with spaces
|
2014-12-31 09:03:51 +01:00 |
|
jos
|
79f4d7fbe3
|
Some minor fixes in the docs
|
2014-12-30 19:57:34 +01:00 |
|
jos
|
7411e02889
|
Improved a code example
|
2014-12-29 09:37:23 +01:00 |
|
jos
|
b1c29bc8cd
|
Fixed issues with the pipe character in markdown
|
2014-12-27 13:05:23 +01:00 |
|
jos
|
1ee3e45ec4
|
Added some more docs on BlockNode
|
2014-12-26 15:01:59 +01:00 |
|
jos
|
e3b74d4ff8
|
Some reorganisation in the docs
|
2014-12-25 20:04:26 +01:00 |
|
jos
|
8b253f050b
|
Renamed function select to chain
|
2014-12-25 17:05:29 +01:00 |
|
jos
|
97163135b2
|
Implemented xor operator ^| in the expression parser
|
2014-12-25 15:45:54 +01:00 |
|
jos
|
73b67bfc09
|
Removed logical not operator ! (so now we just have logical operators and, not, or, xor).
|
2014-12-25 14:21:16 +01:00 |
|
jos
|
2614ca6203
|
Added docs for xor, removed docs of _divide
|
2014-12-25 14:11:15 +01:00 |
|
jos
|
c8aff69110
|
Added markdown docs of bitwise and logical functions
|
2014-12-23 21:26:08 +01:00 |
|
jos
|
5a3e55f39b
|
Added docs on bitwise and logical functions for expression parser
|
2014-12-23 21:25:34 +01:00 |
|
jos
|
af08c269f3
|
Added operators &, |, <<, >>, >>> not, and, or to the expression parser
|
2014-12-23 16:25:32 +01:00 |
|
jos
|
3f42d8d08c
|
Fixe a typo (see #246)
|
2014-12-14 13:24:24 +01:00 |
|
jos
|
2385efef31
|
Fixed a typo in the docs
|
2014-12-02 10:33:08 +01:00 |
|
jos
|
4bb0aab1ce
|
Fixed indentation issue
|
2014-11-22 14:47:24 +01:00 |
|
jos
|
b0740ad66a
|
Released version 1.1.1
|
2014-11-22 14:21:38 +01:00 |
|
jos
|
e0268b7be8
|
Fixed markdown indentation issues in the docs
|
2014-11-16 15:05:36 +01:00 |
|
jos
|
50fe486102
|
Inserted spaces
|
2014-11-16 14:53:56 +01:00 |
|
jos
|
3268cdfb03
|
Added empty lines around fenced code blocks, gives issues with some markdown parsers
|
2014-11-16 14:46:02 +01:00 |
|
jos
|
5dda5b44b8
|
Fixed a broken link in the docs
|
2014-11-15 14:34:29 +01:00 |
|
jos
|
8996910c46
|
Fixed a broken link in the docs
|
2014-11-15 14:33:27 +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
|
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
|
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
|
41db497289
|
Removed references in documentation to the "distribution" function
|
2014-09-08 11:30:48 +02:00 |
|
jos
|
84ba28dccf
|
Added docs for filter and sort
|
2014-09-04 21:39:10 +02:00 |
|
jos
|
f1313d8be7
|
Implemented a function filter(x, test)
|
2014-09-04 20:52:51 +02:00 |
|
jos
|
d1b96cde4d
|
Improved comment
|
2014-09-03 22:13:55 +02:00 |
|
jos
|
fa4a23c34b
|
math.number can convert units to numbers (requires a second argument)
|
2014-09-03 21:29:16 +02:00 |
|
jos
|
c466c305c7
|
Fixed a precedence issue with the unit conversion operator
|
2014-08-23 10:48:00 +02:00 |
|
jos
|
1b1bb8ef7f
|
Fixed a precedence issue with the range operator
|
2014-08-23 10:32:32 +02:00 |
|
jos
|
40b470dc96
|
Released version 0.27.0
|
2014-08-21 20:40:28 +02:00 |
|
jos
|
a172b52fdc
|
Renamed raw to rawArgs (see #207)
|
2014-08-18 09:02:04 +02:00 |
|
jos
|
4370629159
|
Documented function transforms and custom argument parsing
|
2014-08-17 11:44:14 +02:00 |
|
jos
|
4a98f6efd4
|
Updated docs
|
2014-08-16 18:00:23 +02:00 |
|
jos
|
41663147e6
|
Implemented function sort
|
2014-08-14 22:24:15 +02:00 |
|
jos
|
bfa6b6ea45
|
Updated docs
|
2014-08-12 22:36:45 +02:00 |
|