Skip to content

Commit 6dbf7ca

Browse files
changelog (#40)
1 parent 7b09b46 commit 6dbf7ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# CHANGELOG
33

4+
## v0.3.7
5+
6+
FEATURE: Add tagged objects support to `da.Container`. Tagged objects represent named collections where multiple objects can share the same tag. New functions: `AddTagged`, `Tagged`, `TaggedOfType`, `TaggedAsType`, `HasTagged`, `RemoveTaggedFrom`, `RemoveTagged`, `ClearTagged`, and `Tags`. Same object can belong to multiple tags. `Visit()` and `OfType()` now include tagged objects with deduplication. (https://github.com/michaelquigley/df/issues/40)
7+
48
## v0.3.6
59

610
FEATURE: The bind and unbind functions have been renamed and improved to better support in-memory data (`[]byte`), `io.Reader` and `io.Writer`, and filesystem files. `dd.BindJSON`, `dd.BindJSONReader`, `dd.BindJSONFile`, etc. (https://github.com/michaelquigley/df/issues/39)

0 commit comments

Comments
 (0)