r20100831084030

Details

  • Filename
    LibLinq-1.0-r20100831084030.zip
  • Uploaded by
  • Uploaded
    Aug 31, 2010
  • Size
    35.94 KB
  • Downloads
    50
  • MD5
    a11b87c4eab97f6942f8367cf3eed083

Supported WoW Retail Versions

  • 3.3.5

Changelog

ckknight:
    - Add support for passing C#-like lambdas instead of full lua functions, e.g. "x => x*x" will transparently convert to function(x) return x*x end
    - Remove old suo file
    - Do not include LibStub in lib.xml since it is included in the TOC
    - Fix .pkgmeta issue
    - Initial commit of LibLinq-1.0, a collection management library similar to .NET's System.Linq