-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improves the unwind transform so it unwinds all unwindable fiel…
…ds if … (#434) * Improves the unwind transform so it unwinds all unwindable fields if no paths are provided * docs: fix unwind opt
- Loading branch information
1 parent
c00a85b
commit ec1f301
Showing
10 changed files
with
119 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
"carModel","price","extras.items.name","extras.items.color","extras.items.items.position","extras.items.items.color" | ||
"BMW",15000,"airbag","white",, | ||
"BMW",15000,"dashboard","black",, | ||
"Porsche",30000,"airbag",,"left","white" | ||
"Porsche",30000,"airbag",,"right","gray" | ||
"Porsche",30000,"dashboard",,"left","gray" | ||
"Porsche",30000,"dashboard",,"right","black" | ||
"Porsche",30000,"dashboard",,"right","black" | ||
"BMW",15000,"airbag","white",, | ||
"BMW",15000,"dashboard","black",, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
"carModel","price","extras.items.name","extras.items.color","extras.items.items.position","extras.items.items.color" | ||
"BMW",15000,"airbag","white",, | ||
,,"dashboard","black",, | ||
"Porsche",30000,"airbag",,"left","white" | ||
,,,,"right","gray" | ||
,,"dashboard",,"left","gray" | ||
,,,,"right","black" | ||
,,,,"right","black" | ||
"BMW",15000,"airbag","white",, | ||
,,"dashboard","black",, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters