Sha256: a29919a28f2f9f67ab0b067a4304de8dc915bf77240230e41e2d87a8f6fc5a51
Contents?: true
Size: 1.93 KB
Versions: 2
Compression:
Stored size: 1.93 KB
Contents
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ``` ## [Release candidate][0.3.1-alpha.1] ### Added - ``` ## [0.4.7] - 2017-04-07 ### Added - HostParser.domain ## [0.4.6] - 2016-12-06 ### Added - Hash.sum ## [0.4.5] - 2016-12-05 ### Added - URI#merge - String#to_query_hash ## [0.4.4] - 2016-07-18 ### Added - URI#build ## [0.4.3] - 2016-07-13 ### Added - Array#histogram - Array#by_popularity ## [0.4.2] - 2016-06-17 ### Added - Object.chain_if - Object#chain_if ## [0.4.1] - 2016-05-02 ### Added - Numeric#safe_per ## [0.4.0] - 2016-04-22 ### Added - Hash#dig via 'ruby_dig' dep ## [0.3.4] - 2016-04-20 ### Updated - Numeric#safe_percent to accept the optional :precision keyword argument ## [0.3.3] - 2016-04-19 ### Added - Numeric#to_time_hash ## [0.3.2] - 2016-04-19 ### Added - String#to_bool ## [0.3.1] - 2016-01-21 ### Added - String#unindent ## [0.3.0] - 2015-12-10 ### Added - ViewHelper module for Rails - helper#relative_time_parse(earlier_time, later_time=optional) ## [0.2.3] - 2015-11-20 ### Added - Added Integer#safe_part - Documented Date#array_with_pre_churn_limit(limit_day_count) - Documented String#clean_whitespace ### Changed - Integer#safe_percent to use #safe_part, no change in public API ## [0.2.2] - 2015-11-20 ### Added - Hashrush dependency and inherited `Hash.rush` ## [0.2.0] - 2015-11-10 ### Added - Ruby version >2.1 requirement in gemspec ## [0.1.2] - 2015-11-10 ### Added - Hash#fast_sort_keys - Hash#populate_with_keys - Hash#collapse_values_on_modulo - Date.build_date_array(start_date, end_date) - Date#build_date_array(date) ## [0.1.1] - 2015-11-10 ### Added - Fallout 4 - Numeric#safe_percent - error_helper.rb ### Fixed - That one unfinished spec ## [0.1.0] - 2015-10-16 ### Added - Initial release with basic functionality described in README ### Changed - Nothing ### Fixed - Nothing ### Removed - Nothing
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
creative_rails_utilities-0.4.8 | CHANGELOG.md |
creative_rails_utilities-0.4.7 | CHANGELOG.md |