File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ Runtime behavior changes:
103
103
- Rendering for all the conditions (isEqualTo, etc.) has changed. This should be transparent to most users unless you
104
104
have coded a direct implementation of ` VisitableCondition ` . The change makes it easier to code custom conditions that
105
105
are not supported by the library out of the box. The statement renderers now call methods ` renderCondition ` and
106
- ` renderLeftColumn ` that you can override to implement any rendering you need.
106
+ ` renderLeftColumn ` that you can override to implement any rendering you need. In addition, we've made ` filter ` and
107
+ ` map ` support optional if you implement custom conditions
107
108
108
109
## Release 1.5.2 - June 3, 2024
109
110
You can’t perform that action at this time.
0 commit comments