Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 3.1 years
Some releases are documented
notes for 1 of 3 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
11 releases · first in 2018
Release timeline
11 releases since 2018Releases
- v0.3.1-0.20220626104858-557c25d5f7dc26 Jun 2022pre-release
Nothing published for this version
- v0.3.015 May 2019
Release notes
Open source →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.Useris now valid.for example what used to be
dataloaden -keys int -slice github.com/vektah/dataloaden/example.Useris now
dataloaden UserSliceLoader int []github.com/vektah/dataloaden/example.User - v0.2.1-0.20190515034641-a19b9a6e7c9e15 May 2019pre-release
Nothing published for this version
- v0.2.1-0.20190417130618-0f86e109149917 Apr 2019pre-release
Nothing published for this version
- v0.2.1-0.20190207075750-0413fd5301777 Feb 2019pre-release
Nothing published for this version
- v0.2.026 Jan 2019
Nothing published for this version
- v0.1.026 Jan 2019
Nothing published for this version
- v0.0.0-20220626104858-557c25d5f7dc26 Jun 2022pre-release
Nothing published for this version
- v0.0.0-20181105192535-484aef20ae775 Nov 2018pre-release
Nothing published for this version
- v0.0.0-20180713105249-314ac81052ee13 Jul 2018pre-release
Nothing published for this version
- v0.0.0-20180212052745-92d08f61dc2b12 Feb 2018pre-release
Nothing published for this version