Releases: commercetools/sphere-product-type-json-generator
Releases · commercetools/sphere-product-type-json-generator
v3.0.0
Breaking
- Require Node.js > 8 (#75 )
Fix:
- Updated github packages's vulnerable version to stable version (#73)
v2.0.0 is skipped somehow by npm while publishing the package
v1.0.2
Chore:
- Add keyword for automation (#66)
v1.0.1
Fix:
- Updates vulnerable dependencies (#65)
v1.0.0
Feat:
- enforce usage of
productType.key
when generating or importing productTypes #59
0.4.2
Fixes:
- Accept Boolean values in caps
- Fix tests and upgrade dependencies
v0.4.0
Changes
- when importing productTypes without "key" attribute, it will automatically create the key based on productType name
- add support for providing inputTips for attributes. It follows the same pattern as all other localized properties, so the column header should be named e.g. 'inputTip.de'.
v0.3.0
Changes
- node v4 and above is required now instead of v0.10.0
- added possibility for direct import of product types into CTP
- tests switched to mocha instead of jasmine-node
- fixed tests
v0.2.8
- Ensure required and isSearchable is available everywhere and false for set type
- Add Docker Support
- Updated Dependencies
v0.2.3
- add support for all type of attributes #12
v0.2.2
- include missing dep for
product-type-update
command c44834d
- adjust sample data and test
product-type-update
command via travis 87e8710 e2882f5