Releases: marcelblijleven/sfcc-export-parser
Releases · marcelblijleven/sfcc-export-parser
Release v0.5.2
What's Changed
- fix: use correct xml delimiter for customer number by @marcelblijleven in #2
Full Changelog: v0.5.1...v0.5.2
Release v0.5.1
What's Changed
- fix: add customer number to customer struct by @marcelblijleven in #1
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
Added currency field to order struct
Release v0.4.0
Add company name to address
Release v0.3.0
Unexport sub types and prepare for customer export
Release v0.2.1
Adds xmlns and xml version to xml exports
Release v0.2.0
- Enables Marshalling of custom attributes to XML
- Provides a function which writes Orders to XML
Remove unused func
v0.1.1 chore: remove IncludesString function
Initial release
v0.1.0 chore: initial version