Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Releases: grian32/glogger

2.1.1

06 Aug 03:48
Compare
Choose a tag to compare

Changes log files to be based on the day, if you re-ran your program a lot you'd end up with a lot of log files from the same day different times, and since the log statement is in there anyway there's not much point.

2.1.0

13 Jul 19:06
f701028
Compare
Choose a tag to compare
  • Adds file logging functionality(see README for more details)
  • Fixes faulty return type for log functions(changes it from string | void to void)

2.0.0

11 Jul 11:19
74f02e9
Compare
Choose a tag to compare
  • BREAKING: Changes logger to use a user inputted location instead of definition path, read more as to why I decided to make this change in #5 .

  • test: fixes automatic unit tests

1.0.3

11 Jun 21:16
Compare
Choose a tag to compare
  • Updates README.md to note of a fault with the current implementation of getting the definition path.

(this is released so it shows up on deno.land)

1.0.2

06 Jun 10:02
Compare
Choose a tag to compare
  • Adds unit tests
  • Adds automated testing using GH Actions

1.0.1

18 May 17:01
Compare
Choose a tag to compare

1.0.1

Make the getDefinitionPath method private.

Initial Release

18 May 16:54
ca395a6
Compare
Choose a tag to compare