- A host of Date functions are now supported as built-in functions
date.now()
,date.secondOfMinute()
,date.minuteOfHour()
,date.hourOfDay()
,date.dayOfWeek()
,date.dayOfMonth()
,date.dayOfYear()
,date.weekOfMonth()
,date.weekOfYear()
,date.monthOfYear()
,date.year()
- Bugfix: Removed the filterInputsBy package line, which prevents scanning custom packages that are registered on hopebuilder
- Bugfix in
pointer.exists
- Version bump for vulnerable components
- Added equals and hashCode to value types
- Reflections library shaded
- Bulk evaluation api added
- Additional api to return index of first matching rule
- Json Path and Pointer pre-compilation
- Loop perf optimization
- Added plugin to commit benchmarks as part of PR
- Set JDK version to 11
- Reflections version bump
- Fixed parser issue in escaped string parsing
- Supported field reference using json pointers
- Supported quotation using single quotes
- Jackson version bump