-
Notifications
You must be signed in to change notification settings - Fork 0
Update enzyme-to-json to the latest version 🚀 #38
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
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.
be68bdf2.0.15956b62Reintroduced Node 4 support (#71)0d614d9Added the Enzyme 3 branch to travis68250df2.0.04642249Update package-lock8129352Add key props to snapshots (#66)375037aImproved test coverage2089f39Updated folders to lint4813e2cRun prettier on serializer tests files too6179349Added vscode generated folders to gitignoree5d4628Added new files to the format commandaaa590dAdded prettier-check to the workflowba17d32Removed hooks I don't want to use anymorecee1feaRemoved useless dev dependenciesc8ae809Applied prettier changesSee 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 🌴