@zodash/once
Advanced tools
Comparing version 0.0.12 to 0.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 0.1.0 (2020-09-28) | ||
### Features | ||
* **basex:** convert number to baseX (进制转换) ([95a1a2f](https://github.com/zcorky/zodash/commit/95a1a2f361d73de5caa3b8e297c1643e97e40983)) | ||
## 0.0.12 (2020-09-18) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@zodash/once", | ||
"version": "0.0.12", | ||
"version": "0.1.0", | ||
"description": "Creates a function that is restricted to invoking func once. Repeat calls to the function return the value of the first invocation. The func is invoked with the this binding and arguments of the created function.", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "dcbc4fffe9448cf235b5a8dabb09882e38535582" | ||
"gitHead": "1bd16aae857c9137ad6af46eb4116edb2f65d18d" | ||
} |
4238