Skip to content

Latest commit

 

History

History
239 lines (135 loc) · 7.67 KB

CHANGELOG.md

File metadata and controls

239 lines (135 loc) · 7.67 KB
  • Change GHC Support

    • Add 9.4, 9.6, and 9.8
    • Drop 8.4

    NOTE: Things may still compile on versions not present here. These are just the versions we test with on CI.

  • Support GHCs 9.0 and 9.2
  • Relax test assertion for change in xss-sanitize behavior.

Released without changes, to test release automation.

  • Remove all dependencies upper bounds
  • Allow yesod-form-1.7
  • Allow persistent-2.12
  • Allow pandoc-2.13
  • Allow pandoc-2.12
  • Fix incorrect dependency bounds
  • Allow pandoc-2.11 and bytestring 0.11
  • Allow pandoc-2.9
  • Allow pandoc-2.7
  • Allow pandoc-2.6
  • Allow pandoc-2.5
  • Allow pandoc-2.4
  • Added markdownToHtmlWith & markdownToHtmlWithExtensions
  • Deprecate internal conversion functions
  • Allow pandoc-2.1
  • Require pandoc-2.0, support GHC 8.2 (@cdepillabout)
  • Drop GHC 7.10 support

No changes

  • Allow pandoc-1.16
  • Require pandoc-1.14, support pandoc 1.15 (@robgssp)
  • Allow yesod-1.4 (@nek0)
  • Remove temporary < 1.2.0.2 workaround
  • Add dependency bounds to avoid broken texmath-0.6.5.1
  • Support shakespeare (renamed from hamlet package)
  • Add upper bound on temporary-1.2.0.2
  • Write PersistFieldSql instance by hand
  • Allow text-1.*
  • Allow blaze-html-0.7 and blaze-markup-0.7
  • Derive PersistFieldSql
  • Trim \r from textarea content
  • Fix reading content with UTF-8 characters
  • Support pandoce-1.10
  • Require yesod-1.1 and yesod-form-1.2 (@dlthomas)
  • Support yesod-1.0 (@pSub)
  • Drop GHC 6 support (@pSub)
  • Require pandoc-1.9

This is the first version where we begin tracking changes.