You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,14 @@ Additional fields are
35
35
*`override` - This is an object, where any component field values will replace the existing field values. For example, libraries in the `broken.conf` file are outdated, and we want to cap the
36
36
`maxRevision` to `228`. This cap can be applied by setting `override` to {`maxRevision`: `228`}
37
37
*`log` - Any notes of explanation, such as why a library was labeled `BROKEN`
38
+
* These fields are included, but the data is not comprehensive. It would require pulling data from the archives.
39
+
*`previousVersions` - a list of previous `prettyVersion` values. This will be added whenever a new
40
+
library is updated. To have complete data for this field will require some detective work into the archives.
41
+
*`dateAdded` - Date library was added to contributions. This will be added whenever a new library is
42
+
added. To have complete data for this field will require some detective work into the archives.
43
+
*`lastUpdated` - Date library was last updated in the repo. This will be added whenever a library is
44
+
updated. To have complete data for this field will require waiting for all libraries to be updated, or
45
+
will require some detective work into the archives.
38
46
39
47
## Scripts
40
48
The scripts folder contains scripts in Python for parsing, validating, and processing the database
0 commit comments