File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1- ## v1.4.0 - Data structure update
1+ ## v1.4.0 - Data structure update (Breaking-XL)
22- Items: Added ` hasCategories() ` and ` getCategorized() ` to the mod item collection.
33- Collection: Updated to use the new data structure in DB v2.
44- Tags: Added the ` Physics ` tag.
77- Tags: Added the helper class ` TagNames ` for easy name lookup.
88- DB: Switched to Mod DB [ v2.0.0] ( https://github.com/Mistralys/cyberpunk-mod-db/releases/tag/2.0.0 ) .
99
10+ ### Breaking changes
11+
12+ Some method return types and parameters have been updated to handle the new
13+ data structure. This may require changes in your code, especially regarding
14+ mod item handling, where all items are now categorized by default.
15+
1016## v1.3.0 - Added the item collection and search
1117- Collection: Cleaned up interfaces to handle global and mod item collections.
1218- Items: Introduced the global item collection.
You can’t perform that action at this time.
0 commit comments