Skip to content

Some Core library enhancements

Compare
Choose a tag to compare
@mr-rock mr-rock released this 07 May 19:48
· 6 commits to main since this release

This release contains the work done to provide some few extra enhacements to the Core library.

To provide further details about the work done:

  • implemented the LossyCodableList struct and property wrapper;
  • implemented the isNil and isNotNil computed properties in the Optional+Nil extension;
  • implemented the isNotEmpty computed property in the Collection+Empty extension;
  • improved some existing implementations for the String+Empty and TimeZone+Zone extensions.