All Versions
20
Latest Version
Avg Release Cycle
144 days
Latest Release
951 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.2 Changes
September 13, 2022- ๐ Fix TypeScript types when using require, thanks Mark Dalgleish (#276)
- ๐ Fix toString as
[Object object]
in a vm, thanks Remco Haszing (#281)
-
v2.3.1 Changes
April 03, 2021- ๐ Fix bind/dedupe TypeScript types exports
- ๐ Fix mapping Value types, thanks Remco Haszing
- โ Removed non-existent named exports from types, thanks Remco Haszing
-
v2.3.0 Changes
April 01, 2021- โ Added TypeScript types
- โ Added consistent support for custom
.toString()
methods on arguments, thanks Stanislav Titenko
-
v2.2.6 Changes
June 08, 2018- ๐ Fixed compatibility issue with usage in an es module environment
-
v2.2.5 Changes
May 02, 2016- ๐ Improved performance of
dedupe
variant even further, thanks Andres Suarez
- ๐ Improved performance of
-
v2.2.4 Changes
April 25, 2016- ๐ Improved performance of
dedupe
variant by about 2x, thanks Bartosz Goลciลski
- ๐ Improved performance of
-
v2.2.3 Changes
January 05, 2016- โก๏ธ Updated
bind
variant to use[].join(' ')
as per the main script in 2.2.2
- โก๏ธ Updated
-
v2.2.2 Changes
January 04, 2016- ๐ Switched from string concatenation to
[].join(' ')
for a slight performance gain in the main function.
- ๐ Switched from string concatenation to
-
v2.2.1 Changes
November 26, 2015- โ Add deps parameter to the AMD module, fixes an issue using the Dojo loader, thanks Chris Jordan
-
v2.2.0 Changes
October 18, 2015- โ added a new
bind
variant for use with css-modules and similar abstractions, thanks to Kirill Yakovenko
- โ added a new