Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Refactor text formatting #39

Merged
merged 4 commits into from
Feb 1, 2016
Merged

Refactor text formatting #39

merged 4 commits into from
Feb 1, 2016

Conversation

sstok
Copy link
Contributor

@sstok sstok commented Jan 31, 2016

Q A
Bug Fix? no
New Feature? yes
BC Breaks? yes
Deprecations? no
Fixed Tickets
  • The ModelType is removed as this can be easily by done by using the TextType with multiple fields and the CompoundColumnType to combine them.
  • The TrimTransformer is removed as this can be solved with transformer callback and user-input is not longer processed by this system.
  • The empty value handling is moved to its own Transformer EmptyValueTransformer.
  • The NestedListTransformer is removed as the ModelType is no longer supported.

@sstok sstok changed the title Refactor text formatting for Text and Model Refactor text formatting for TextType Feb 1, 2016
@sstok sstok changed the title Refactor text formatting for TextType Refactor text formatting Feb 1, 2016
@sstok sstok merged commit ba89aea into rollerworks-graveyard:master Feb 1, 2016
sstok added a commit that referenced this pull request Feb 1, 2016
This PR was merged into the master branch.

Discussion
----------

|Q            |A  |
|---          |---|
|Bug Fix?     |no |
|New Feature? |yes|
|BC Breaks?   |yes|
|Deprecations?|no |
|Fixed Tickets|   |

* The ModelType is removed as this can be easily by done by using the TextType with multiple fields and the CompoundColumnType to combine them.
* The TrimTransformer is removed as this can be solved with transformer callback and user-input is not longer processed by this system.
* The empty value handling is moved to its own Transformer `EmptyValueTransformer`.
* The `NestedListTransformer` is removed as the ModelType is no longer supported.

Commits
-------

ca60e22 Remove trim options and TrimTransformer
b2dca34 Remove ModelType as there are better ways of doing this
ddf1e4c Split ValueFormatTransformer to reduce complexity
ba89aea Update UPGRADE instructions
@sstok sstok deleted the text-formatting branch February 1, 2016 11:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant