Releases: valantic/spartacus-mock
Releases · valantic/spartacus-mock
5.0.2
5.0.1
5.0.0
- improve Translation handling
- add hint regarding prettier-ignore
- simplify mock server startup function
- improve performance by not calling header & footer slot functions multiple times
- adjust consent template mock calls
- add validate cart handler
- update to Angular 19 and Spartacus 2211.37.0
4.0.2
4.0.1
4.0.0
3.5.0
3.4.0
3.1.0
3.0.0
- #58 Update to msw 2.x, update all handlers to use the new syntax, see breaking changes below
- #61 Improve separation of defaultData and inclusion mode
- #62 Add quiet option to disable console output
Breaking Changes
- rename config option
disableDefaultData
toenableDefaultData
- add new options
inclusionMode
(previously useddisableDefaultData
) - use msw Version 2.x, check Migration Guide here