Skip to content

Releases: vitaly-t/manakin

v.0.5.2

19 Oct 18:48

Choose a tag to compare

  • Dependency updates
  • Retired support for Node v0.10, and added support for Node v10
  • Documentation updates

v.0.5.1

17 Aug 09:28

Choose a tag to compare

Documentation + examples update.

v.0.5.0

17 Aug 08:50

Choose a tag to compare

Adding new custom method console.ok with the same green colors as console.success, for a shorter syntax.

v.0.4.8

17 Aug 05:53

Choose a tag to compare

  • Added ESLint integration
  • Added support for Node.js 8.x
  • Updated documentation

v.0.4.7

30 Apr 15:07

Choose a tag to compare

  • Adding Node.js 7.x test coverage
  • Documentation updates.

v.0.4.6

25 Jul 00:09

Choose a tag to compare

Adding support for overriding predefined colors for individual methods, by using property color on each method.

v.0.4.5

24 Jul 02:14

Choose a tag to compare

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.

v.0.4.4

23 Jul 17:15

Choose a tag to compare

Documentation updates only.

v.0.4.3

23 Jul 16:42

Choose a tag to compare

Documentation updates only.

v.0.4.2

23 Jul 03:43

Choose a tag to compare

Documentation updates only.