Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 548 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 548 Bytes

Changelog

Arranged in reverse chronological order (latest changes on top).

v1.0.0 - 2021-03-24

  • Crystal 1.0.0 compatibility

v0.34.0 - 2020-04-09

  • Crystal 0.34.0 compatibility

v0.28.0 - 2019-04-19

  • Crystal 0.28.0 compatibility

v0.2.0 - 2018-12-18

  • Renamed SafeBuffer class to HTMLSafeString and added more glue to make it work better with Strings. Overall, works better in more real-life situations.
  • Added Enumerable#safe_join

v0.1.0 - 2018-12-14

  • First public release. (Largely a proof-of-concept release.)