Feature
- Methods with only default parameters are considered 0-arity #127 (Thanks to @valeev)
- Accessing nested members that may be null is now completely safe ⚠ #106 (Thanks to @natehitze)
Bugs
- Nullable types that are null are now not truthy #116 (Thanks to @natehitze)
- Customised Render pipeline was not passed to partials #126 (Thanks to @EndOfTheSpline)
- Ignore case now works on
IDictionary<string, object>
#120 (Thanks to @Meowzz95, @senneclaeskens and @stan-sz)