Blame CHANGES.txt

Packit 247f4e
Changelog for TagSoup
Packit 247f4e
Packit 247f4e
0.14.2
Packit 247f4e
    #66, make sure positions are correct for lone & characters
Packit 247f4e
0.14.1
Packit 247f4e
    #63, add maybeAttrib
Packit 247f4e
0.14
Packit 247f4e
    #14, eliminate Text.HTML.Download
Packit 247f4e
0.13.10
Packit 247f4e
    #51, improve the Haddock documentation
Packit 247f4e
    #52, fix some > 16bit HTML entities
Packit 247f4e
0.13.9
Packit 247f4e
    #50, fix a space leak
Packit 247f4e
    #36, fix the demo examples
Packit 247f4e
    #35, make IsString a superclass of StringLike
Packit 247f4e
    #33, make flattenTree O(n) instead of O(n^2)
Packit 247f4e
0.13.8
Packit 247f4e
    #30, add parse/render functions directly to the Tree module
Packit 247f4e
0.13.7
Packit 247f4e
    #32, make sure upper case &#X works in lookupEntity
Packit 247f4e
0.13.6
Packit 247f4e
    #28, some named entities require a trailing semicolon (e.g. mid)
Packit 247f4e
0.13.5
Packit 247f4e
    #26, rename the test program to test-tagsoup
Packit 247f4e
0.13.4
Packit 247f4e
    #24, add isTagComment function
Packit 247f4e
    Update the copyright year
Packit 247f4e
0.13.3
Packit 247f4e
    Work on GHC 7.9
Packit 247f4e
0.13.2
Packit 247f4e
    Remove all package upper bounds
Packit 247f4e
    Allow QuickCheck-2.6
Packit 247f4e
0.13.1
Packit 247f4e
    #562, treat <script> specially as per HTML5
Packit 247f4e
0.13
Packit 247f4e
    #616, extend to all HTML5 entities
Packit 247f4e
    Optimise lookupNamedEntity
Packit 247f4e
    Replace escapeXMLChar with escapeXML
Packit 247f4e
    Change all Entity functions to return String, not Int or Char
Packit 247f4e
0.12.7
Packit 247f4e
    Allow deepseq-1.3
Packit 247f4e
    Allow QuickCheck-2.5
Packit 247f4e
    Support bytestring-0.10 (NFData instances added)
Packit 247f4e
0.12.6
Packit 247f4e
    #515, don't crash on malformed characters (use ? instead)
Packit 247f4e
0.12.5
Packit 247f4e
    Add optRawTag to Render, to ensure script's don't get escaped
Packit 247f4e
0.12.4
Packit 247f4e
    #487, fix the behaviour of ~== for TagComment and others
Packit 247f4e
0.12.3
Packit 247f4e
    GHC 7.2 compatibility
Packit 247f4e
0.12.2
Packit 247f4e
    Add StringLike instances for Text
Packit 247f4e
0.12.1
Packit 247f4e
    Add parseOptionsEntities and improve documentation
Packit 247f4e
0.12
Packit 247f4e
    Upgrade to QuickCheck 2.4.*
Packit 247f4e
    Export toTagRep
Packit 247f4e
    Make the -download flag off by default
Packit 247f4e
    Eliminate HTTP dependency
Packit 247f4e
    Eliminate mtl dependency
Packit 247f4e
0.11.1
Packit 247f4e
    Support --flags=-download to eliminate the network dependency
Packit 247f4e
0.11
Packit 247f4e
    #326,  is no longer treated as an attribute
Packit 247f4e
    Add Eq/Ord instances to Tree
Packit 247f4e
    Don't mark Text.HTML.TagSoup.Tree as preliminary
Packit 247f4e
    #325, \r should be treated as whitespace
Packit 247f4e
0.10.1
Packit 247f4e
    #322, don't change ' to ' in render (do what the docs say)
Packit 247f4e
0.10
Packit 247f4e
    Improve the cabal file, make the test program off by default
Packit 247f4e
    Expose Text.HTML.TagSoup.Match again (was hidden accidentally)
Packit 247f4e
0.9
Packit 247f4e
    #294, let optEntityData see if there was a ';' (CHANGES API)
Packit 247f4e
    Numeric/hex entities in attributes were misparsed
Packit 247f4e
    #149, add escapeHTML function
Packit 247f4e
0.8
Packit 247f4e
    Parser now based on HTML5 specification
Packit 247f4e
    Tag is now parameterised by the string type
Packit 247f4e
0.6
Packit 247f4e
    Addition of Text.HTML.TagSoup.Tree and Text.HTML.TagSoup.Render
Packit 247f4e
    Text.HTML.TagSoup.Parser.Options renamed to ParseOptions
Packit 247f4e
    Text.HTML.TagSoup.Parser.options renamed to parseOptions
Packit 247f4e
0.4
Packit 247f4e
    Changelog started