Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

26 lines (21 loc) · 1.01 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1.0 - 2017-03-16

Added

  • #c string format modifier to transform ASCII control characters to their caret notation in the formatted string.
  • #p string format modifier to transform ASCII control characters to their printable Unicode pendant in the formatted string.
  • strpos check for brackets to avoid the heavy recursive regular expression for optional parts if it is definitely not needed.

Changed

  • Empty strings are now formatted as empty {:?} in the formatted string instead of resulting in nothing.

1.0.0 - 2017-03-12

  • Initial Release