go-linq v2.0.0-rc0 Release Notes

Release Date: 2016-09-11 // over 7 years ago
  • IMPORTANT: Breaking Changes

    ๐Ÿš€ v2.0 release contains BREAKING changes to the API.

    The old version is archived at the archive/0.9 branch or the 0.9 tags.

    ๐Ÿ”„ Changelog

    • v2.0 is A COMPLETE REWRITE of go-linq with better performance and memory
      efficiency.
      (thanks @kalaninja!)
    • API has significantly changed. Most notably:
      • linq.T removed in favor of interface{}
      • library methods no longer return errors
      • PLINQ removed for now (see channels support)
      • support for channels, custom collections and comparables