Skip to content

Releases: adriantoine/enzyme-to-json

v3.6.2

08 Apr 10:33
Compare
Choose a tag to compare
  • Merge pull request #181 from SiemvandenBerg/bump-lodash-vulnerability b309142
  • update yarn lock file 220e58f
  • bump lodash from 4.17.15 to 4.17.21 to fix vulnerabilities ffe1480
  • Merge pull request #177 from adriantoine/dependabot/npm_and_yarn/ini-1.3.7 4287bdd
  • Merge pull request #176 from adriantoine/dependabot/npm_and_yarn/handlebars-4.7.6 fe3a7e9
  • Merge pull request #175 from adriantoine/dependabot/npm_and_yarn/yargs-parser-13.1.2 cf81e75
  • Merge pull request #174 from adriantoine/dependabot/npm_and_yarn/codecov-3.7.1 5ad9733
  • Merge pull request #173 from adriantoine/dependabot/npm_and_yarn/node-fetch-2.6.1 8ba572d
  • Merge pull request #179 from adriantoine/dependabot/npm_and_yarn/y18n-4.0.1 705a935
  • Bump y18n from 4.0.0 to 4.0.1 7cfba07
  • Bump ini from 1.3.5 to 1.3.7 b23eb4c
  • Bump handlebars from 4.5.1 to 4.7.6 8ecb838
  • Bump yargs-parser from 13.1.1 to 13.1.2 1a280ce
  • Bump codecov from 3.6.1 to 3.7.1 f96b37e
  • Bump node-fetch from 2.6.0 to 2.6.1 54ce25e

v3.6.1...v3.6.2

v3.6.1

28 Sep 11:05
Compare
Choose a tag to compare
  • Merge pull request #172 from chyzwar/fix-cherio-type b80ae29
  • fix(): fix cherio types following DT changes 63f4026

v3.6.0...v3.6.1

v3.6.0

27 Sep 09:59
Compare
Choose a tag to compare
  • Merge pull request #171 from nathanmarks/add-memo-support 6d326a5
  • remove only 33a39f0
  • handle deep mounted memo components properly a149fb0
  • Merge pull request #170 from RamyaPayyavula/patch-2 a4f83d3
  • Update package.json 1ce6532

v3.5.0...v3.6.0

v3.5.0

26 May 21:00
Compare
Choose a tag to compare
  • Merge pull request #167 from mmarcuccio/mount-deep-exclude-forward-ref 866547a
  • Exclude forward ref on deep mount 356c30c

v3.4.4...v3.5.0

v3.4.4

31 Jan 14:22
Compare
Choose a tag to compare
  • ignoreDefaultProps should work for forwardRef components as well (#165) b3eb5c7
  • Dropping support for Node v4 and Node v5 (#163) d1f86ee

v3.4.3...v3.4.4

v3.4.3

18 Oct 17:04
Compare
Choose a tag to compare
  • Merge pull request #153 from ayouidaniel/upgrade_lodash_security_fixes b68c527
  • upgrade loadsh with security fixes 73581d8

v3.4.2...v3.4.3

v3.4.2

03 Oct 10:40
Compare
Choose a tag to compare
  • Merge pull request #152 from adriantoine/VincentLanglet-patch-2 9d09352
  • Fix CI d82c0f9
  • Merge pull request #151 from adriantoine/revert-145-johan/fix-memo 6d2b27a
  • Revert "Fix check of node type " 581a612

v3.4.1...v3.4.2

v3.4.1

02 Oct 21:45
Compare
Choose a tag to compare
  • Merge pull request #147 from adrienWeiss/fix-render-script 6bfd0ea
  • Fix script tags returning null on render ae563f4
  • Merge pull request #145 from Benjaminsson/johan/fix-memo a8f9fcf
  • Update Enzyme and Enzyme adapter a79dc3d
  • Fix check of node type 38a45de
  • Merge pull request #136 from iporaitech/master 24d2c11
  • Initial documentation with example of Output mapping feature bcaa151

v3.4.0...v3.4.1

v3.4.0

03 Aug 09:49
Compare
Choose a tag to compare

Add options to disable default props in snapshot
Make parameter noKey optional

v3.3.5

05 Dec 09:32
Compare
Choose a tag to compare
  • Add support for Lazy, Memo and Suspense, bump deps (#121)