Skip to content

0.2.0

Compare
Choose a tag to compare
@KeRNeLith KeRNeLith released this 29 Jul 15:50

Version 0.2.0

  • Maybe:
    • Little optimizations
    • New IfOr and ElseOr extensions.
    • Easy conversions between numeric Maybe (ToInt(), ToLong(), ToDouble(), etc.)
    • Conversion from numeric Maybe to Maybe<bool>.
    • Try Get Value for dictionaries supports null key queries.
    • Try Get Value for dictionary<TKey, object> supports value cast to an expected type.