All Versions
128
Latest Version
Avg Release Cycle
9 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v26.4.1 Changes
August 20, 2020๐ Fixes
[jest-core]
Don't report ELDHistogram as open handle (#10417)[jest-matcher-utils]
Fix diffing object contain readonly symbol key object (#10414)- ๐ง
[jest-reporters]
Fixes notify reporter on Linux (using notify-send) (#10393) [jest-snapshot]
Correctly handles arrays and property matchers in snapshots (#10404)
-
v26.4.0 Changes
August 12, 2020 -
v26.3.0 Changes
August 10, 2020 -
v26.2.2 Changes
July 31, 2020 -
v26.2.1 Changes
July 30, 2020๐ Fixes
- ๐ท
[jest-worker]
Make sure to work with Node TS typings v12 (#10336)
- ๐ท
-
v26.2.0 Changes
July 30, 2020๐ Features
- โ
[jest-core, jest-circus, jest-reporter, jest-runner]
Added support for reporting individual test cases using jest-circus (#10227) - ๐ง
[jest-config, jest-reporter, jest-runner, jest-test-sequencer]
AddslowTestThreshold
configuration option (#9366) [jest-haste-map]
Watchman crawler now includes dotfiles (#10075)- ๐ท
[jest-worker]
Added support for workers to send custom messages to parent in jest-worker (#10293) - ๐ท
[jest-worker]
Support passingresourceLimits
(#10335) - ๐
[pretty-format]
Added support for serializing custom elements (web components) (#10217)
๐ Fixes
[expect]
Match symbols and bigints inany()
(#10223)- ๐ฒ
[jest-changed-files]
Usegit diff
instead ofgit log
for--changedSince
(#10155) [jest-console]
Add missingconsole.timeLog
for compatibility with Node (#10209)- ๐
[jest-haste-map]
Checkfind
binary supports the-iname
parameter (#10308) [jest-snapshot]
Strip added indentation for inline error snapshots (#10217)
๐ง Chore & Maintenance
[*]
Add missing dependency on@types/node
(#10248)[jest-jasmine2]
ConvertPCancelable
to TypeScript (#10215)[jest-jasmine2]
Refine typings ofqueueRunner
(#10215)- ๐
[jest-jasmine2]
Remove usage ofFunction
type (#10216) [jest-resolve]
Improve types (#10239)- ๐
[docs]
Clarify thejest.requireActual(moduleName)
example [jest-types]
Refine typings ofcoverageReporters
(#10275)
- โ
-
v26.1.0 Changes
June 23, 2020๐ Features
- ๐คก
[jest-mock]
ExportMock
,MockInstance
,SpyInstance
types (#10138) - ๐
[jest-config]
Support config files exporting (async
)function
s (#10001) - โ
[jest-cli, jest-core]
Add--selectProjects
CLI argument to filter test suites by project name (#8612) [jest-cli, jest-init]
AddcoverageProvider
tojest --init
prompts (#10044)
๐ Fixes
[jest-console]
getConsoleOutput
to receive global stack trace config and use it to format stack trace (#10081)[jest-jasmine2]
Stop adding:
after an error that has no message (#9990)[jest-diff]
Control no diff message color withcommonColor
in diff options (#9997)[jest-snapshot]
Fix TypeScript compilation (#10008)
๐ง Chore & Maintenance
- ๐
[docs]
Correct confusing filename inenableAutomock
example (#10055) - ๐ฑ
[jest-core]
๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐ (#10000) - โ
[jest-core, jest-reporters, jest-test-result, jest-types]
CleanupdisplayName
type (#10049) [jest-runtime]
Jest-internal sandbox escape hatch (#9907)- โก๏ธ
[jest-fake-timers]
Updatenow
param type to supportDate
in addition tonumber
. (#10169) - ๐
[docs]
Add param tosetSystemTime
docs and remove preceding period from it andgetRealSystemTime
(#10169) [jest-snapshot, jest-util]
Replacemake-dir
withfs.mkdir
(#10136)
๐ Performance
- โ
[jest-core, jest-transform, jest-haste-map]
Improve Jest startup time and test runtime, particularly when running with coverage, by caching micromatch and avoiding recreating RegExp instances (#10131)
- ๐คก
-
v26.0.1 Changes
May 05, 2020๐ Fixes
- โ
[jest-circus]
Backward compatibility for deprecatedDescribeBlock.tests
to not break e.g. Detox reporter
- โ
-
v26.0.1-alpha.0
May 04, 2020 -
v26.0.0 Changes
May 04, 2020๐ Features
- ๐ฅ
[jest-environment-jsdom]
[BREAKING] Upgradejsdom
to v16 (#9606) [@jest/fake-timers]
Add possibility to use a modern implementation of fake timers, backed by@sinonjs/fake-timers
(#7776)[jest-runtime]
AddcreateMockFromModule
as an alias forgenMockFromModule
(#9962)
๐ Fixes
[babel-jest]
Handlenull
being passed tocreateTransformer
(#9955)[jest-circus, jest-console, jest-jasmine2, jest-reporters, jest-util, pretty-format]
Fix time durating formatting and consolidate time formatting code (#9765)- ๐ฅ
[jest-circus]
[BREAKING] Fail tests if a test takes a done callback and have return values (#9129) - ๐ฅ
[jest-circus]
[BREAKING] Throw a proper error if a test / hook is defined asynchronously (#8096) - โ
[jest-circus]
Throw more descriptive error if hook is defined inside test (#9957) - ๐ฅ
[jest-circus]
[BREAKING] Align execution order of tests to matchjasmine
's top to bottom order (#9965) - ๐ฅ
[jest-config, jest-resolve]
[BREAKING] Remove support forbrowser
field (#9943) [jest-haste-map]
Stop reporting files as changed when they are only accessed (#7347)[jest-resolve]
Show relative path from root dir formodule not found
errors (#9963)- ๐คก
[jest-runtime]
Fix absolute path moduleNameMapper + jest.mock bug (#8727)
๐ง Chore & Maintenance
[*]
[BREAKING] TypeScript definitions requires a minimum of TypeScript v3.8 (#9823)[*]
[BREAKING] Drop support for Node 8 (#9423)- โฌ๏ธ
[*]
Upgrade to chalk@4 (#9752) - ๐
[*]
Remove usage ofrealpath-native
(#9952) - ๐
[docs]
Fix example reference implementation to use Jest with Phabricator (#8662) - 0๏ธโฃ
[docs]
Added default compiler to tranform (#8583) - โก๏ธ
[docs]
Updated Testing Frameworks guide with React; make it generic (#9106) - ๐ฅ
[expect, jest-mock, pretty-format]
[BREAKING] Removebuild-es5
from package (#9945) - ๐ฅ
[@jest/fake-timers, @jest/environment]
[BREAKING] RenameLolexFakeTimers
toModernFakeTimers
(#9960) - ๐ฅ
[jest-haste-map]
[BREAKING] removedprovidesModuleNodeModules
(#8535) - ๐ฅ
[jest-runtime]
[BREAKING] Remove long-deprecatedrequire.requireActual
andrequire.requireMock
methods (#9854)
- ๐ฅ