Releases: kochounoyume/MinimalUtility
Releases · kochounoyume/MinimalUtility
Ver.1.2.0
What's Changed
- Fix XEnumGenerator to address generation code modification defects
Full Changelog: 1.1.9...1.2.0
Ver.1.1.9
What's Changed
- Add
HasBitFlag
andGetEnumMemberValue
inXEnum
- Rename
MinimalUtility.String
toMinimalUtility.BackPort
- Remove
GenerateStringConvertAttribute
Full Changelog: 1.1.8...1.1.9
Ver.1.1.8
What's Changed
- Rename namespace
MinimalUtility.UI
toMinimalUtility.UGUI
- Add
SafeAreaContainer
; UI Toolkit - Update SourceGenerator :
XEnum
Full Changelog: 1.1.7...1.1.8
Ver.1.1.7
Ver.1.1.6
What's Changed
- Add
VContainerDebugProfileViewer
- Remove C#10
- Change editor extensions from IMGUI to UIElements
- Fix
SimpleGaugeEditor
andFrameDataProvider
Full Changelog: 1.1.5...1.1.6
Ver.1.1.5
What's Changed
- Fix
MinimalUtility.Tasks.Progress
class - Organized
DebugProfiler
and split it intoFrameDataProvider
andDebugProfileViewer
- Rename
SelectablesGraphic
andValueDisposable
- Add
SafeGetComponent
- Add
StringUtils.Join
andUnityWebRequestHttpMessageHandler
- Update API document
- Remove
Math
Full Changelog: 1.1.4...1.1.5
Ver.1.1.4
What's Changed
- Update Transform custom inspector
- Fix MinimalDisposable factory method
- Add Animator custom inspector
- Add MeshRenderer cuson inspector
Full Changelog: 1.1.3...1.1.4
Ver.1.1.3
What's Changed
- Rename namespace of
MinimalUtility.UniTaskEx
toMinimalUtility.Tasks
- Add
MinimalProgress
;IProgress
factory - Change of accessor ;
MinimalUtility.Editor.DefaultInspector
,MinimalUtility.Editor.TransformEditor
- Backport
System.Runtime.CompilerServices.CallerArgumentExpressionAttribute
- Rename
UsingDisposable
toMinimalDiosposable
and addCreate
method
Full Changelog: 1.1.2...1.1.3
Ver.1.1.2
What's Changed
- Update EnumStringConverter to add
MemberValues
, updateMemberNames
and improved performance - Add
Transform
custom editor - Fix assembly settings and organise namespace
- Backport
DefaultInterpolatedStringHandler
- Update
ComponentExtensions
, renameRectTransformExtensions.SetSafeSizeWidth
toRectTransformExtensions.SetSafeWidth
andRectTransformExtensions.SetSafeSizeHeight
toRectTransformExtensions.SetSafeHeight
- Add
UniTaskExtensions.WaitForEndFrameSafety
Full Changelog: 1.1.1...1.1.2
Ver.1.1.1
What's Changed
- Fix to add
DisallowMultipleComponent
attribute inSafeAreaAdjuster
- Rename
SloppyDisposable
toUsingDisposable
and Fixreadonly ref struct
toreadonly struct
- Fix asmdef setting in
MinimalUtility.VContainer
- Add
UniTask
extensions - Remove
ObjectUtility
Full Changelog: 1.1.0...1.1.1