Skip to content

Funcky 2.7.1

Compare
Choose a tag to compare
@bash bash released this 13 Jun 09:32
0f6fae2

Deprecations

  • Option.None<T>(): We originally introduced the Option.None<T> method as a future proof replacement to Option<T>.None for use in method groups,
    because Funcky 3 changes Option<T>.None to a property. This turned out to be confusing to users especially because both method are always suggested in autocomplete.