Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ccp999/Expr4j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dotloop/Expr4j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 166 files changed
  • 2 contributors

Commits on Sep 26, 2014

  1. Added lighter weight ExcelFunctionProvider

    Added Date Expression type
    Added ability to convert operands during evaluation
    Changed ExprStringContact to allow concatenation of string with
    missing variable (returns the valid string)
    jsteinbrunner committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    aee6969 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Added support for cyclic dependencies in BasicEvaluationCallback

    Modified error handling so calling code knows more information about the formula that errored out
    Added FORMAT function
    jsteinbrunner committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    c86b15d View commit details
    Browse the repository at this point in the history
  2. Bug fixes

    jsteinbrunner committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    41413fb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. Configuration menu
    Copy the full SHA
    fa3d13c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. Added a format function

    bug fixes
    jsteinbrunner committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    7b53eda View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Added TEXTIFY function

    jsteinbrunner committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    913548f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. Configuration menu
    Copy the full SHA
    49bbb5f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Fixed unit tests and commented out functions that weren't implemented…

    … or couldn't be validated with unit test
    
    Will need to go back and validate if function needs to be used in future.
    jsteinbrunner committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    23936ab View commit details
    Browse the repository at this point in the history
  2. Additional unit testing

    jsteinbrunner committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    4db6bd0 View commit details
    Browse the repository at this point in the history
  3. Fixed unit test

    jsteinbrunner committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    3eaae39 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Added new Function EMPTY

    Fixed infinite loop when missing closing quote on string.
    jsteinbrunner committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    da82eb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Configuration menu
    Copy the full SHA
    6913b72 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. changes

    chrismoyer committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    f1b07de View commit details
    Browse the repository at this point in the history
  2. Fixed bug with "forty" misspelling

    Formatting fixes
    jsteinbrunner committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    a3a202c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from dotloop/maven_changes

    changes
    chrismoyer committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    3a30542 View commit details
    Browse the repository at this point in the history
  4. typo

    chrismoyer committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    6854de9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    984a2b3 View commit details
    Browse the repository at this point in the history
  2. Removed IterationEngine class because it was not compatible with Java…

    … 8 and not sure what its purpose is.
    jsteinbrunner committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    278c594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d97e47 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Merge pull request #2 from dotloop/add-exponent-operator

    Add exponent operator
    jsteinbrunner authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    2418a50 View commit details
    Browse the repository at this point in the history
Loading