-
-
Notifications
You must be signed in to change notification settings - Fork 110
Document new Data API interface additions #436
Copy link
Copy link
Open
Labels
API not readyThe API/code is not yet ready so we cannot merge this in yetThe API/code is not yet ready so we cannot merge this in yetFLARDThis is gathering dustThis is gathering dustinput wantedWe would like to hear your opinionWe would like to hear your opinionon holdProgress is blocked for some reasonProgress is blocked for some reasonquestionThere is a question here that needs an answerThere is a question here that needs an answer
Milestone
Metadata
Metadata
Assignees
Labels
API not readyThe API/code is not yet ready so we cannot merge this in yetThe API/code is not yet ready so we cannot merge this in yetFLARDThis is gathering dustThis is gathering dustinput wantedWe would like to hear your opinionWe would like to hear your opinionon holdProgress is blocked for some reasonProgress is blocked for some reasonquestionThere is a question here that needs an answerThere is a question here that needs an answer
Yesterday, I added ListData and MappedData along with their relevant common implementations for plugins to use. Note that due to the breaking changes of the common implementations, this had to go into
bleeding.They're very self explanatory as to what they do (they're more for "ease of use" interfaces for commonly used interfaces than anything else).
Note that the implementations have been of course updated for these changes, also in their respective
bleedingbranches.