All Versions
11
Latest Version
Avg Release Cycle
318 days
Latest Release
1611 days ago

Changelog History
Page 1

  • v0.6.1

    April 11, 2020
  • v0.6 Changes

    October 30, 2019
    • Made the generated code total. See #10
  • v0.5.2

    June 03, 2016
  • v0.5.1 Changes

    October 28, 2014
    • Made the type of the default 'rexView' fully polymorphic.
  • v0.5 Changes

    February 20, 2014
    • Changed the configuration datatype to allow custom preprocessing of expr / pat antiquotes. The default match processing is now "rexView", an identifier that can be shadowed locally or hidden on import.

    • Removed 'maybeRead'.

  • v0.4.3 Changes

    December 21, 2013
    • Patch from aavogt! to use haskell-src-exts to parse view patterns.

    • Miscellaneous code cleanups.

  • v0.4.2 Changes

    February 04, 2013
  • v0.4 Changes

    October 11, 2012
    • Made configuration into a datatype.
  • v0.3 Changes

    September 25, 2011
    • Fixed a capture indexing bug, where capture fields which aren't bound would cause subsequent bound captures to be incorrect.

    • Above bug fix actually neatened up code.

    • Added configuration of default mapping pattern.

  • v0.2 Changes

    September 24, 2011
    • Added custom configuration of PCRE options.

    • Added non-precompiling quasiquoters.

    • Fixed a bug where patterns with no captures would fail.

    • Decided to remove the defaulting to 'read' - too much magic.