Optimize prototypes added more tests
fixed #2 jquery is not сompatible
Prepare fixes nyc reports
Added kotlin typing
Move error classes to error folder
Move obsolete classes and interfaces to base folder
Prepare fixes nyc reports
Move any, where, select to external module
Move array declaration from Extensions.ts to index.ts
Fixes markdown :(
Optimization... more optimization!!!
Added flag USE_PURE_JS
to use functions on pure JS code.
Added function ToQuery (from Array object) which returns the AdvancedLinqable context to avoid disabling optimization due to (deoptimization, reason: prototype check)
Some features have improved call speed (optimizer v8 call)
Added web-compatible linqable.js version. (in build/web/linqable.min.js)
Added CDN(web version) to docs
The Where and Select functions now use native functions.map and filter
Now old logic of where and Select functions is called only with the USE_PURE_JS
flag
Some functions have no dependency on the data context.
Started changelog! ✨
Added jsdocs to advanced linq api from typescript typing
Added new function Transpose
Transposes a sequence of rows into a sequence of columns.