Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 752 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 752 Bytes
  • core-text v0.3.0
    Change Render typeclass so that colourize uses new built-in ANSI colour styles. intoDocA renamed highlight.

  • 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 to width, insert, etc and the append method of Textual. Makes it more uniform both within the API for Rope and consistent with Map and Set.

  • v0.8.0
    Move write* 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