1.0.1 • Published 3 years ago

classxt v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

classxt

Class shims and extensions.

shims

Object.assign(obj, ...objs)
Object.values(obj)
Object.entries(obj)
String.prototype.startsWith(str[,pos])
String.prototype.padStart(len[,pad])

extensions

Date.prototype.toLoggerStamp()
Array.prototype.first
Array.prototype.last
Buffer.prototype.last
String.prototype.split2(str,sep)
Function.nop

ChangeLog

1.0.1 (2021-03-31)

  • Buffer.prototype.last added
  • supports Node.js 15.x 14.x 13.x 12.x 11.x 10.x 9.x 8.x 7.x 6.x 5.x 4.x 0.12.x 0.10.x

1.0.0 (2020-05-24)

  • supports Node.js 14.x 12.x 10.x 8.x 6.x 4.x

0.1.1 (2018-11-03)

  • Function.nop added

0.1.0 (2018-10-24)

  • String.prototype.padStart() added
  • Date.prototype.toLoggerStamp() added
  • supports Node.js 11.x 10.x 8.x 6.x 4.x 0.12.x 0.10.x and io.js 3.x 2.x 1.x

0.0.5

  • Object.assign() added
  • README added
  • supports NodeJS 10.x 9.x 8.x 6.x 4.x 0.12.x 0.10.x

0.0.4

  • Object.values() added
  • String.prototype.startsWith() added

0.0.2

  • Object.entries() added

0.0.1

  • initial release

•••

1.0.1

3 years ago

1.0.0

4 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago