v1.4.4
Fixed
- Use
new Array()
and direct assignment instead ofarray.push()
as it is faster - Use
for
instead ofreduce
as it is faster - Module order in
index.js
- License in
package.json
Changed
- Author and description in
package.json
new Array()
and direct assignment instead of array.push()
as it is fasterfor
instead of reduce
as it is fasterindex.js
package.json
package.json