Releases: TeamworkGuy2/ts-simplog
Releases · TeamworkGuy2/ts-simplog
ts-simplog 0.10.0
Changed
- Update to TypeScript 4.4
ts-simplog 0.9.0
Changed
- Update to TypeScript 4.3
ts-simplog 0.8.0
Changed
- Update to TypeScript 4.0
ts-simplog 0.7.0
Changed
- Update to TypeScript 3.7
Removed
- Empty
ConsoleAppenderWindowSetup
file - Clean up unused
ConsoleAppender
code:commandLineObjectExpansionDepth
useDocumentWrite
get/setCommandLineObjectExpansionDepth()
is/setUseDocumentWrite()
get/setCommandWindow()
addCommandLineFunction()
writeHtml()
ts-simplog 0.6.7
Changed
- Update to TypeScript 3.5
ts-simplog 0.6.6
Changed
- Update to TypeScript 3.2 and fix compile errors
Removed
- Removed
ts-local-storage-manager
dependency
ts-simplog 0.6.5
Changed
- Switch
package.json
github dependencies from tag urls to release tarballs to simplify npm install (doesn't require git to npm install tarballs)
ts-simplog 0.6.4
Changed
- Update to TypeScript 3.1
- Update dev dependencies and @types
- Enable
tsconfig.json
strict
and fix compile errors - Removed compiled bin tarball in favor of git tags and github releases
ts-simplog 0.6.3
Changed
- Update to TypeScript 2.8
- Update tsconfig.json with
noImplicitReturns: true
andforceConsistentCasingInFileNames: true
- Added release tarball and npm script
build-package
to package.json referencing external process to generate tarball
ts-simplog 0.6.2
Changed
- Added simplified Console interface
Log4Ts.ConsoleLite
for the minimum console functions used by this project BrowserConsoleAppender
- use
Log4Ts.ConsoleLite
instead ofConsole
- now uses
console.trace
instead of console.debug forLevel.TRACE
logs
- use
- Added README example