Skip to content

Releases: valantic/spartacus-mock

5.0.2

07 Apr 15:09
Compare
Choose a tag to compare
  • fix peer dependency versions

5.0.1

07 Apr 13:59
Compare
Choose a tag to compare
  • update version docs

5.0.0

07 Apr 13:55
Compare
Choose a tag to compare
  • 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

18 Apr 07:08
Compare
Choose a tag to compare
  • Change peer dependecies version to be greater than

4.0.1

13 Mar 09:20
Compare
Choose a tag to compare
  • Fix wrong tslib version in package

4.0.0

13 Mar 09:13
Compare
Choose a tag to compare
  • Update to Angular 17 and Spartacus 2211.x
  • Update to msw 2.2.3

3.5.0

22 Jan 08:27
Compare
Choose a tag to compare
  • extract translation handler to be able to use it without setting enableDefaultData to true

3.4.0

18 Jan 14:23
Compare
Choose a tag to compare
  • Update to version 2.1.2 of msw
  • Improve installation docs
  • Add boilerplate schematics

3.1.0

05 Jan 18:22
Compare
Choose a tag to compare
  • Update to latest version of msw

3.0.0

05 Jan 17:50
Compare
Choose a tag to compare
  • #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 to enableDefaultData
  • add new options inclusionMode (previously used disableDefaultData)
  • use msw Version 2.x, check Migration Guide here