Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add transformers to rename, filter, and transform object fields #1131

Closed
wants to merge 3 commits into from

Conversation

yaacovCR
Copy link
Collaborator

@yaacovCR yaacovCR commented May 21, 2019

Fixes #819.

This pull request follows direction of approach suggested within that issue and within PR #964, but is more generic, allows for generic transformation, request and result wrapping on a per field basis.

  • If this PR is a new feature, reference an issue where a consensus about the design was reached (not necessary for small changes)
  • Make sure all of the significant new logic is covered by tests
  • Rebase your changes on master so that they can be merged easily
  • Make sure all tests and linter rules pass
  • Update CHANGELOG.md with your change. Include a description of your change, link to PR (always) and issue (if applicable). Add your CHANGELOG entry under vNEXT. Do not create a new version number for your change yourself.

@yaacovCR yaacovCR requested review from benjamn and hwillson as code owners May 21, 2019 14:47
@yaacovCR yaacovCR changed the title [feat] Add transformers to rename, filter, and arbitrarily transform … Add transformers to rename, filter, and transform object fields May 21, 2019
@yaacovCR
Copy link
Collaborator Author

I think similar to #1104 and other recent pull requests, the failing tests are extraneous to the changes here, and fixed by #1102.

@yaacovCR yaacovCR closed this Sep 24, 2019
@yaacovCR yaacovCR deleted the TransformObjectFields branch September 24, 2019 19:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add transform to filter arbitrary type fields
1 participant