Change log¶ ↑
v0.7.0 - 2020-12-29¶ ↑
Added¶ ↑
-
Add HashConverters for transforming string into hash of string, integer, float or boolean values
-
Add converters for transforming string to array of booleans, integers, floats and numeric
Changed¶ ↑
-
Change StringToRange converter to work with decimal numbers and spaces
-
Change :strict to be a keyword argument
-
Change StringToNumeric converter to allow numbers with space characters
v0.6.0 - 2020-03-08¶ ↑
Changed¶ ↑
-
Change gemspec to remove test artifacts
v0.5.1 - 2019-11-24¶ ↑
Changed¶ ↑
-
Change gemspec to include metadata
Fixed¶ ↑
-
Fix Ruby 2.7 warnings by Ryan Davis(@zenspider)
v0.5.0 - 2019-03-23¶ ↑
Changed¶ ↑
-
Change to use Ruby >= 2.0.0
-
Change to load files directly without git
-
Change to raise on error in place of fail
v0.4.0 - 2017-02-18¶ ↑
Added¶ ↑
-
Add :string -> :time conversion
-
Add inspection methods to Context and ConversionTarget
-
Add module level
Necromancer#convert
for convenience and more functional style -
Add ConversionTarget#>> call for functional style converions
Changed¶ ↑
-
Change fail to raise in ConversionTarget#for
-
Change fail to raise in Conversions
-
Change ConversionTarget#detect to handle Class type coercion
Fixed¶ ↑
-
Fix bug with type detection
-
Fix Ruby 2.4.0 warning about Fixnum & Bignum type
v0.3.0 - 2014-12-14¶ ↑
Added¶ ↑
-
Add array converters for :hash, :set and :object conversions
-
Add ability to configure global conversion settings per instance
v0.2.0 - 2014-12-07¶ ↑
Added¶ ↑
-
Add fail_conversion_type to Converter and use in converters
-
Add DateTimeConverters
-
Add string to numeric type conversion
Changed¶ ↑
-
Change IntegerConverters & FloatConverters into Numeric Converters
v0.1.0 - 2014-11-30¶ ↑
-
Initial implementation and release