golang-jsouthworth-seq (1.0.1-1) unstable; urgency=medium

  * seq: use generic versions of transient functions
  * seq: speedup functions that use predicates.

 -- John Southworth <jx756k@att.com>  Thu, 12 Dec 2019 13:10:41 -0800

golang-jsouthworth-seq (1.0-4) unstable; urgency=medium

  * seq: allow go maps to become sequences of MapEntry
  * seq: allow objects to override the Reduce implementation
  * seq: cleanup reflection for Conj and Reduce

 -- John Southworth <jx756k@att.com>  Tue, 09 Jul 2019 09:40:18 -0700

golang-jsouthworth-seq (1.0-3) unstable; urgency=medium

  * seq: use transient collections for Into where possible

 -- John Southworth <jx756k@att.com>  Mon, 15 Apr 2019 14:10:18 -0700

golang-jsouthworth-seq (1.0-2) unstable; urgency=medium

  * seq: add Conj, Into, and TransformInto functions

 -- John Southworth <jx756k@att.com>  Wed, 10 Apr 2019 11:57:58 -0700

golang-jsouthworth-seq (1.0-1) unstable; urgency=medium

  * Initial checkin for sequence library
  * Don't force users to call Seq on non sequence types to use the
    library functions
  * Add README
  * Fix godoc link in README.md
  * Add support for Travis CI
  * Add coverage support
  * Add build status badge to README
  * Try to get coveralls working
  * Expose a function to convert an arbitrary sequence to a string
  * seq: use dyn.Apply instead of internal implementation

 -- John Southworth <jx756k@att.com>  Fri, 22 Mar 2019 14:24:53 -0700
