1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-19 21:28:32 +02:00

14 Commits

Author SHA1 Message Date
Tim Voronov
24d8eedd4c
Feature/doc markup ()
* Added release notes

*  fixedOCOD typo

* Updated values

* Updated comments

* Changed stdlib docs format

* Changed format of array in docs

* Use 'any' instead of 'value' in docs

* New format for optional params

* Updated docs for testing package

* Added namespace information
2020-08-07 21:49:29 -04:00
3timeslazy
ad2ec2e817 build core.Functions with map 2019-10-15 21:06:48 +03:00
3timeslazy
83dc0d2811 make core.Functions a struct 2019-10-15 11:40:36 +03:00
Tim Voronov
22382a0f61
Added namespace builder ()
* Added namespace builder

* Fixed linting issues

* Added extra check

* Updated e2e lib

* Renamed NamespaceBuilder to NamespaceContainer and changed func receivers

* Renamed NewLib to RegisterLib
2019-07-22 17:21:20 -04:00
Tim Voronov
6933798419
Bugfix/#295 arithmetic operators ()
* Some work

* Updated Add operator

* Updated Subtract operator

* Updated Subtract operator tests

* Added tests for multiplication

* Added division

* Updated the rest of operators
2019-05-19 12:12:11 -04:00
Tim Voronov
34c8c02258
Refactoring/externalized html ()
* Externalized HTML drivers

* Fixed unit tests

* Updated logging

* Added support to set default driver

* Updated GetIn and SetIn helpers
2019-02-19 18:10:18 -05:00
Tim Voronov
1af8b37a0f
New type system ()
* New type system

* Fixed dot notation for HTML elements
2019-02-13 12:31:18 -05:00
Tim Voronov
549b4abd3b
Feature/#5 collect keyword alt ()
Implemented COLLECT key word
2018-10-24 21:30:05 -04:00
3timeslazy
6df08a60cb Rewrite comments, closing 2018-10-14 13:06:27 -04:00
Tim Voronov
5f94b77a39
Feature/#7 numeric functions ()
*  Added ABS

*  Added ACOS

*  Added ASIN

*  Added ATAN

*  Added ATAN2

*  Added AVERAGE

*  Added CEIL

*  Added COS

*  Added DEGREES

*  Added EXP

*  Added EXP2

*  Added FLOOR

*  Added LOG

*  Added LOG2

*  Added LOG10

*  Added MAX

*  Added MEDIAN

*  Added MIN

*  Added PERCENTILE

*  Added PI

*  Added POW

*  Added RADIANS

*  Added RAND

*  Added RANGE

*  Added ROUND

*  Added SIN

*  Added SQRT

*  Added TAN

*  Added SUM

*  Added STDDEV_POPULATION

*  Added STDDEV_SAMPLE, VARIANCE_POPULATION, VARIANCE_SAMPLE
2018-10-13 21:07:28 -04:00
Tim Voronov
e0a7a8e6a1 Refactored types lib 2018-10-07 01:07:44 -04:00
David Landry
8942a5e584 Missed updating a bunch of identifiers 2018-10-05 19:40:09 -04:00
David Landry
90c2c702e4 Rename variables and methods to match styleguide 2018-10-05 17:38:12 -04:00
Tim Voronov
e02e861240 Hello world 2018-09-18 16:42:38 -04:00