Sha256: a478f822731a01846f859fc9707b9467df166c1a65123349416d9ecbc694d59a
Contents?: true
Size: 600 Bytes
Versions: 1
Compression:
Stored size: 600 Bytes
Contents
# master ## Next ## v0.2.0 - Replace typecasters with proper type definitions. - Instead of `typecaster(type) { |value, _| ... }` you'll have to use `typecaster(type) { |value| ... }`. - Consequently you can access type definition in typecaster, e.g. `typecaster('Object') { |value| value if value.class < type }`, here `type` comes from type definition. ## v0.1.1 - Fixed represented error message copying when represented model uses symbols for `message`. ## v0.1.0 - Forked from ActiveData, see https://github.com/pyromaniac/active_data/blob/v1.2.0/CHANGELOG.md for changes before this
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
granite-form-0.2.0 | CHANGELOG.md |