Releases: suites-dev/suites
@automock/[email protected]
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/[email protected]...@automock/[email protected]
@automock/[email protected]
What's Changed
- chore(*): convert automock to monorepo structure by @omermorad in #28
- fix(jest): interface and string token combination by @iddan in #30
Full Changelog: https://github.com/omermorad/automock/compare/@automock/[email protected]...@automock/[email protected]
@automock/[email protected]
What's Changed
- refactor: general refactoring by @omermorad in #5
- refactor: turn the unit builder to be more generic, remove nestjs stuff by @omermorad in #8
- feat: support angular-kit metadata (for angular and nestjs) by @omermorad in #17
- refactor: remove
mockof
and usejest.mocked
instead by @omermorad in #19 - refactor: add support for different kinds of injections by @omermorad in #20
Full Changelog: https://github.com/omermorad/automock/commits/@automock/[email protected]