Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/few-pots-move.md

This file was deleted.

16 changes: 16 additions & 0 deletions plugins/delimiter-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @flatfile/plugin-delimiter-extractor

## 2.0.0

### Major Changes

- a6e764b: Removed the 'Required' field check from extractors and the subsequent field.constraints.required.
This is a breaking change if you are using this required field check in your implementation.

Source sheets don't require the field.constraints.required.

If you need to implement this functionality you can use a listener to add in the field.constraints.required to the specific fields you need.

### Patch Changes

- Updated dependencies [a6e764b]
- @flatfile/util-extractor@2.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/delimiter-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-delimiter-extractor",
"version": "1.0.1",
"version": "2.0.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/delimiter-extractor",
"description": "A plugin for parsing .delimiter files in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-extractor": "^1.0.1",
"@flatfile/util-extractor": "^2.0.0",
"papaparse": "^5.4.1",
"remeda": "^1.14.0"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/json-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-json-extractor

## 0.7.7

### Patch Changes

- Updated dependencies [a6e764b]
- @flatfile/util-extractor@2.0.0

## 0.7.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/json-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-json-extractor",
"version": "0.7.6",
"version": "0.7.7",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/json-extractor",
"description": "A plugin for parsing json files in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-extractor": "^1.0.0"
"@flatfile/util-extractor": "^2.0.0"
},
"devDependencies": {
"@flatfile/rollup-config": "0.1.1"
Expand Down
16 changes: 16 additions & 0 deletions plugins/xlsx-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @flatfile/plugin-xlsx-extractor

## 3.0.0

### Major Changes

- a6e764b: Removed the 'Required' field check from extractors and the subsequent field.constraints.required.
This is a breaking change if you are using this required field check in your implementation.

Source sheets don't require the field.constraints.required.

If you need to implement this functionality you can use a listener to add in the field.constraints.required to the specific fields you need.

### Patch Changes

- Updated dependencies [a6e764b]
- @flatfile/util-extractor@2.0.0

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/xlsx-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-xlsx-extractor",
"version": "2.0.1",
"version": "3.0.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/xlsx-extractor",
"description": "A plugin for parsing xlsx files in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-extractor": "^1.0.1",
"@flatfile/util-extractor": "^2.0.0",
"remeda": "^1.14.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/xml-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-dxp-config

## 0.5.19

### Patch Changes

- Updated dependencies [a6e764b]
- @flatfile/util-extractor@2.0.0

## 0.5.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/xml-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-xml-extractor",
"version": "0.5.18",
"version": "0.5.19",
"description": "A plugin for parsing .xml files in Flatfile.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-extractor": "^1.0.1",
"@flatfile/util-extractor": "^2.0.0",
"remeda": "^1.24.0",
"xml-json-format": "^1.0.8"
},
Expand Down
11 changes: 11 additions & 0 deletions utils/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-extractor-utils

## 2.0.0

### Major Changes

- a6e764b: Removed the 'Required' field check from extractors and the subsequent field.constraints.required.
This is a breaking change if you are using this required field check in your implementation.

Source sheets don't require the field.constraints.required.

If you need to implement this functionality you can use a listener to add in the field.constraints.required to the specific fields you need.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion utils/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/util-extractor",
"version": "1.0.1",
"version": "2.0.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/extractor",
"description": "A library containing common utilities and helpers for extractors.",
"keywords": [
Expand Down