Skip to content

v1.4.4

Compare
Choose a tag to compare
@ugaya40 ugaya40 released this 22 Mar 08:09
· 42 commits to main since this release

breaking change:

  • The return value of toArray()/toArrayAsync() has been changed from T[] to readonly T[].
    To return T[], toMutableArray()/toMutableArrayAsync() must be used.(Thanks! by @hachibeeDI )