Skip to content

Releases: DanielSvub/anytype

AnyType v1.1.0

17 Jun 10:23

Choose a tag to compare

New Features

  • Added TypeOfTF and UnsetTF methods.
  • Added NativeSlice and NativeDict methods.

Optimizations

  • NewListOf now sets an initial capacity to the given count.
  • NewListFrom and NewObjectFrom now set an initial capacity to a length of the given dict.

Changes

  • GetTF with a non-existing TF panics instead of returning nil.
  • SetTF on existing index now replaces the element instead of inserting.
  • SetTF on index higher than length now fills the interspace with nils instead of panic.
go get github.com/DanielSvub/anytype@v1.1.0

AnyType v1.0.0

01 Feb 09:07

Choose a tag to compare

First stable version.

go get github.com/DanielSvub/anytype@v1.0.0