# 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.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