Skip to content

Releases: Varneon/VUdon-ArrayExtensions

0.3.1 - UdonSharp dependency migration

07 Oct 13:18
Compare
Choose a tag to compare

Changes

  • UdonSharp dependency has been migrated to com.vrchat.worlds >=3.4.0 <4.0.0

0.3.0 - IndexOf, LastIndexOf, RemoveRange, Documentation Improvements

05 Jan 23:22
095c6be
Compare
Choose a tag to compare

New Extension Methods

  • List.IndexOf
  • List.LastIndexOf
  • List.RemoveRange(Int32, Int32)

Improvements

  • Code documentation overhaul

0.3.0-beta.1 - IndexOf, LastIndexOf, RemoveRange, Documentation Improvements

26 Nov 07:56
Compare
Choose a tag to compare

New Extension Methods

  • List.IndexOf
  • List.LastIndexOf
  • List.RemoveRange(Int32, Int32)

Improvements

  • Code documentation overhaul

0.2.0 - System.Linq FirstOrDefault() and LastOrDefault()

21 Oct 11:00
a44c69b
Compare
Choose a tag to compare

New methods:

  • Added FirstOrDefault() from System.Linq (without predicate, yet?) - #5, #6
  • Added LastOrDefault from System.Linq - #5, #6

Changes:

  • Categorized extension method sources with regions - a0f0cba
  • Downgraded minimal Unity release requirement to 29f1 - 558115d

0.1.0 - VUdon VPM Release

19 Sep 18:47
Compare
Choose a tag to compare

Changes

  • Namespace and assemblies have been renamed to Varneon.VUdon.ArrayExtensions
  • Restructured folders

First Open Alpha

10 Aug 02:54
e3a1032
Compare
Choose a tag to compare
v0.0.1

Update README.md