Releases: Novaly-Studios/TableUtil
Releases · Novaly-Studios/TableUtil
v0.8.1
03 Mar 05:48
Compare
Sorry, something went wrong.
No results found
New implementations of Freeze feature to eliminate side-effects, on various functions.
Reduced allocations when tables can be re-used in a variety of functions.
Remove MergeDeepMixed (for now).
v0.7.8
28 Jan 03:15
Compare
Sorry, something went wrong.
No results found
Moved all remaining asserts to -Feature scripts
Reformatted some code
v0.7.7
27 Jan 09:26
Compare
Sorry, something went wrong.
No results found
Added MixedMergeDeep function: joins arrays during recursion where applicable, otherwise behaves as MergeDeep
Fixed issue with deep merges causing errors when left value was false and right value was a table
v0.7.6
06 Dec 05:55
Compare
Sorry, something went wrong.
No results found
Fixed feature wrappers
Fixed feature tests for merge function changes
v0.7.5
06 Dec 05:33
Compare
Sorry, something went wrong.
No results found
Change functional mappers on merge functions to be optional
Allow functional mappers on merge to delete the previous value by returning nil
v0.7.4
20 Sep 01:58
Compare
Sorry, something went wrong.
No results found
Added optional features for assertion & table freezing
v0.7.2
19 Aug 23:08
Compare
Sorry, something went wrong.
No results found
v0.7.0
19 Aug 06:13
Compare
Sorry, something went wrong.
No results found
v0.4.1-alpha
02 Feb 12:09
Compare
Sorry, something went wrong.
No results found
Registered several missing functions.
v0.4.0-alpha
02 Feb 11:55
Compare
Sorry, something went wrong.
No results found
Array
Added BinarySearch1D
Added GroupBy
Added IsArray1D
Added IsOrdered1D
Added IsPureArray1D
Added MutableBinaryInsert1D
Added MutableReverse1D
Added MutableShuffle1D
Added SelectRandom1D
Map
Added Count1D
Added Flatten
Added FromKeyValueArray1D
Added GroupBy
Added InverseKeysValues1D
Added IsMap1D
Added IsMixed1D
Added IsPureMap1D
Added MutableMerge1D
Added MutableMergeDeep
Renamed CreateNonOverwritingPatchDeep -> CreatePatchDeep
Set
Added Insert
Added IsProperSubset
Added IsSubset
Added Remove
Added ToArray
Renamed Outer -> SymmetricDifference
Renamed Negation -> Difference