Changelog of @hackage/regex 0.11.1.0

--change-log--

0.11.1.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-30

  • Cannot hide Text.RE.ZeInternals.SearchReaplace modules (#101)

0.11.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-29

  • Simplify API (#97)
  • Rename Location to RELocation (#98)
  • Rename the MacrosDescriptor Fields #99

0.10.0.3 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-28

  • Update to LTS-8.6 (#95)
  • Improve Haddocks for Text.RE.{TDFA,PCRE} (#94)

0.10.0.2 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-27

  • Constrain the types of the template quasi quoters (#86)
  • Add escape methods to IsRegex (#87)
  • Better Haddock Commentary (#90)
  • Better release-testing scripts (#91)
  • Make travis stack-release tests advisory (#92)

0.10.0.1 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-26 Withdrawn

0.10.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-25 Withdrawn

0.9.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-23

  • Flip the order of the arguments to replace (#78)
  • Add type-safe replacement templates (#60)
  • Finish tidying up the API (#80)
  • Make regex compatible w/ TH-less GHCs (#70)
  • Declare extensions the compiler must support (#83)
  • Fix curl for AppVeyor build (#79)
  • Fix AppVeyor badge (#81)
  • Remove QQ from code coverage stats (#82)
  • Rename Options, Context and Replace methods (#84)

0.8.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-16

  • Tidy up the API after recent reorganization (#76)

0.7.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-15

  • Fix and extend Replace class (#74)
  • Better package organisation (#73)
  • Generalise sed' in progress (#72)
  • compileRegex to take just a string (#68)
  • Fix comment reference in Text.RE.PCRE in progress (#66)

0.6.0.1 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-13

  • Fix .travis.yml release-stack script (#67)

0.6.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-13

  • Split out rexex-with-pcre package (#65)

0.5.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-03-05

  • Fix inter-operation of =~ & =~~ and named captures (#55)
  • Add escaping functions (#37)
  • Test Hackage release tarballs on Travis CI (#51)
  • Fix up template replace ordinals (#52)
  • Complete the web site (#39)
  • Complete the Tutorial, Tests and Examples (#38)
  • Complete narrative in literate modules (#8)

0.3.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-02-26

  • Clean up API to use camelCase conventions
  • Use -Werror in development and testing, -Warn for Hackage
  • Integrate the regex blog
  • Better presentation of ghci tryouts in the Tutorial
  • Various minor README upgrades and fixes

0.2.0.4 Chris Dornan chris.dornan@irisconnect.co.uk 2017-02-22

  • Repair re-gen-modules-test for Windows

0.2.0.3 Chris Dornan chris.dornan@irisconnect.co.uk 2017-02-21

  • README/index layout tweak

0.2.0.2 Chris Dornan chris.dornan@irisconnect.co.uk 2017-02-21

  • Fix re-gen-modules-test for Hackage (#45)
  • Minor style tweks to README/index

0.2.0.1 Chris Dornan chris.dornan@irisconnect.co.uk 2017-02-20

  • remove library from regex-examples (#43)

0.2.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-02-19

  • Split off the tutorial tests and examples into regex-examples, leaving just the library in regex

0.1.0.0 Chris Dornan chris.dornan@irisconnect.co.uk 2017-02-18

  • Cabal file generated from a DRY template
  • Library dependencies minimised, test depndencies moved into examples/re-tests
  • A proper static website generated by 're-prep all'
  • README/sidebar Badges are a static record of current release with links to a live build-status reporting on HEAD
  • Added !\(, !\)?, !\[ and !\]? alternatives for looking up captures in a Match
  • Text.RE.Parsers now generate Text where they were generating String
  • %nat, %int, %frac and %hex get their new names

0.0.0.2 Chris Dornan chris.dornan@irisconnect.co.uk 2017-01-30

  • Fix for Windows
  • Remove hsyslog dependency
  • Establish Travis CI, AppVeyor and coveralls.io integrations
  • Fix time parser to use Fixed arithmetic
  • Miscelaneous minor adjustments

0.0.0.1 Chris Dornan chris.dornan@irisconnect.co.uk 2017-01-26 * First public release