- Merged PR 58
- Merged pull request 41
- Merged pull request 45
- Fixed the Makefile to correctly reference
jshint
- Fixed lint errors. Please note that we still use
eval
in some cases.
- Updated some maths trig functions
- Merged pull request 33
- Remove console.log statements.
- index.js was accidentally truncated by jima.
- Added the missing 22 EXCEL functions and associated test cases.
- Removed the dependency on moment and md5
- Added the following google spreadsheet functions ADD, DIVIDE, EQ, GTE, LT, LTE, MINUS, MULTIPLY, NE and POW
- Added associated test cases
- Add grunt support from João Jerónimo (joaojeronimo)
- POWER function with negative base now works from João Jerónimo (joaojeronimo)
- SUM supports multi-dimensional arrays from João Jerónimo (joaojeronimo)
- Integrate a really old but useful pull request to add database functions (sutoiku#9)
- Thanks a heap to Sam Dao (grasscrm) for all the database features
- Cleared all but 1 outstanding issue on github
- Added full match support to REGEXMATCH
- Removed CONCAT and INITIALS functions
- Added support for FROMNOW
- Added support for NUMERAL function
- Improved our bower support
- Upgraded some of our dependencies
- Added support for MD5 and some test cases
- Problem with computing weekdays with NETWORKDAYS #62319048
- Fixed issue wih DATEVALUE #62514386
- Added support for the SWITCH function (#60883740)
- Add some defensive coding around the LOWER function and add associated test cases
- Add pull request to fix DATEVALUE and add some test cases
- Add the begining support for bower package management
- Removed dependency on financial.js as this is now in the expression parser
- Fixed issue with CONCATENATE function (#59947518)
- Added HTML2TEXT and associated test cases
- Added HUMANIZE and associated test cases (#59192844)
- Added JSON2TEXT and associated test cases (#59604642)
- Moved the lodash functions to expression parser
- Moved the callback registration functions to expression parser module
- Fixed the way jStat uses formula's arguments
- Dates returned as string instead of JavaScript Date object
- Replaced sugar with lodash
- Placed a work around for some functions in lodash that do not work well with the expression parser
- Switched across from using underscore to lodash
- Merged in the changes in stoic.io
- Added more test coverage (we're up to about 55%)
- Added support for the financial package (https://github.com/mfreilich/financial.js)
- Did some refactoring to better support running in browser and nodejs
- Upgraded to moment v2.0.0
- Added support for requirejs
- Added support for function