| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept coercion as a way to accept nil values | John Keiser | 2015-10-08 | 1 | -1/+4 |
* | Add ability for default to override name_propertyjk/name-default | John Keiser | 2015-09-29 | 1 | -4/+7 |
* | Make sure name_attribute works on derived propertiesjk/name-attribute-dup | John Keiser | 2015-09-29 | 1 | -1/+7 |
* | Use 2.0-compatible Hash rather than to_h | John Keiser | 2015-09-25 | 1 | -1/+1 |
* | If both name_attribute and name_property are specified, raise an error.jk/property-default-nil | John Keiser | 2015-09-25 | 1 | -19/+20 |
* | Don't treat name_property/attribute as defaults if they are false | John Keiser | 2015-09-25 | 1 | -1/+5 |
* | Fix up property deprecation text | John Keiser | 2015-09-25 | 1 | -1/+1 |
* | Prefer name_property: true over default: nil | John Keiser | 2015-09-25 | 1 | -11/+12 |
* | Add deprecation warning for properties that specify default and name_propertyjk/default-ignoring | John Keiser | 2015-09-22 | 1 | -7/+9 |
* | Honor the ordering of whichever `name_attribute` or `default` comes first | John Keiser | 2015-09-22 | 1 | -0/+15 |
* | Rename log.deprecation to log_deprecation | John Keiser | 2015-09-01 | 1 | -1/+1 |
* | Pass deprecations through formatter instead of logs | John Keiser | 2015-09-01 | 1 | -1/+1 |
* | Remove freeze of defaults, add warning for array/hash constant defaults | John Keiser | 2015-08-03 | 1 | -4/+1 |
* | Don't set keys unless you must (for easier debugging) | John Keiser | 2015-07-27 | 1 | -1/+1 |
* | Move property type derivation from "property_type" to "property" | John Keiser | 2015-07-03 | 1 | -46/+7 |
* | Add Property.create and Resource.property_type for type system overriding | John Keiser | 2015-07-03 | 1 | -9/+83 |
* | Bring set_or_return behavior back in line with what it used to be | John Keiser | 2015-07-03 | 1 | -13/+0 |
* | Only stick non-frozen values to the resource | John Keiser | 2015-07-03 | 1 | -4/+12 |
* | Code review comments | John Keiser | 2015-07-03 | 1 | -6/+24 |
* | Make required name attributes work | John Keiser | 2015-07-03 | 1 | -0/+491 |