v0.9.2
changes since v0.9.1
🐛 Fixes
- fix: Support kebab-cased property names with modifiers: previously
:gte:order-date
resulted in['gte', ['order']]
while the expected result is['gte', ['order-date']]
Changes
- change: pin base docker image to semtech/mu-jruby-template:2.13.0