v5.0.0 released #1565
keithamus
announced in
Announcements
v5.0.0 released
#1565
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BREAKING CHANGES
import {...} from 'chai'
orimport('chai')
.require('chai')
will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.What's Changed
get-func-name
dependency by @koddsson in Removeget-func-name
dependency #1416deep-eql
to latest version by @koddsson in updatedeep-eql
to latest version #1542type-detect
as a simple function by @koddsson in Inlinetype-detect
as a simple function #1544assertion-error
to it's latest major version! by @koddsson in Updateassertion-error
to it's latest major version! #1543New Contributors
Full Changelog: 4.3.1...v5.0.0
Beta Was this translation helpful? Give feedback.
All reactions