Skip to content

Commit

Permalink
Update Version 1.0.9 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddemon26 authored Oct 28, 2024
1 parent 891bd4e commit 4435f4e
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.0.9] - 2024-10-27
- Added `Reflection` Extensions:
- Added methods to determine if a type or field is a delegate.
- Added methods to check if a type is a generic type of given non-generic type.
- Added methods to check if a type is a derived type of given base type.
- Added methods to check if a type can be cast to another type.
- Added methods to dynamically cast an object to a specified type.
- Added methods to check if a method is an override.
- Added methods to check if an attribute is present on a provider.
- Added methods to get a formatted display name for a given type.
- Added methods to check if two methods from different types have the same signature.
- Added methods to rebase a method onto a new type by finding the corresponding method with an equal signature.

## [1.0.8] - 2024-10-04
- Added Version Define for URP Enabled
- The Define Tag is marked "ENABLED_UNITY_URP"
Expand Down
Loading

0 comments on commit 4435f4e

Please sign in to comment.