Skip to content

Interface changes

Latest
Compare
Choose a tag to compare
@ptiz ptiz released this 12 Jan 21:06
  • The contract of the base Bender interface Rule has been relaxed: AnyObject parameters are now Any;
  • Added forceOptional methods to ObjectRule (thanks @dydus0x14 ) to force putting/getting "null" value if needed;
  • Swift 5;