Skip to content

Releases: kochounoyume/MinimalUtility

Ver.1.2.0

23 Sep 09:14
Compare
Choose a tag to compare

What's Changed

  • Fix XEnumGenerator to address generation code modification defects

Full Changelog: 1.1.9...1.2.0

Ver.1.1.9

23 Sep 08:07
Compare
Choose a tag to compare

What's Changed

  • Add HasBitFlag and GetEnumMemberValue in XEnum
  • Rename MinimalUtility.String to MinimalUtility.BackPort
  • Remove GenerateStringConvertAttribute

Full Changelog: 1.1.8...1.1.9

Ver.1.1.8

22 Sep 18:07
638a42f
Compare
Choose a tag to compare

What's Changed

  • Rename namespace MinimalUtility.UI to MinimalUtility.UGUI
  • Add SafeAreaContainer ; UI Toolkit
  • Update SourceGenerator : XEnum

Full Changelog: 1.1.7...1.1.8

Ver.1.1.7

17 Sep 06:25
9544ce6
Compare
Choose a tag to compare

What's Changed

  • Fix ButtonAttribute

Full Changelog: 1.1.6...1.1.7

Ver.1.1.6

16 Sep 04:55
0903774
Compare
Choose a tag to compare

What's Changed

  • Add VContainerDebugProfileViewer
  • Remove C#10
  • Change editor extensions from IMGUI to UIElements
  • Fix SimpleGaugeEditor and FrameDataProvider

Full Changelog: 1.1.5...1.1.6

Ver.1.1.5

30 Aug 18:27
a68e71f
Compare
Choose a tag to compare

What's Changed

  • Fix MinimalUtility.Tasks.Progress class
  • Organized DebugProfiler and split it into FrameDataProvider and DebugProfileViewer
  • Rename SelectablesGraphic and ValueDisposable
  • Add SafeGetComponent
  • Add StringUtils.Join and UnityWebRequestHttpMessageHandler
  • Update API document
  • Remove Math

Full Changelog: 1.1.4...1.1.5

Ver.1.1.4

20 Aug 17:34
b8f7933
Compare
Choose a tag to compare

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

16 Aug 15:49
58ee92f
Compare
Choose a tag to compare

What's Changed

  • Rename namespace of MinimalUtility.UniTaskEx to MinimalUtility.Tasks
  • Add MinimalProgress ; IProgress factory
  • Change of accessor ; MinimalUtility.Editor.DefaultInspector, MinimalUtility.Editor.TransformEditor
  • Backport System.Runtime.CompilerServices.CallerArgumentExpressionAttribute
  • Rename UsingDisposable to MinimalDiosposable and add Create method

Full Changelog: 1.1.2...1.1.3

Ver.1.1.2

15 Aug 17:05
bc3ec48
Compare
Choose a tag to compare

What's Changed

  • Update EnumStringConverter to add MemberValues, update MemberNames and improved performance
  • Add Transform custom editor
  • Fix assembly settings and organise namespace
  • Backport DefaultInterpolatedStringHandler
  • Update ComponentExtensions, rename RectTransformExtensions.SetSafeSizeWidth to RectTransformExtensions.SetSafeWidth and RectTransformExtensions.SetSafeSizeHeight to RectTransformExtensions.SetSafeHeight
  • Add UniTaskExtensions.WaitForEndFrameSafety

Full Changelog: 1.1.1...1.1.2

Ver.1.1.1

21 Jul 13:58
Compare
Choose a tag to compare

What's Changed

  • Fix to add DisallowMultipleComponent attribute in SafeAreaAdjuster
  • Rename SloppyDisposable to UsingDisposable and Fix readonly ref struct to readonly struct
  • Fix asmdef setting in MinimalUtility.VContainer
  • Add UniTask extensions
  • Remove ObjectUtility

Full Changelog: 1.1.0...1.1.1