Changelog of @hackage/lentil 0.1.2.3

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