Sha256: b7c052516185187b51188455022ffbb2aedb9ff55d9f8d734fcd1c88ac28ba60
Contents?: true
Size: 1.72 KB
Versions: 6
Compression:
Stored size: 1.72 KB
Contents
# Change log ## [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 [v0.5.1]: https://github.com/piotrmurach/necromancer/compare/v0.5.0...v0.5.1 [v0.5.0]: https://github.com/piotrmurach/necromancer/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/piotrmurach/necromancer/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/piotrmurach/necromancer/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/piotrmurach/necromancer/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/piotrmurach/necromancer/compare/v0.1.0
Version data entries
6 entries across 6 versions & 2 rubygems