All Versions
10
Latest Version
Avg Release Cycle
16 days
Latest Release
1568 days ago
Changelog History
Changelog History
-
v1.2.0.0 Changes
August 18, 2020 -
v1.1.0.2 Changes
August 02, 2020- ๐ commercialhaskell/stackage#5566: Added support for QuickCheck version 2.14.
-
v1.1.0.1 Changes
June 02, 2020- ๐ Internal changes only. Started requiring at least Cabal 2.2 to build.
-
v1.1.0.0 Changes
May 09, 2020- ๐ #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
, andtransformers
. However they are all boot libraries so you almost certainly have them installed already. - Moved modules from
Burrito.*
toBurrito.Internal*
. For exampleBurrito.Parse
is nowBurrito.Internal.Parse
.
- Many new dependencies were added:
- #4: Added
match
for running expansion in reverse. - #9: Added
expandWith
for more control over the expansion process.
- ๐ #10: Rewrote everything! The impact of this rewrite should be minimal. None of the exposed functions or types have changed or been removed.
-
v1.0.2.0 Changes
April 11, 2020- #7: Added
render
for rendering templates to strings without doing expansion. - ๐ 07aeac7: Fixed a bug when parsing max length modifiers with multiple digits.
- โ 50ee08a: Started exposing all modules. Note that this doesn't mean they're part of the published API. Anything in them may change at any time without warning. Use them with caution!
- #7: Added
-
v1.0.1.0 Changes
April 10, 2020- ๐ #5: Added
uriTemplate
quasi-quoter for building URI templates at compile time. - ๐ #2: Improved documentation in test suite. Thanks @chris-martin!
- ๐ #5: Added
-
v1.0.0.2
April 04, 2020 -
v1.0.0.1
April 04, 2020 -
v1.0.0.0
April 04, 2020 -
v0.0.0.0
March 28, 2020