Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 822 Bytes

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 822 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

TODO

0.1.0 (2018-07-24)

First beta version.

Add

Provides methods:

  • to_int8
  • to_int16
  • to_int
  • to_int64
  • to_float32
  • to_float64
  • to_bool
  • to_time(location : Time::Location? = nil, formatters : Array(String)? = nil)

Monkey Patching list:

  • String
  • Int8/Int16/Int32/Int64
  • Float32/Float64
  • Bool
  • Time
  • JSON::Any
  • YAML::Any