Skip to content

Releases: tfausak/burrito

2.0.1.0

13 Jan 13:30
acdaa32
Compare
Choose a tag to compare

What's Changed

  • Add function for expanding template in Template Haskell by @tfausak in #20

Full Changelog: 2.0.0.0...2.0.1.0

2.0.0.0

08 Jan 15:30
2272460
Compare
Choose a tag to compare

What's Changed

  • Switched from ISC to MIT license
  • Add support for GHC 9.2 by @tfausak in #18
  • Update everything for 2022 by @tfausak in #19

Full Changelog: 1.2.0.4...2.0.0.0

1.2.0.4

21 Nov 20:37
7c44a27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0.3...1.2.0.4

1.2.0.3

13 Nov 17:49
3de9785
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0.2...1.2.0.3

1.2.0.2

13 May 23:39
9dc689a
Compare
Choose a tag to compare

1.2.0.1

06 Feb 18:26
e38d049
Compare
Choose a tag to compare
  • Added support for GHC 9.0.
  • Dropped support for GHC 8.6 and earlier.

1.2.0.0

18 Aug 11:42
47de95d
Compare
Choose a tag to compare
  • #13: Changed the Show instance to use render. Thanks @L7R7!

1.1.0.2

02 Aug 00:00
1e59a21
Compare
Choose a tag to compare

1.1.0.1

02 Jun 23:09
e6ff340
Compare
Choose a tag to compare
  • Internal changes only. Started requiring at least Cabal 2.2 to build.

1.1.0.0

09 May 14:59
4d3d55b
Compare
Choose a tag to compare
  • #10: Rewrote everything! The impact of this rewrite should be minimal. None of the exposed functions or types have changed or been removed.
    • Many new dependencies were added: bytestring, containers, parsec, text, and transformers. However they are all boot libraries so you almost certainly have them installed already.
    • Moved modules from Burrito.* to Burrito.Internal*. For example Burrito.Parse is now Burrito.Internal.Parse.
  • #4: Added match for running expansion in reverse.
  • #9: Added expandWith for more control over the expansion process.