All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.3.0.0 Changes

    • โž• Added an argument to the program and to the unlit function which determines its behaviour w.r.t. whitespace.
  • v0.2.0.2 Changes

    • ๐Ÿ’… Now exporting infer as an additional style option (passing in [] for style inference will be deprecated in future releases).
  • v0.2.0.1 Changes

    September 22, 2014
    • ๐Ÿ›  Fixed bug with occurrences of Bird tags in other code blocks. The behaviour of occurrences of other opening/closing braces is unchanged: this will still result in an error.
  • v0.2.0.0 Changes

    • Rewrote external API.
  • v0.1.2.1 Changes

    • Repaired previous version which was broken.
  • v0.1.2.0 Changes

    • ๐Ÿ”„ Changed signatures of unlit and relit to be functions from Text to Text, instead of the clumsy [(Int, Text)] -> [(Int, Text)].
  • v0.1.1.0 Changes

    • ๐Ÿ”„ Changed behaviour of unlit such that when it encounters a delimiter that it isn't supposed to detect, it doesn't recognise them. This means that using, e.g. ~~~ in a file using LaTeX-style delimiters won't result in an error any longer.

    • โž• Added 'haskell' and 'all' styles as valid source styles.

    • Separated executable from a small Unlit library, which exposes the unlit and relit functions.

    • Created a copy of the Unlit library, Unlit.String, which works for regular String values. For now, until Backpack becomes a thing. (Also renamed Unlit to Unlit.Text.)