-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, fields could only select values located on the entry's record. However, it's often necessary to filter or parse values that would more naturally exist on fields like labels. This commit refactors fields into an interface which is fulfilled by both the `RecordField` and the `LabelField` objects. `RecordField` is essentially what was previously called `Field`. Notably, this change makes the zero-value of `Field` invalid, since it will contain a `nil` pointer.
- Loading branch information
1 parent
5432688
commit 63a2352
Showing
31 changed files
with
1,029 additions
and
599 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
Oops, something went wrong.