-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: ashblue/unity-elastic-inventory
base: v1.0.1
head repository: ashblue/unity-elastic-inventory
compare: v2.0.0
- 18 commits
- 58 files changed
- 3 contributors
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e83c89 - Browse repository at this point
Copy the full SHA 1e83c89View commit details -
Merge pull request #15 from ashblue/feature/docs-update
docs: link and path fixes
Configuration menu - View commit details
-
Copy full SHA for 9224ce3 - Browse repository at this point
Copy the full SHA 9224ce3View commit details
Commits on Jan 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f089f69 - Browse repository at this point
Copy the full SHA f089f69View commit details -
feat(item definitions): display name must now be implemented on all I…
…temDefinitionBase classes For something like a card with a lot of file logic behind it, the name of the card can be safely hard coded. ItemDefinitionBase no longer contains a serialized implementation of string _displayName so you'll have to implement it BREAKING CHANGE: Find all classes that inherit ItemDefinitionBase and add `[SerializeField] string _displayName; public override string DisplayName => _displayName;`. To fix the error that your classes do not implement the display name get accessor.
Configuration menu - View commit details
-
Copy full SHA for 56e69c2 - Browse repository at this point
Copy the full SHA 56e69c2View commit details -
feat(inventory window): categories now live display in the item table
You must have a field called _category to detect live changes in the window via dynamic binding. Not required if you don't want live binding support to serialized changes. close #21
Configuration menu - View commit details
-
Copy full SHA for 53193c4 - Browse repository at this point
Copy the full SHA 53193c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 489ec64 - Browse repository at this point
Copy the full SHA 489ec64View commit details -
fix(inventory add): no longer crashes when read only items are added
Using ItemEntryData to pass in items to InventoryInstance.AddEntry would crash due to an edge case where it thought the read only item could be runtime manipulated. fix #17
Configuration menu - View commit details
-
Copy full SHA for afb6b44 - Browse repository at this point
Copy the full SHA afb6b44View commit details -
fix(inventory.getall<t>()): no longer crashes when used with a custom…
… item entry type Was crashing due to a failed LINQ cast that sometimes silently failed. fix #20
Configuration menu - View commit details
-
Copy full SHA for c8678b0 - Browse repository at this point
Copy the full SHA c8678b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5872d4 - Browse repository at this point
Copy the full SHA e5872d4View commit details -
Merge pull request #24 from ashblue/feature/v2-upgrade
Feature/v2 upgrade
Configuration menu - View commit details
-
Copy full SHA for 6f4db6d - Browse repository at this point
Copy the full SHA 6f4db6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a86d7ec - Browse repository at this point
Copy the full SHA a86d7ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7124ae0 - Browse repository at this point
Copy the full SHA 7124ae0View commit details -
Merge pull request #26 from ashblue/feature/semantic-release-fix
fix(semantic-release): was not picking up the main branch
Configuration menu - View commit details
-
Copy full SHA for b703482 - Browse repository at this point
Copy the full SHA b703482View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3232e6 - Browse repository at this point
Copy the full SHA e3232e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e949e - Browse repository at this point
Copy the full SHA b1e949eView commit details -
Merge pull request #28 from ashblue/feature/v2-release-fix
ci: whitespace change to force another release
Configuration menu - View commit details
-
Copy full SHA for 1bc6125 - Browse repository at this point
Copy the full SHA 1bc6125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b91267 - Browse repository at this point
Copy the full SHA 1b91267View commit details -
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2025-01-11) ### Bug Fixes * **id repair:** null and empty string IDs are now repaired ([489ec64](489ec64)) * **inventory add:** no longer crashes when read only items are added ([afb6b44](afb6b44)), closes [#17](#17) * **inventory.getall<t>():** no longer crashes when used with a custom item entry type ([c8678b0](c8678b0)), closes [#20](#20) * **semantic-release:** was not picking up the main branch ([7124ae0](7124ae0)) ### Features * **inventory window:** categories now live display in the item table ([53193c4](53193c4)), closes [#21](#21) * **item definitions:** display name must now be implemented on all ItemDefinitionBase classes ([56e69c2](56e69c2)) ### BREAKING CHANGES * **item definitions:** Find all classes that inherit ItemDefinitionBase and add `[SerializeField] string _displayName; public override string DisplayName => _displayName;`. To fix the error that your classes do not implement the display name get accessor.
Configuration menu - View commit details
-
Copy full SHA for d6d026d - Browse repository at this point
Copy the full SHA d6d026dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.1...v2.0.0