Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 787 Bytes

changelog.md

File metadata and controls

33 lines (22 loc) · 787 Bytes

Changelog

v1.1.7 - 2024.11.11

v1.1.6 - 2024.05.17

  • use JSR publish
  • add docs

v1.1.1 - 2023.05.19

  • New build / deployement script
  • Update doc

v1.1.0 - 2023.05.04

Remove useless parameter and optimize fileLogger

interface fileLoggerOptions {
  rotate?: boolean;  // cut by day
- now?: boolean; // print datetime or not
  maxBytes?: number, // the maximum size in bytes that the log file can grow to before rolling over to a new one
  maxBackupCount?: number // maxBackupCount must work with maxBytes
}

v1.0.3 - 2023.05.04

update code to support modern Deno.