Skip to content

Releases: sparkapi/sparkql

v1.3.3 Evaluator bugfix

19 Aug 19:40
075619c

Choose a tag to compare

[BUGFIX] Evaluator fix for Not regression in v1.3.1

v1.3.2 bugfix

07 Aug 17:00
637a832

Choose a tag to compare

  • [BUGFIX] More Evaluator fixes
  • [BUGFIX] fixed the build.

v1.3.1 bugfix

07 Aug 15:27
368eeec

Choose a tag to compare

  • [BUGFIX] Evaluator fix for Not expressions

New sparkql functions

06 May 15:56
5cc54cf

Choose a tag to compare

  • dayofweek(), dayofyear(), and weekdays() functions
  • Updated gemspec

v1.1.1 Release

09 Sep 15:17

Choose a tag to compare

  • [BUGFIX] Fix Not handling in the new Evaluation class

v1.0.1 Release

24 Feb 21:37

Choose a tag to compare

  • [IMPROVEMENT] Support scientific notation for floating point numbers

v1.0.0 Release

12 Feb 22:53

Choose a tag to compare

  • [IMPROVEMENT] function support for fields (delayed resolution). Backing systems must
    implement necessary function behaviour.
  • Drop support for ruby 1.8.7. Georuby dropped support several years back and
    this drop allows us to pick up newer update allows us to stay in sync with
    that gems development

Functions for years() and months()

06 Jan 19:02

Choose a tag to compare

Added for API-1887, this release adds a years and months function that works similar to the existing days function