@flatfile/plugin-xml-extractor
Version:
A plugin for parsing .xml files in Flatfile.
246 lines (140 loc) • 4.41 kB
Markdown
# @flatfile/plugin-dxp-config
## 0.7.1
### Patch Changes
- 1fd8a88: This release updates the @flatfile/api dependency to improve regional support
- Updated dependencies [1fd8a88]
- @flatfile/util-extractor@2.1.7
## 0.7.0
### Minor Changes
- 8f376dd: This release updates several Flatfile dependencies to the latest versions.
### Patch Changes
- @flatfile/util-extractor@2.1.6
## 0.6.2
### Patch Changes
- Update extractors to use common util
## 0.6.1
### Patch Changes
- 860ee0e: Update to use the latest @flatfile/util-extractor@2.1.1
## 0.6.0
### Minor Changes
- db1ab4a: Update to use the latest @flatfile/util-extractor@2.1.0
## 0.5.20
### Patch Changes
- cbb06cc: Update util-extrator dependency.
## 0.5.19
### Patch Changes
- Updated dependencies [a6e764b]
- @flatfile/util-extractor@2.0.0
## 0.5.18
### Patch Changes
- 1112838: Updating dependencies
## 0.5.17
### Patch Changes
- Updated dependencies [a78b608]
- @flatfile/util-extractor@1.0.0
## 0.5.16
### Patch Changes
- Updated dependencies [9257c54]
- @flatfile/util-extractor@0.6.0
## 0.5.15
### Patch Changes
- a4666a6: Add readme content and package keywords
## 0.5.14
### Patch Changes
- e9ea2d8: This release refactors and optimizes import statements across all plugins and utility files, particularly emphasizing the use of TypeScript's type keyword for type-only imports. Additionally, this release centralizes the Rollup configuration and replaces axios with cross-fetch for HTTP requests. These changes streamline the codebase, enhance type safety, and unify HTTP request handling across the project.
- Updated dependencies [e9ea2d8]
- @flatfile/util-extractor@0.5.6
## 0.5.13
### Patch Changes
- b62ba2b: This release fixes the `Extractor error: Cannot use 'in' operator to search for '_attributes' in null` bug in the XML extractor exposed with some XML files.
## 0.5.12
### Patch Changes
- Updated dependencies [30981b2]
- @flatfile/util-extractor@0.5.0
## 0.5.11
### Patch Changes
- 7a0073d: Dependency cleanup
- Updated dependencies [7a0073d]
- @flatfile/util-extractor@0.4.10
## 0.5.10
### Patch Changes
- Updated dependencies [c39cc51]
- @flatfile/util-extractor@0.4.9
## 0.5.9
### Patch Changes
- Updated dependencies [c93b2d9]
- @flatfile/util-extractor@0.4.8
## 0.5.8
### Patch Changes
- 28820d5: Release to update @flatfile/api dep
- Updated dependencies [28820d5]
- Updated dependencies [edaedf5]
- @flatfile/util-file-buffer@0.1.3
- @flatfile/util-extractor@0.4.7
## 0.5.7
### Patch Changes
- 59cb901: Export parsers
## 0.5.6
### Patch Changes
- cb25574: Update @flatfile/api dependency
- Updated dependencies [cb25574]
- @flatfile/util-file-buffer@0.1.2
- @flatfile/util-extractor@0.4.6
## 0.5.5
### Patch Changes
- Updated dependencies [f5cfe69]
- @flatfile/util-extractor@0.4.5
## 0.5.4
### Patch Changes
- f2b2f59: @flatfile/api dependency updated to latest version
- Updated dependencies [f2b2f59]
- @flatfile/util-file-buffer@0.1.1
- @flatfile/util-extractor@0.4.4
## 0.5.3
### Patch Changes
- Updated dependencies [0195166]
- @flatfile/util-extractor@0.4.3
## 0.5.2
### Patch Changes
- Updated dependencies [134cf31]
- @flatfile/util-extractor@0.4.2
## 0.5.1
### Patch Changes
- Updated dependencies [7019e58]
- @flatfile/util-extractor@0.4.1
## 0.5.0
### Minor Changes
- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching
### Patch Changes
- Updated dependencies [b399623]
- @flatfile/util-file-buffer@0.1.0
- @flatfile/util-extractor@0.4.0
## 0.4.0
### Minor Changes
- 447691a: Add configurable batch options
### Patch Changes
- Updated dependencies [447691a]
- @flatfile/util-extractor@0.3.0
## 0.3.3
### Patch Changes
- @flatfile/util-extractor@0.2.4
## 0.3.2
### Patch Changes
- f5efd60: Update @flatfile/listener dependency
- Updated dependencies [f5efd60]
- @flatfile/util-file-buffer@0.0.4
- @flatfile/util-extractor@0.2.3
## 0.3.1
### Patch Changes
- Updated dependencies [490e8f1]
- @flatfile/util-file-buffer@0.0.3
- @flatfile/util-extractor@0.2.2
## 0.3.0
### Minor Changes
- 38cf251: Fixes bug introduced in PR #172
## 0.2.0
### Minor Changes
- 49ef75c: Refactor XMLExtractor to use @flatfile/util-extractor package
## 0.1.0
### Minor Changes
- 511203f: Change plugin name to match other plugins