Skip to content

v.0.4.5

Choose a tag to compare

@vitaly-t vitaly-t released this 24 Jul 02:14
· 27 commits to master since this release

Making use of streams consistent

  • Added consistency with the use of stdout vs stderr, to be exactly how Node.js does it.
  • Added parameter isError to method write to allow changing from stdout to stderr.
  • Added some basic jsDoc documentation.