Skip to content

Releases: hackforplay/log

v1.3.5

04 Oct 06:46

Choose a tag to compare

1.3.5 (2019-10-04)

Bug Fixes

  • use any instead of string (6e24c6e)

v1.3.4

04 Oct 06:05

Choose a tag to compare

1.3.4 (2019-10-04)

Bug Fixes

  • better toString to plain object (c1ad410)

v1.3.3

04 Oct 05:48

Choose a tag to compare

1.3.3 (2019-10-04)

Bug Fixes

  • support undefined or null (fca788e)

v1.3.2

04 Oct 05:47

Choose a tag to compare

1.3.2 (2019-10-04)

Bug Fixes

  • toString when except string given (7b4cab1)

v1.3.1

03 Oct 09:17

Choose a tag to compare

1.3.1 (2019-10-03)

Bug Fixes

v1.3.0

03 Oct 08:45

Choose a tag to compare

1.3.0 (2019-10-03)

Features

  • add timestamp added log (fccafab)

v1.2.0

03 Oct 07:12

Choose a tag to compare

1.2.0 (2019-10-03)

Features

v1.1.0

03 Oct 07:10

Choose a tag to compare

1.1.0 (2019-10-03)

Features

  • (no meaningfull update) trigger release (abe48dd)

v1.0.1

19 Sep 01:31
ddb81e4

Choose a tag to compare

1.0.1 (2019-09-19)

Bug Fixes

v1.0.0

18 Sep 10:48
646e45a

Choose a tag to compare

1.0.0 (2019-09-18)

Bug Fixes

Features

  • restrict logging in subscriber to be robust (23baa0d)

Performance Improvements

  • logger.log can receive only string array (7a55bf1)

BREAKING CHANGES

    • createLogger().append({}) becomes createLogger().log('')
  • remove generics