Skip to content

Releases: damienfamed75/quirk

v2.1.6

18 Oct 13:48
Compare
Choose a tag to compare
  • Switch from xs:byte to xs:string when parsing byte slices

v2.1.5

14 Oct 20:59
98c9a9a
Compare
Choose a tag to compare
  • Fix code smells
  • Fix unit tests

v2.1.0

14 Oct 20:44
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release
  • Add InsertMultiDynamicNodes for easier multi struct inserts

v2.0.0

20 Sep 00:11
854e635
Compare
Choose a tag to compare

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

29 Aug 04:14
5f0fd85
Compare
Choose a tag to compare
  • 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

27 Aug 02:22
2949c2d
Compare
Choose a tag to compare
  • New CI/CD pipeline (not important to code)
  • Shortened up model.go and removed inefficiency with setting/updating nodes

More Help!

31 Jul 21:18
Compare
Choose a tag to compare

Added new helper function to DupleNode SetOrAdd

So Helpful!

31 Jul 15:57
Compare
Choose a tag to compare

Added some new DupleNode helper functions

Happy Up

31 Jul 15:14
Compare
Choose a tag to compare

New addition to be able to tell if a node is new or not.

Byte slices for Structs

30 Jul 21:29
Compare
Choose a tag to compare

Byte slices now work in structs. I'm sorry