Skip to content

3.0.0

Choose a tag to compare

@icidasset icidasset released this 30 Jan 17:13
· 10 commits to main since this release
---- Markdown.Transmutationist - MAJOR ----

    Changed:
      - inlineToHtmlWithOptions :
            Inline -> { imageLoadingStrategy : LoadingStrategy } -> Html msg
      + inlineToHtmlWithOptions :
            { imageLoadingStrategy : Markdown.Transmutationist.LoadingStrategy }
            -> Markdown.Inline.Inline
            -> Transmutable.Html.Html msg

      - toHtmlWithOptions :
            Block -> { imageLoadingStrategy : LoadingStrategy } -> Html msg
      + toHtmlWithOptions :
            { imageLoadingStrategy : Markdown.Transmutationist.LoadingStrategy }
            -> Markdown.Block.Block
            -> Transmutable.Html.Html msg