Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -1/+1 | |
2017-08-09 | HTML reader: parse <main> like <div role=main>. (#3791) | bucklereed | 1 | -0/+15 | |
* HTML reader: parse <main> like <div role=main>. * <main> closes <p> and behaves like a block element generally | |||||
2017-06-27 | HTML reader: Use the lang value of <html> to set the lang meta value. (#3765) | bucklereed | 1 | -0/+6 | |
* HTML reader: Use the lang value of <html> to set the lang meta value. * Fix for pre-AMP environments. | |||||
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -1/+2 | |
Readers: Renamed StringReader -> TextReader. Updated tests. API change. | |||||
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -2/+2 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -3/+2 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+33 | |