UNPKG

printf

Version:

Full implementation of the `printf` family in pure JS.

55 lines (33 loc) 996 B
# Changelog ## Version 0.6.1 * fix: security patch on DDOS vulnerability #32 ## Version 0.6.0 * errors: better error message when a key is missing ## Version 0.5.3 * string: fix maximum output length * package: update author url ## Version 0.5.2 * package: use MIT license * ts: move types to lib * package: remove directories and use files * package: update homepage ## Version 0.5.1 * package: revert es5, it doesn't make any sense ## Version 0.5.0 * package: generate es5 version ## Version 0.4.0 * %+O inspects with colors * readme: minor md syntax ## Version 0.3.0 * package: ignore lock files * travis: from Node.js 6 to 9 * test: support for Node above v8.x * package: upgrade to CoffeeScript 2 * package: release chain automation * package: TypeScript definition file * package: move repository to adaltas * readme: cleanup ## Version 0.2.5 * printf: support for nested properties in property references ## Version 0.2.4 * printf: import vsprintf source enhancements