All Versions
115
Latest Version
Avg Release Cycle
9 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v27.2.2 Changes
๐ Fixes
[jest-runtime]
CorrectwrapperLength
value for ESM modules. (#11893)
-
v27.2.1 Changes
-
v27.2.0 Changes
๐ Features
- ๐ฆ
[jest-resolver, jest-runtime]
Passconditions
to custom resolvers to enable them to implement support for package.jsonexports
field (#11859) [jest-runtime]
Allow custom envs to specifyexportConditions
which is passed together with Jest's own conditions to custom resolvers (#11863)
๐ Fixes
- ๐ฆ
-
v27.1.0 Changes
๐ Features
[jest-haste-map]
Use watchman suffix-set option for faster file indexing. (#11784)- ๐ฆ
[jest-cli]
Adds a new config optionssnapshotFormat
which offers a way to override any of the formatting settings which come with pretty-format. (#11654) [jest-reporters]
Expose thegetSummary
util (#11695).- ๐
[jest-resolver]
Supportnode:
prefix when importing Node core modules (#11331)
๐ Fixes
[jest-each]
Relaxed the validation to allow multibyte characters in headings (#11575)- ๐
[jest-environment-jsdom]
Add support foruserAgent
option (#11773) [jest-environment-node]
AddEvent
andEventTarget
to node global environment. (#11727)- ๐คก
[jest-mock]
FixspyOn
to useObject.prototype.hasOwnProperty
(#11721) [jest-resolver]
Add dependency onjest-haste-map
(#11759)[jest-types]
Compat with@types/node
v16 (#11645)
๐ง Chore & Maintenance
- ๐
[docs]
Correctexpects.assertions
documentation by adding async/await for asynchronous function.
-
v27.0.7 Changes
๐ Features
[jest-reporters]
Expose thegetSummary
util (#11695).
๐ง Chore & Maintenance
- ๐
[docs]
Correct expects.assertions documentation by adding async/await for asynchronous function.
-
v27.0.6 Changes
๐ Fixes
- ๐
[*]
Publish all modules to include the build change in (#11569)
- ๐
-
v27.0.5 Changes
๐ Features
- โฑ
[@jest/fake-timers]
Flush callbacks scheduled withrequestAnimationFrame
every 16ms when using legacy timers. (#11523) - ๐ป
[pretty-format]
UseglobalThis
(with polyfill if required) to bring support for esbuild's browser bundling mode (#11569)
๐ Fixes
- ๐
[jest-core]
Support special characters like@
,+
and()
on Windows with--findRelatedTests
(#11548) [@jest/fake-timers]
Do not addsetImmediate
andclearImmediate
if they do not exist in the global environment (#11599)[@jest/reporters]
Allow[email protected]
as peer dependency (#11523)- โก๏ธ
[@jest/reporters]
Updatev8-to-istanbul
(#11523)
- โฑ