Versions in this module Expand all Collapse all v0 v0.11.0 Aug 12, 2021 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime v0.10.0 Jun 2, 2021 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime v0.9.0 Mar 15, 2021 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime v0.7.0 Dec 31, 2020 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime v0.6.0 Dec 14, 2020 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime v0.5.0 Jul 2, 2020 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime v0.4.0 Jun 26, 2020 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime v0.0.3 Apr 28, 2020 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime Changes in this version + type ListAssembler interface + Append func(Node) + AssembleValue func() NodeAssembler + Done func() + type MapAssembler interface + AssembleKey func() MapKeyAssembler + Done func() + Insert func(string, Node) + Insert2 func(Node, Node) v0.0.2 Feb 29, 2020 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime Changes in this version + type ListNodeAssembler interface + Append func(Node) + AssembleValue func() NodeAssembler + Done func() + type MapKeyAssembler interface + AssembleValue func() MapValueAssembler + type MapNodeAssembler interface + AssembleKey func() MapKeyAssembler + Done func() + Insert func(string, Node) + Insert2 func(Node, Node) + type MapValueAssembler interface + type Node interface + type NodeAssembler interface + Assign func(Node) + AssignBool func(bool) + AssignBytes func([]byte) + AssignFloat func(float64) + AssignInt func(int) + AssignNull func() + AssignString func(string) + BeginList func() ListNodeAssembler + BeginMap func() MapNodeAssembler + CheckError func() error + type NodeBuilder interface + Build func() (Node, error)