Olivier Deckers added 2 commits
February 15, 2020 14:53
…modifier
| -- liftIO $ fmap _otherCustomFieldName mcp2 @?= Just 5 | ||
|
|
||
| -- insert_ $ CustomPrefixedLeftSum 5 | ||
| -- insert_ $ CustomPrefixedRightSum "Hello" |
| , mpsPrefixFields :: Bool | ||
| -- ^ Prefix field names with the model name. Default: True. | ||
| , mpsFieldLabelModifier :: Text -> Text -> Text | ||
| -- ^ Customise the field accessors and lens names using the entity and field name. Default: appends both |
| , mpsPrefixFields :: Bool | ||
| -- ^ Prefix field names with the model name. Default: True. | ||
| -- | ||
| -- Note: this field is deprecated. Use the mpsFieldLabelModifier and mpsConstraintLabelModifier instead. |
| @@ -1,5 +1,11 @@ | |||
| # Changelog for persistent | |||
|
|
|||
| ## 2.10.5.3 | |||
| @@ -1,5 +1,5 @@ | |||
| name: persistent | |||
| version: 2.10.5.2 | |||
| version: 2.10.5.3 | |||