1.0.4 • Published 1 year ago

@dzo/utils v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@dzo/utils

一款面向复杂业务场景的 javascript 工具库

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Build library via father-build,

$ npm run build

发包

$ npm run release

历史版本信息

  • 1.0.0 首次发布@dzo/utils 组件库
  • 1.0.1 新增 isEmoji, numParseChina, groupBy, deepMerge, changeCase, isPromise, isData, cookie, store 函数
  • 1.0.2 新增 excle 解析, txtFile 文件解析 函数
  • 1.0.3 新增 keyBy 函数
  • 1.0.4 新增 getTypeName 函数, getBirthDay 函数根据身份证获取生日, omit 反选对象的属性方法, omitBy 函数反选对象的属性方法, pick 反选对象的属性方法, pickBy 函数反选对象的属性方法