Releases: vuestorefront/vue-storefront
Releases · vuestorefront/vue-storefront
@vue-storefront/[email protected]
Patch Changes
- Updated dependencies:
- @vue-storefront/[email protected]
@vue-storefront/[email protected]
Major Changes
rc.3
rc.3
@vue-storefront/[email protected]
Patch Changes
changed: add eslint-integration rule "class-methods-use-this": "off"
@vue-storefront/[email protected]
Minor Changes
- [ADDED] Logger module
@vue-storefront/[email protected]
Major Changes
rc.2
@vue-storefront/[email protected]
Minor Changes
rc.1
@vue-storefront/[email protected]
Major Changes
Feature logger
@vue-storefront/[email protected]
Patch Changes
- [FIXED] Headers with same name will now have their values merged using the ";' delimiter, rather than ",". This is seen when middleware and defaultRequestConfig set the same header - e.g.
Cookie
.
After this change, Cookie: vsf-locale=en
+ Cookie: custom-cookie=123
will result in Cookie: vsf-locale=en; custom-cookie=123
, rather than being wrongly separated by ,
.
@vue-storefront/[email protected]
Minor Changes
- [CHANGED]
defaultMethodsRequestConfig
, so thegetCategory
, andgetPage
methods will useGET
request as a default.
@vue-storefront/[email protected]
Minor Changes
- [CHANGED]
defaultMethodsRequestConfig
, so thegetCategory
, andgetPage
methods will useGET
request as a default.