Skip to content

Latest commit

 

History

History
148 lines (100 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

148 lines (100 loc) · 2.17 KB

v1.6.1 (29 Aug 2019)

  • add: deburr

v1.6.0 (26 Aug 2019)

  • add: parseHtml
  • add: html

v1.5.9 (17 Aug 2019)

  • add: crc8
  • add: crc16
  • add: crc32

v1.5.8 (12 Aug 2019)

  • add: eslint for release package

v1.5.7 (11 Aug 2019)

  • add: crc1
  • fix(Select): #10

v1.5.6 (6 Aug 2019)

  • add: highlight
  • feat(stringifyAll): support ignore

v1.5.5 (1 Aug 2019)

  • add: stringifyAll
  • add: getProto
  • add: isSymbol
  • feat(allKeys): support unenumerable and symbol

v1.5.4 (20 Jul 2019)

  • add: golangify
  • add: stripIndent
  • add: delRequireCache
  • add: ini
  • feat(isPortFree, getPort): support host
  • feat(isFn): support async function

v1.5.3 (15 Jul 2019)

  • Add fnArgs
  • Add stackTrace
  • Fix mime ts definition

v1.5.2 (9 Jul 2019)

  • Add isPortFree
  • Add ordinal
  • Add MediaQuery

v1.5.1 (1 Jul 2019)

  • Add h
  • Add isIp
  • Add fileType
  • Fix convertBin ts definition

v1.5.0 (13 Jun 2019)

  • Add fuzzySearch
  • Add mime
  • Add convertBin
  • Add shellSort
  • Add deprecate
  • Fix Url ts definition
  • Fix compressImg ts definition

v1.4.8 (23 May 2019)

  • Add levenshtein
  • Add randomId
  • Fix decodeUriComponent when string is totally not encoded

v1.4.7 (14 May 2019)

  • Fix randomBytes when crypto is not available
  • Use var instead of const when compiled to es5

v1.4.6 (5 May 2019)

  • Support mini program
  • Add wx

v1.4.5 (5 May 2019)

  • Add Lru
  • Add QuickLru
  • LinkedList support rmNode

v1.4.4 (12 Apr 2019)

  • Add kill
  • fnParams support arrow functions

v1.4.3 (27 Mar 2019)

  • Add waitUntil
  • Fix entry file ts definition

v1.4.2 (20 Mar 2019)

  • Remove redundant comments
  • Fix remove ts definition
  • Add browser and node entry

v1.4.1 (13 Mar 2019)

  • Fix template, use
  • Add ansiColor, sleep
  • debug support terminal color

v1.4.0 (3 Feb 2019)

  • Add prefetch
  • Add ric
  • Add fullscreen
  • Add binarySearch
  • Add vlq

v1.3.0 (14 Dec 2018)

  • Add openFile
  • Add typescript support

v1.2.0 (10 Nov 2018)

  • Add isPrime
  • Add open
  • Add times
  • Add uncaught
  • Add normalizeHeader

v1.1.0 (21 Oct 2018)

  • Add md5
  • Add rc4
  • Add getPort
  • Add combine
  • Add strToBytes, bytesToStr

v1.0.0 (18 Jun 2018)