Releases: mihaifm/linq
Releases · mihaifm/linq
4.0.3
4.0.2
Changes in this version
- Allow functions that return an iterator to be used as input (#98)
- Add overrides for type guard predicates (#107)
Credits to @Neuroboy23, @alexkunin
4.0.1
4.0.0
3.2.4
3.2.3
Changes in this version:
- Added a new utility function
Enumerable.Utils.recallFrom
that can be use to reverse the effects ofEnumerable.Utils.extendTo
, cleaning up prototype pollution - All tests redesigned to use only vanilla JS, eliminating the need for a testing framework
- Minifier changed from
node-minify
touglify-js
3.2.2
3.2.1
3.2.0
3.1.1
New release with minor fixes:
- removed unnecessary files from the npm package
- created a release archive signed with GPG (public key here)
- removed minified version
linq.min.js
from the repository and added it to the release archive and to npm - small code fix regarding the types for the
zip
method