Skip to content

3.5.0

Choose a tag to compare

@facelessuser facelessuser released this 14 Jun 00:55

3.5.0

Released June 13, 2017

  • NEW: Add new slugs to preserve case (#103).
  • NEW: Add new GFM specific slug (both percent encoded and normal) that only lowercases ASCII chars just like GFM does (#101).
  • FIX: PathConverter should not try and convert obscured email address (with HTML entities) (#100).
  • FIX: Don't normalize Unicode in slugs with NFKD, use NFC instead (#98).
  • FIX: Don't let EscapeAll escape CriticMarkup placeholders. EscapeAll will no longer escape STX and ETX; they will just pass through (#95).
  • FIX: Replace CriticMarkup placeholders after replacing raw HTML placeholders (#95).