0.0.6 • Published 1 year ago

vixtool v0.0.6

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

vixtool

一个JavaScript库

vixtool 作为 Vixcity 工具,作者是 Vixcity

简体中文 | English

安装

npm i --save vixtool

# 或者

 yarn add --save vixtool

使用方法

import vixtool from 'vixtool';

console.log(vixtool)

有关更多详细信息,情查看源码

更新说明

  • 添加了更多的函数
  • 添加了单元测试

待办事项

  • 更多的函数 ...
  • 更多的案例
    • utils
    • date
    • number
    • string
    • url
    • object
    • array ...
  • 创建文档网站 ...

已完成事项

  • 创建一个中文版的README.md
  • 发布一个npm包
  • array/object/date/number/string/utils/url/random 单元测试
  • 已完成的函数
    • array
      • sortArrayByProperty,
      • groupByAndNest,
      • uniqueArray,
    • object
      • shallowClone,
      • deepClone,
    • url
      • parseUrl,
      • parseQueryParams,
    • date
      • formatDate,
      • formatAMPM,
      • format12Hour,
      • isLeapYear,
      • calculateMonthsYearsDifference,
      • calculateDateDifference,
      • parseDate,
      • getToday,
      • getBeforeOrAfterDate,
      • getYearRange,
      • getSevenDaysInfo,
    • number
      • convertNumberToWords,
      • convertToChineseUpperCase,
      • separateNumberByThousands,
      • convertToRomanNumerals,
      • convertRomanToInteger,
      • getRandomNum,
    • string
      • hyphenatedToLowerCamelCase,
      • hyphenatedToUpperCamelCase,
      • camelCaseToHyphenated,
      • generateRandomString,
      • capitalizeWords,
      • countChars,
    • utils
      • deepCompare,
      • isObject,
      • isArray,
      • isNaN,
      • type,
      • checkValueInCollection,
      • prettyLog,
      • isEmpty,
0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago