History.md 2.4 KB

0.1.16 / 2014-07-07

  • fix deps

0.1.15 / 2014-07-07

  • YYYYMMDDHHmmss() support custom dateSep

0.1.14 / 2014-06-25

  • support YYYYMMDD(d, sep)
  • add YYYYMMDDHHmmss benchmark
  • add sha1 to readme
  • add random string benchmark

0.1.13 / 2014-04-24

  • utils.YYYYMMDDHHmmssSSS(','); // '2013-04-17 14:43:02,674'

0.1.12 / 2014-04-03

  • support var map = util.map({a: 1})

0.1.11 / 2014-03-15

  • add sha1()
  • remove config from scripts

0.1.10 / 2014-01-08

  • add randomString() and has() (@dead-horse)
  • install from cnpm

0.1.9 / 2013-12-09

  • add YYYYMMDD()

0.1.8 / 2013-11-25

  • support sub object md5

0.1.7 / 2013-11-23

  • support timestamp string

0.1.6 / 2013-11-23

  • parse timestamp

0.1.5 / 2013-11-23

  • hash object
  • add npm image

0.1.4 / 2013-11-16

  • utils.setImmediate()
  • fix test case

0.1.3 / 2013-10-23

  • add number utils: toSafeNumber()

0.1.2 / 2013-10-07

  • add utils.YYYYMMDDHHmmss()

0.1.1 / 2013-09-23

  • add base64 format md5

0.1.0 / 2013-09-03

  • add timestamp()

0.0.13 / 2013-07-31

  • move getIP() to address, fixed #2

0.0.12 / 2013-06-27

  • utils.getParamNames(): get a function parameters names

0.0.11 / 2013-06-25

  • fixed interface name wrong on liunx

0.0.10 / 2013-06-25

  • add getIP()
  • add more test cases

0.0.9 / 2013-05-08

  • Safe encodeURIComponent and decodeURIComponent

0.0.8 / 2013-05-06

  • add randomSlice() fixed #1

0.0.7 / 2013-04-17

  • fixed timezone +0000 and test cases

0.0.6 / 2013-04-17

  • utils.logDate(); // '2013-04-17 14:43:02.674'

0.0.5 / 2013-04-16

  • faster accesslogDate() impl
  • add benchmark

0.0.4 / 2013-04-16

  • add accessLogDate()

0.0.3 / 2013-03-06

  • add hmac()
  • update copyright year
  • update md5 readme

0.0.2 / 2013-01-31

  • add base64 encode and urlsafe base64 encode
  • add html escape()
  • update makefile

0.0.1 / 2012-11-13

  • first commit