Releases: damienfamed75/quirk
Slicey Golangy Dicey
Third time's a charm
Slice and Real Dicey
Real byte slice compatibility
So Edgy
Added the ability to reference node UIDs by using the quirk.UID
type.
Duple Puple
The addition of using DupleNodes in quirk.
Replaced any predValDat
and predValPairs
with the use of *DupleNode
and []*DupleNode
DupleNodes are faster at inserting for the reason that quirk doesn't have to loop through the data given by the user. This is a small optimization for people that need it.
Examples of using DupleNodes can be found in the examples/
directory located in the root repository.
Mappy
Now compatible with two types of maps!
map[string]string
and map[string]interface{}
These are not able to be upserted with that info yet.
There are future plans to add a custom map type map[string]quirk.Value
to store enough data to properly upsert.
v1.2
Updated bool to boolean oops!
Carny
Added basic datatype analysis for integers, float values, and booleans.
Clown
v1.0 Made the Readme somewhat pretty 😊