Skip to content

Releases: wood1986/ln

0.4.0

15 Dec 08:31
Compare
Choose a tag to compare
Update README.md

0.3.1

01 Dec 06:45
Compare
Choose a tag to compare
Prepare 0.3.1

0.3.0

01 Dec 05:41
Compare
Choose a tag to compare
Prepare 0.3.0

0.2.2

16 Jul 03:50
Compare
Choose a tag to compare
Update README.md

0.2.1

20 Jan 14:22
Compare
Choose a tag to compare
Remove the newline char at the end

0.2.0

20 Nov 13:45
Compare
Choose a tag to compare
Prepare for 0.2.0

Fix moment().add deprecated issue
Change to write directly instead of emit an event. See https://github.com/wood1986/ln/issues/4
Add Android-like logging function signature
Include the stacktrace for trace-level logging
Update test cases
Update README

0.1.5

22 Jun 12:29
Compare
Choose a tag to compare
Improve the performance of the filename formatting

changed to check whether the formatted path needs to be updated instead of formatting the path on every call
prepared for 0.1.5
fixed the typo in README.md
updated test cases for these changes
removed node 0.11 from travis build

0.1.4

22 Jun 12:13
Compare
Choose a tag to compare
Update version in package.json for publish

0.1.3

17 Jun 16:34
Compare
Choose a tag to compare
prepared for 0.1.3

*modified to skip formatting a static path
*replaced moment().valueOf() with new Date()
added test cases to verify those changes
updated README.md, package.json

*Thanks Ryan(https://github.com/rmg) for pushing the high performance
codes!!

0.1.2

12 Jun 13:21
Compare
Choose a tag to compare
prepared for 0.1.2

removed if (string.length > 0)