Skip to content

Tags: wood1986/ln

Tags

0.4.0

Toggle 0.4.0's commit message
Update README.md

0.3.1

Toggle 0.3.1's commit message
Prepare 0.3.1

0.3.0

Toggle 0.3.0's commit message
Prepare 0.3.0

0.2.2

Toggle 0.2.2's commit message
Update README.md

0.2.1

Toggle 0.2.1's commit message
Remove the newline char at the end

0.2.0

Toggle 0.2.0's commit message
Prepare for 0.2.0

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

0.1.5

Toggle 0.1.5's commit message
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

Toggle 0.1.4's commit message
Update version in package.json for publish

0.1.3

Toggle 0.1.3's commit message
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

Toggle 0.1.2's commit message
prepared for 0.1.2

removed if (string.length > 0)