Skip to content

Releases: 4lch4/Logger

v1.4.0

29 Mar 19:27

Choose a tag to compare

  • build(yarn.lock): updated yarn.lock 05c99b2
  • refactor(sailr): removed sailr.json a577255

v1.3.0...v1.4.0

v1.3.0

29 Mar 19:22

Choose a tag to compare

  • feat: added a new export const for easier use of logger 795e56e

v1.2.0...v1.3.0

Final release for a while

18 Mar 01:40

Choose a tag to compare

The vast majority of this was to try and get the app to deploy automatically with GitHub Actions, but due to my security settings requiring 2FA for everything, I'm not able to make it work. As a result, I'll stick to using the np module for now :)

  • chore(yarn): updated yarn.lock with latest dependencies a87c0c8
  • refactor(publish): replace prepublish script with prepublishonly 0ae864a
  • chore(version): updated version to previously published (1.1.1) 893dee8
  • chore: added keywords to package.json f78c715
  • refactor: FUCK IT, BACK TO NP FOR THE LAST TIME 35041ba
  • chore: added main & release branch to release config bcbe189
  • fix: replace npm publish with npx semantic-release in workflow a1b921e
  • refactor: added github workflow again 2d7f91a
  • refactor: back to semantic-release again f2dd3a0
  • refactor(np): looks like publishing from ci is a no-go, back to using np f460be6
  • refactor(np) replaced np script with npm publish 641f0a7
  • fix: removed release script for semantic-release 47d3590
  • refactor(np): replacing np with semantic-release for better ci support 29ba463
  • fix: updated version b12161d
  • fix: removed package step from npm.yml 0e1a8e6
  • feat: start of GitHub Actions workflow for automated release 3ed1657
  • chore: updated README with some more useful info 24f6949
  • refactor: moved fs-extra to required dependencies 8d86490
  • chore: updated list in README to not use HTML tags bc25c4c

v1.1.2...v1.2.0

v1.1.2

17 Mar 23:46

Choose a tag to compare

  • chore: added a README for the module. 18c124f

v1.1.1...v1.1.2

v1.1.1

17 Mar 23:30

Choose a tag to compare

  • fix: forgot to make loggerOpts optional 10b2bc1

v1.1.0...v1.1.1

v1.1.0

17 Mar 23:26

Choose a tag to compare

  • feat: added the ability to save logs to disk as well as stdout 9fd8359
  • feat: added fs-extra for optional file logging 82d3a6f

v1.0.0...v1.1.0

1.0.0 Release

17 Mar 20:15

Choose a tag to compare

At this point, I feel comfortable releasing a 1.0.0 version as I've done just about everything I wanted for an MVP.

  • Merge branch 'develop' into main 73b82c8
  • feat: added a default formats object for dayjs formatting f15b5d0
  • refactor: moved formatting functions to Formatter class 2e305c7
  • chore: moved defaults/legacy to a lib folder 081e9fe
  • feat: added support for Error objects to error stream b758fbe

v0.4.0...v1.0.0

v0.4.0

17 Mar 19:25

Choose a tag to compare

  • fix: added a prepublish script to transpile code ce4406b

v0.3.1...v0.4.0

v0.3.0

17 Mar 19:22

Choose a tag to compare

  • chore: updated yarn.lock file 6ceaf2c
  • chore: added .npmrc for registry eb15f01
  • chore: updated author.email 18e3582
  • fix(sailr): updated package.json to use np/sailr 6d28ccf
  • refactor: replaced commitizen w/ Sailr to enforce conventional-commits 45b60e6

v0.2.0...v0.3.0

Initial release

15 Mar 23:09

Choose a tag to compare

  • feat: added commitizen to enforce conventional commit d439a13
  • add: added prettier config file 7063ecc
  • Updated package.json to have more up-to-date info 00e1a27

0c45409...v0.1.0