- core-text v0.3.0
Change Render typeclass so thatcolourize
uses new built-in ANSI colour styles.intoDocA
renamedhighlight
.
-
v0.10.0
Split this into various subpackages, initially core-text, core-data, and core-program. -
v0.9.0
Various function renames. Add -Rope
suffix towidth
,insert
, etc and theappend
method of Textual. Makes it more uniform both within the API for Rope and consistent with Map and Set. -
v0.8.0
Movewrite*
functions to Core.Program.Logging. Essentially a cosmetic change, but allows us to document the unified output/ logging mechanism in one place. -
v0.7.3
Initial public release