Releases: DanielSvub/anytype
Releases · DanielSvub/anytype
AnyType v1.1.0
New Features
- Added
TypeOfTFandUnsetTFmethods. - Added
NativeSliceandNativeDictmethods.
Optimizations
NewListOfnow sets an initial capacity to the given count.NewListFromandNewObjectFromnow set an initial capacity to a length of the given dict.
Changes
GetTFwith a non-existing TF panics instead of returning nil.SetTFon existing index now replaces the element instead of inserting.SetTFon index higher than length now fills the interspace with nils instead of panic.
go get github.com/DanielSvub/anytype@v1.1.0AnyType v1.0.0
First stable version.
go get github.com/DanielSvub/anytype@v1.0.0