PackageTrack

Go modules · #2452

github.com/vektah/dataloaden

v0.3.0vektah/dataloaden

Release timeline

11 releases since 2018
20182020202220242026

Releases

  1. v0.3.1-0.20220626104858-557c25d5f7dc26 Jun 2022pre-release

    Nothing published for this version

  2. v0.3.015 May 2019
    Release notes

    This is a pretty large refactor of dataloaden that allows arbitrary types for keys and values.

    This removes -slice and -key entirely, and replaces them with 3 mandatory positional arguments:

    • name: The name to use when generating types and constructors
    • key type: the key type as a string in the format (*[])(package.)TypeName
    • value type: the key type as a string in the format (*[])(package.)TypeName

    Unlike before with -slice and -ptr these can be nested arbitrarily deeply, for example *[][][]*github.com/my/damn.User is now valid.

    for example what used to be

    dataloaden -keys int -slice github.com/vektah/dataloaden/example.User	
    

    is now

    dataloaden UserSliceLoader int []github.com/vektah/dataloaden/example.User
    
    Open source →
  3. v0.2.1-0.20190515034641-a19b9a6e7c9e15 May 2019pre-release

    Nothing published for this version

  4. v0.2.1-0.20190417130618-0f86e109149917 Apr 2019pre-release

    Nothing published for this version

  5. v0.2.1-0.20190207075750-0413fd5301777 Feb 2019pre-release

    Nothing published for this version

  6. v0.2.026 Jan 2019

    Nothing published for this version

  7. v0.1.026 Jan 2019

    Nothing published for this version

  8. v0.0.0-20220626104858-557c25d5f7dc26 Jun 2022pre-release

    Nothing published for this version

  9. v0.0.0-20181105192535-484aef20ae775 Nov 2018pre-release

    Nothing published for this version

  10. v0.0.0-20180713105249-314ac81052ee13 Jul 2018pre-release

    Nothing published for this version

  11. v0.0.0-20180212052745-92d08f61dc2b12 Feb 2018pre-release

    Nothing published for this version