- 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