All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Fix various issues related to path segments that appear to be numbers.
- Ability to disable all HTML escaping by setting the
should_escape_html
flag tofalse
when instantiatingExclaim::Ui
, e.g.Exclaim::Ui.new(implementation_map: my_implementation_map, should_escape_html: false)
- Initial version
- When ready for release, bump
version.rb
to allow the release automation described in the README to detect the change. Note: this requires at least 1 commit to the default branch with this initial version.