@automock/jest@1.1.0
omermorad
released this
03 Jun 16:56
·
223 commits
to master
since this release
Updates
This release brings exciting enhancements to the Automock ecosystem.
-
Logic moved to
@automock/core
: In this release, we have moved the core logic from@automock/jest
to@automock/core
. This change allows for better organization and separation of concerns within the project. -
Monorepo structure: The project has transformed into a monorepo structure, which means it is now composed of granular packages. Each package serves a specific purpose, providing more flexibility and modularity for different use cases.
What's Changed
- @automock/jest: function solely as a testbed, rely on
@automock/core
(d9b2db1)
Full Changelog: https://github.com/automock/automock/compare/@automock/jest@1.0.1...@automock/jest@1.1.0