-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update enzyme-to-json to the latest version 🚀 #38
base: master
Are you sure you want to change the base?
Conversation
Version 3.0.0 just got published.Update to this version instead 🚀 Release Notesv3.0.0There it is, a new major version! Features
Breaking changes
<BasicWithUndefined> - <button> + <button + disabled={undefined} + > Hello </button> </BasicWithUndefined>
mountToShallowJson(wrapper); // ==> mountToJson(wrapper, {mode: 'shallow'}); BugsPlease report any bugs in the GitHub issues tab as soon as you find them. Thanks! |
Version 3.0.1 just got published. |
Version 3.1.0 just got published.Update to this version instead 🚀 Release NotescreateSerializerA new function This function allows you to use the serializer with the option object, for example: import {createSerializer} from 'enzyme-to-json'; CommitsThe new version differs by 7 commits.
See the full diff |
Version 3.1.1 just got published. |
Version 3.1.2 just got published. |
Version 3.1.3 just got published. |
Version 3.1.4 just got published. |
Version 3.2.0 just got published.Update to this version instead 🚀 Release Notesv3.2.0
|
Version 3.2.1 just got published.Update to this version instead 🚀 Release Notesv3.2.1
|
Version 3.2.2 just got published. |
Version 2.0.1 of enzyme-to-json just got published.
The version 2.0.1 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of enzyme-to-json.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 15 commits.
be68bdf
2.0.1
5956b62
Reintroduced Node 4 support (#71)
0d614d9
Added the Enzyme 3 branch to travis
68250df
2.0.0
4642249
Update package-lock
8129352
Add key props to snapshots (#66)
375037a
Improved test coverage
2089f39
Updated folders to lint
4813e2c
Run prettier on serializer tests files too
6179349
Added vscode generated folders to gitignore
e5d4628
Added new files to the format command
aaa590d
Added prettier-check to the workflow
ba17d32
Removed hooks I don't want to use anymore
cee1fea
Removed useless dev dependencies
c8ae809
Applied prettier changes
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴