Releases: damienfamed75/quirk
Releases · damienfamed75/quirk
v2.1.6
v2.1.5
- Fix code smells
- Fix unit tests
v2.1.0
- Add
InsertMultiDynamicNodes
for easier multi struct inserts
v2.0.0
Hooray! We're here with dgov2 compatibility to be used with Dgraph v1.1.0.
With this update, all existing code should work as long as you update your imports from:
github.com/damienfamed75/quirk
to github.com/damienfamed75/quirk/v2
Note: For adding types just make a string field with the quirk tag "dgraph.type"
v2.4.4
- More documentation and comments
- Moved constants around to be more organized
- New
WithMaxWorkerCount
to control the maximum number of concurrent insertion workers
v.2.4.3
- New CI/CD pipeline (not important to code)
- Shortened up
model.go
and removed inefficiency with setting/updating nodes
More Help!
Added new helper function to DupleNode SetOrAdd
So Helpful!
Added some new DupleNode helper functions
Happy Up
New addition to be able to tell if a node is new or not.
Byte slices for Structs
Byte slices now work in structs. I'm sorry