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

Support nested source objects #3

Closed
1 task done
bahmutov opened this issue Jul 20, 2017 · 1 comment
Closed
1 task done

Support nested source objects #3

bahmutov opened this issue Jul 20, 2017 · 1 comment

Comments

@bahmutov
Copy link
Owner

bahmutov commented Jul 20, 2017

Is this a bug report or a feature request?

  • feature request

Allow finding transforms like this

const source = {
  name: {
     first: 'joe',
     last: 'smith'
  }
}
const destination = {
  first: 'joe'
}

Hmm, looks a lot like GraphQL

@bahmutov bahmutov changed the title Support nested objects Support nested source objects Jul 21, 2017
@bahmutov
Copy link
Owner Author

Version 1.2.0 has been published to NPM. The full release note can be found at change-by-example/releases/tag/v1.2.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