Releases: wood1986/ln
Releases · wood1986/ln
0.4.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
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
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
0.1.3
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!!