burrito v1.1.0.0 Release Notes

Release Date: 2020-05-09 // almost 4 years ago
    • 🚚 #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.