Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-30 | Miscellaneous Windows-specific fixes and CI | Laurent P. René de Cotret | 5 | -5/+18 | |
2020-05-27 | Fix for filepath matching on Windows | Laurent P. René de Cotret | 1 | -16/+16 | |
2019-08-30 | Improve error messages | Jasper Van der Jeugt | 3 | -34/+56 | |
2019-08-25 | Add getCategory tests | David Parrish | 1 | -0/+42 | |
2019-05-25 | Add option to specify date in directory structure | Taeer Bar-Yam | 1 | -0/+5 | |
2019-02-06 | Fix typo in Hakyll.Web.Template(.Context).Tests | Hexirp | 2 | -2/+2 | |
2018-11-24 | Corrected assertion in unixFilterError test | Jim McStanton | 1 | -1/+3 | |
2018-10-02 | Drop extension when parsing dates in filepaths | Gabriel Aumala | 1 | -0/+4 | |
Drop the file extension when parsing the date from the filepath of a resource. | |||||
2018-03-20 | Make Pandoc dependency optional | Bergi | 3 | -5/+5 | |
2018-03-07 | Optimise CSS compression | Bergi | 1 | -9/+9 | |
2018-01-15 | Various dependency bumps | Jasper Van der Jeugt | 5 | -25/+25 | |
- Bump binary to 0.9 - Bump pandoc to 2.1 - Bump pandoc-citeproc to 0.13 - Bump http-types to 0.11 - Bump QuickCheck to 2.11 - Bump tasty to 1.0 - Bump tasty-hunit to 0.10 - Remove system-filepath dependency | |||||
2017-12-25 | Extend capture with Regex handling | frederik-h | 1 | -0/+1 | |
2017-12-18 | Fix warnings and errors | Jasper Van der Jeugt | 1 | -2/+1 | |
2017-11-17 | Fix compression of calc() in CSS | Krzysztof Jurewicz | 1 | -0/+2 | |
According to Mozilla Developer Network, “The + and - operators must always be surrounded by whitespace.”. | |||||
2017-11-17 | Make unixFilter output stderr when failing | Nick Boultbee | 1 | -3/+21 | |
Fixes #581. | |||||
2017-06-10 | Some small CSS compression improvements | Nicole Rauch | 1 | -3/+7 | |
* We now also compress whitespace around commas. * Remove whitespace around some other operators as well. * Clarified the code around the separator compression and even improved the code (one case slipped through unnoticed). | |||||
2016-10-31 | Add test | Nikolaos S. Papaspyrou | 1 | -0/+1 | |
2016-10-17 | Move from test-framework to tasty | Jasper Van der Jeugt | 16 | -66/+65 | |
2016-08-15 | Also trim whitespace around colons. | Nicole Rauch | 1 | -0/+2 | |
2016-08-14 | Do not strip comments that are inside constants. | Nicole Rauch | 1 | -1/+4 | |
2016-08-14 | We must avoid the compression of whitespace in constants by handling it in ↵ | Nicole Rauch | 1 | -1/+6 | |
the same way. | |||||
2016-08-14 | Improved the compaction a bit more. | Nicole Rauch | 1 | -0/+2 | |
2016-08-14 | Compacted the tests and made them more readable. | Nicole Rauch | 1 | -22/+11 | |
2016-08-14 | We need to constantly check whether we are at the start of a constant, not ↵ | Nicole Rauch | 1 | -4/+6 | |
just once. | |||||
2016-08-14 | Adding tests that make sure that whitespace at the start or end of constants ↵ | Nicole Rauch | 1 | -0/+5 | |
does not get eaten. | |||||
2016-08-14 | Adding tests that make sure that the constant terminators don't get mixed up. | Nicole Rauch | 1 | -0/+5 | |
2016-08-14 | Whitespace in certain kinds of string constants is no longer eliminated. | Nicole Rauch | 1 | -0/+3 | |
2016-08-14 | Added some unit tests for CompressCss | Nicole Rauch | 1 | -0/+43 | |
2016-08-04 | Fix partials and add a test | Jasper Van der Jeugt | 1 | -0/+13 | |
Fixes #460 | |||||
2016-07-25 | Trim instructions. TrimRd chunk might need TrimL. Trim tests. | samgd | 1 | -6/+8 | |
2016-07-24 | Fix module layout | samgd | 1 | -48/+39 | |
2016-07-24 | Working trimming but module loop and formatting req. | samgd | 1 | -8/+8 | |
2016-07-23 | Expr trimming. '-' binds to '$'. | samgd | 1 | -0/+7 | |
2016-07-23 | Partial trimming | samgd | 1 | -0/+7 | |
2016-07-23 | For trimming | samgd | 1 | -3/+13 | |
2016-07-23 | If Trim parsing | samgd | 1 | -5/+8 | |
2016-07-22 | Add Trim_ data constructors. Add If test for Trim | samgd | 1 | -0/+15 | |
2016-07-22 | Remove redundant where | samgd | 1 | -1/+0 | |
2016-04-21 | Fix test failure | Jasper Van der Jeugt | 1 | -3/+11 | |
2016-04-06 | Initial YAML support | Jasper Van der Jeugt | 4 | -36/+29 | |
See #225 | |||||
2015-10-24 | templateBodyCompiler compiles resource body only | Bergi | 1 | -1/+1 | |
and becomes the new default, instead of templateCompiler fixes #378 | |||||
2015-08-16 | Add "poster" as a URL attribute | Duncan | 1 | -0/+3 | |
2015-05-29 | Update to use Pandoc 1.14 | Jasper Van der Jeugt | 1 | -1/+1 | |
2015-02-11 | Remove test debug output | Paul Keene | 1 | -2/+0 | |
2015-01-10 | Ensure "Listening on 0.0.0.0:8000" message is not garbled | Jasper Van der Jeugt | 1 | -2/+4 | |
2015-01-06 | Add a test for #300 | Jasper Van der Jeugt | 1 | -10/+24 | |
2014-10-27 | Add tests | Jasper Van der Jeugt | 1 | -3/+14 | |
2014-10-27 | Better functions in templates | Jasper Van der Jeugt | 2 | -2/+2 | |
2014-05-09 | Merge branch 'master' of github.com:jaspervdj/hakyll | Jasper Van der Jeugt | 1 | -0/+2 | |
2014-04-19 | ADD: Added failing test cases for `toSiteRoot`. | Izzy Cecil | 1 | -0/+2 | |