All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
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.
- ➕ Added an argument to the program and to the
-
v0.2.0.2 Changes
- 💅 Now exporting
infer
as an additional style option (passing in[]
for style inference will be deprecated in future releases).
- 💅 Now exporting
-
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
andrelit
to be functions from Text to Text, instead of the clumsy [(Int, Text)] -> [(Int, Text)].
- 🔄 Changed signatures of
-
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 theunlit
andrelit
functions.Created a copy of the
Unlit
library,Unlit.String
, which works for regularString
values. For now, until Backpack becomes a thing. (Also renamedUnlit
toUnlit.Text
.)