Changelog of @hackage/lentil 0.1.6.0

0.1.6.0

  • Released Thu 01 Oct 2015 10:54:10 CEST
  • Added support for Stack (patch by Francesco Mazzoli).
  • Added extension aliases (request by Henning Thielemann).

0.1.5.0

  • Released Tue 29 Sep 2015 14:32:11 CEST
  • Tags are now allowed at the beginning of the issue, before the description, too (request by qptain nemo).

0.1.4.1

  • Released Wed 26 Aug 2015 22:11:33 CEST
  • Added ".cabal" ".chs" ".hsc" (request by Henning Thielemann).

0.1.4.0

  • Released Wed 26 Aug 2015 19:42:05 CEST
  • Added SQL-like string parsing (requested by qptain nemo).

0.1.3.1

  • Released Sat 01 Aug 2015 20:36:50 CEST
  • Added Nix syntax (.nix) (requested by Tomislav).
  • Added .pl and .sh test files to vcs.

0.1.3.0

  • Released Fri 24 Jul 2015 15:25:39 CEST
  • Lentil searches for files outside $PWD (request+patch by Tomislav).
  • Lentil enumerates all files within $PWD (request+patch by Tomislav).

0.1.2.7

  • Released Mon 20 Jul 2015 19:38:12 CEST
  • allowed naked todos (w/o desc) (requested by qptain nemo).

0.1.2.6

  • Released Mon 13 Jul 2015 12:24:24 CEST
  • added shell script syntax (.sh) (requested by qptain nemo).

0.1.2.5

  • Released Mon 13 Jul 2015 12:08:13 CEST
  • added perl syntax (requested by larsen).

0.1.2.4

  • Released Wed 24 Jun 2015 07:48:28 CEST
  • Added missing test file.

0.1.2.3

  • Released Wed 24 Jun 2015 06:49:42 CEST
  • Fixed ghc 7.8.3 build, hopefully for real.

0.1.2.2

  • Released Wed 24 Jun 2015 06:24:33 CEST
  • Fixed ghc 7.8.3 build.

0.1.2.1

  • Released Wed 24 Jun 2015 05:45:47 CEST
  • fixed bug: flagwords (todo, fixme, etc.) will be picked up as part of an issue only when they come at the beginning of a line.

0.1.2.0

  • Released Wed 24 Jun 2015 03:46:07 CEST
  • added -f compiler option to make output emacs parseable (requested by Henning Thielemann).
  • fixed contiguous single-line/block-comment bug (reported by Henning Thielemann).

0.1.1.3

  • Released Mon 15 Jun 2015 23:29:49 CEST
  • fixmes and xxx issues now get a free [fixme]/[xxx] tag (requested by qptain nemo).

0.1.1.2

  • Released Fri 12 Jun 2015 21:21:11 CEST
  • fixed broken parse on empty file (reported by Simon Michael)

0.1.1.1

  • Released Fri 12 Jun 2015 12:44:18 CEST
  • fixed a broken test (reported by Peter Simons)

0.1.1.0

  • Released Fri 12 Jun 2015 01:38:26 CEST
  • make flagword syntax more liberal (-- todo something <-- is valid now)
  • more languages available (c++, java, javascript, python, ruby)
  • fixed end-of-file bug and double quote string literal

0.1.0.2

  • Released Tue 09 Jun 2015 21:05:33 CEST
  • Added changes.txt as changelog