All Versions
54
Latest Version
Avg Release Cycle
94 days
Latest Release
894 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.2.1 Changes
November 30, 2015➕ Added
- 👍 Type compiler supports nested hashes now (solnic)
🛠 Fixed
form.bool
sum is using correct right-sideform.false
type (solnic)
🔄 Changed
- 👌 Improved structure of the ast (solnic)
-
v0.2.0 Changes
November 29, 2015➕ Added
form.nil
which coerces empty strings tonil
(solnic)bool
sum-type (true | false) (solnic)- 👍 Type compiler supports sum-types now (solnic)
🔄 Changed
- Constructing optional types uses the new
Dry::Data["optional"]
built-in type (solnic)
-
v0.1.0 Changes
November 27, 2015➕ Added
form.*
coercible types (solnic)Type::Hash#strict
for defining hashes with a strict schema (solnic)Type::Hash#symbolized
for defining hashes that will symbolize keys (solnic)Dry::Data.register_class
short-cut interface for registering a class and setting its.new
method as the constructor (solnic)- 🏗
Dry::Data::Compiler
for building a type from a simple ast (solnic)
-
v0.0.1 Changes
October 05, 2015🚀 First public release