Sha256: 9fbc68130c27fe55f51ed59bbef366ecc97796cb3411f511991e09f397e355ba
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## Unreleased ## 0.1.0 - 2021-05-06 ### Added - Ability to disable all HTML escaping by setting the `should_escape_html` flag to `false` when instantiating `Exclaim::Ui`, e.g. `Exclaim::Ui.new(implementation_map: my_implementation_map, should_escape_html: false)` ## 0.0.0 - 2021-02-12 ### Added - 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-exclaim-0.1.0 | CHANGELOG.md |