CHANGELOG.md in lite-ruby-1.0.31 vs CHANGELOG.md in lite-ruby-1.1.0

- old
+ new

@@ -4,10 +4,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.0] - 2020-11-06 +### Added +- Added Array => `extract!` to `except!` alias +- Added Array => `only(!)` to `select_values(!)` alias +- Added Hash => `collect_keys` to `map_keys` alias +- Added Hash => `collect_values` to `map_values` alias +### Changed +- Rename Date, Time => `[method_name]_12` to `[method_name]12` ex: `hour_12` is now `hour12` +- Rename String => `transliterize` to `transliterate` +- Skip loading clashing methods with active support +### Remove +- Numeric `clamp` + ## [1.0.31] - 2020-09-21 ### Changed - Changed `block_given?` => `defined?(yield)` for more performance ## [1.0.30] - 2020-07-03 @@ -24,11 +37,11 @@ # Removed - Remove String => `ascii_only` ## [1.0.26] - 2020-06-12 ### Added -- Added array => `all_after` -- Added array => `all_before` +- Added Array => `all_after` +- Added Array => `all_before` ## [1.0.26] - 2020-05-22 ### Changed - Changed hash `to_open_struct` and `to_object` to be independent methods