Skip to content

v0.13.0

Compare
Choose a tag to compare
@fsoikin fsoikin released this 29 Jul 14:57
  • ReactElement is now a full Monoid with empty as identity and append
    creating React.Fragment elements.
  • Breaking: module Elmish.React.DOM has been removed and its contents
    moved to Elmish.React.
  • Breaking: module Elmish.Trace has been removed. Its sole export has been
    part of the standard debug library for a while now.
  • Fixed a bug with readForeign and nested Nullables: reading [1,"foo",2]
    as Nullable (Array Int) would complain that the second element is bogus
    (which is true) and incorrectly state that the expected type was Nullable Int.