Skip to content

`ImmutableMappable` - Support for immutable mappings

Compare
Choose a tag to compare
@tristanhimmelman tristanhimmelman released this 07 Oct 18:27
· 339 commits to master since this release
  • Support of Immutable mappings. Thanks to @devxoul!
    • New protocol ImmutableMappable which defines a throwing init function where immutable mappings can be performed
    • New operator for Model to JSON generation >>>
  • Bug fix: DateTransforms now marked as open
  • Map.currentKey is now public