CareBoo / Serially

Adds a unity-supported, SerializableType class and an inspector for editing SerializeReference fields.
MIT License
40 stars 0 forks source link

jasonboukheir/issue54 #57

Closed jasonboukheir closed 4 years ago

jasonboukheir commented 4 years ago

Changing the function parameters of TypeFilterAttribute so that they're using sequences rather than taking in one type at a time. This should improve performance and be more semantically correct.

Fixes #54\nBREAKIGN CHANGES: removes Func Type -> bool support for TypeFilter

codecov[bot] commented 4 years ago

Codecov Report

Merging #57 into preview will increase coverage by 19.65%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           preview       #57       +/-   ##
=============================================
+ Coverage    80.34%   100.00%   +19.65%     
=============================================
  Files           22        21        -1     
  Lines          402       421       +19     
=============================================
+ Hits           323       421       +98     
+ Misses          79         0       -79     
Flag Coverage Δ
#unittests 100.00% <100.00%> (+19.65%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...erializedProperty/SetManagedReferenceValueToNew.cs 100.00% <100.00%> (ø)
Packages/com.careboo.serially/Editor/GuiEvent.cs 100.00% <100.00%> (ø)
....careboo.serially/Editor/SerializableTypeDrawer.cs 100.00% <100.00%> (+100.00%) :arrow_up:
...oo.serially/Editor/ShowSerializeReferenceDrawer.cs 100.00% <100.00%> (ø)
Packages/com.careboo.serially/Editor/TypeField.cs 100.00% <100.00%> (ø)
...es/com.careboo.serially/Editor/TypePickerWindow.cs 100.00% <100.00%> (+21.87%) :arrow_up:
...boo.serially/Runtime/ProvideSourceInfoAttribute.cs 100.00% <100.00%> (ø)
...om.careboo.serially/Runtime/TypeFilterAttribute.cs 100.00% <100.00%> (ø)
... and 3 more
github-actions[bot] commented 4 years ago

:tada: This PR is included in version 2.1.0-preview.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: