Skip to content

Releases: damienfamed75/quirk

Slicey Golangy Dicey

30 Jul 21:16
Compare
Choose a tag to compare

Third time's a charm

Slice and Real Dicey

30 Jul 21:12
Compare
Choose a tag to compare

Real byte slice compatibility

So Edgy

24 Jul 02:12
f1dd8e4
Compare
Choose a tag to compare

Added the ability to reference node UIDs by using the quirk.UID type.

Duple Puple

22 Jul 05:01
a693beb
Compare
Choose a tag to compare

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

18 Jul 19:28
Compare
Choose a tag to compare

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

11 Jul 16:17
Compare
Choose a tag to compare

Updated bool to boolean oops!

Carny

11 Jul 15:26
Compare
Choose a tag to compare

Added basic datatype analysis for integers, float values, and booleans.

Clown

14 Jun 11:32
303b69f
Compare
Choose a tag to compare
v1.0

Made the Readme somewhat pretty 😊