Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Search for compound transforms #8

Closed
bahmutov opened this issue Jul 21, 2017 · 1 comment
Closed

Search for compound transforms #8

bahmutov opened this issue Jul 21, 2017 · 1 comment

Comments

@bahmutov
Copy link
Owner

find 2 levels of transforms, like trim + toLower

const source = {
  name: '   joe '
}
const destination = {
  name: 'JOE'
}

should find trim + toUpper for property name

@bahmutov
Copy link
Owner Author

Version 1.4.0 has been published to NPM. The full release note can be found at change-by-example/releases/tag/v1.4.0.

Tip: safely upgrade dependency change-by-example in your project using next-update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant