Releases: Simon-He95/lazy-js-utils
Releases · Simon-He95/lazy-js-utils
v0.0.10
v0.0.1
rename lazy-js-utils
Make this library more general purpose, not for personal use
v4.16
Feature:
- Enhanced type hints for functions
v4.1.5
New Function
- useHover
- useClick
- diff
- useFocus
Fix
- addEventListener RawEvent error
Refactor
- add
mount
to merge redundant code
v4.1.1
Feature
- collisionDetection 判断物体是否碰撞
- arrayToExcel 将json转为excel
- parseUrl 解析url
- removeRoundSpace 移除2位数组中多余的空间
- getImageData 快速获取图片的canvas的数组值
- mapTransform 将对象一层数据映射成多层级的数据
- mapTransformBack 将对象多层级的数据映射成一层
Fix
修复了addEventListener存在覆盖原本已绑定的事件
v4.0.12
release v4.0.12
v4.08
feature: update new funcitons
v4.0.2
release v4.0.2
v3.0.8
Feature
- sThree 提供更加简单的three调用
- sChart 提供更加简单的echarts调用
- addEventListener 提供更加方便的事件注册和销毁
v3.0.6
perf