Skip to content

Releases: tree-lock/once-init

v1.4.0

Choose a tag to compare

@tree-lock tree-lock released this 02 Sep 09:00

1.4.0

  1. 添加了错误处理机制;
  2. 添加了clear方法用于清除缓存;
  3. 添加了一些get方法用于获取参数状态;

Thanks to richex-cn to open the issues.

v1.3.0

Choose a tag to compare

@tree-lock tree-lock released this 12 Jun 03:54

1.3.0

可以使用script导入js文件的方式访问OnceInit来调用;(#5)
允许import { oi } from 'once-init'进行导入;

1.2.0

解决了refresh执行顺序混乱的 bug;(#4)
疑似解决了部分相同类型的赋值会报 TS 错误的 bug;(#2)

v1.1.0

Choose a tag to compare

@tree-lock tree-lock released this 31 Oct 01:49
  1. 易读性更强的文档;
  2. 减少了lodash的打包大小;(#1)

v1.0.0

Choose a tag to compare

@tree-lock tree-lock released this 17 Oct 03:23

第1个正式版,之后的每次新的发布正式版都将附带CHANGELOG。

V0

V0

Choose a tag to compare

@tree-lock tree-lock released this 19 Feb 11:38
78e2dea
Update index.ts