Skip to content

Latest commit

 

History

History
118 lines (79 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

118 lines (79 loc) · 2.49 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.6] - 2024-09-28

Release

  • Bump to 0.1.6

[0.1.5] - 2024-09-14

📚 Documentation

  • (badges) Add monthly npm downloads

🧪 Testing

  • Ensure if constructs are executing right to reach coverage of 100%

⚙️ Miscellaneous Tasks

  • (git-cliff) Skip changelog bump parsing
  • Bump package to 0.1.5

[0.1.4] - 2024-09-06

⚙️ Miscellaneous Tasks

  • Add repo section
  • Remove src folder on npm

Release

  • Bump to 0.1.4

[0.1.2] - 2024-09-04

🚀 Features

  • Add release workflow to publish on npm

📚 Documentation

  • Replace gh release badge with npm
  • Wrap npm and codecov badges with href
  • Add contributing section
  • Add usage instructions

⚙️ Miscellaneous Tasks

  • (release) Add missing build step
  • Add GH release badge
  • (release) Add missing registry-url variable for node action

[0.1.1] - 2024-09-04

🚀 Features

  • (vitest) Setup spec folder
  • (ci) Add test and coverage workflows
  • (logger) Add base class with logger property
  • (logger) Add name and level property
  • (logger) Add log method for all levels
  • Add changelog with git-cliff

🐛 Bug Fixes

  • [breaking] Remove base class since it was causing runtime error

🚜 Refactor

  • (logger) Switch to enum to have a numeric comparison when checking log level

📚 Documentation

  • Use shields.io for badges
  • Add instructions on how to temporary type a property added by a decorator
  • Bump to 0.1.0

🧪 Testing

  • (logger) Ensure name is set when provided

⚙️ Miscellaneous Tasks

  • Add gitignore
  • Init boilerplate project
  • Init index
  • Init tsconfig.json
  • Add prettier
  • Add test script
  • Add build script
  • Add start script with ts-node
  • Add nodemon for dev task with watch support
  • [breaking] Rename project to simplelog
  • Add GH and codecov badges
  • Remove useless nodemon.json
  • (renovate) Add major approval and develop as base branch
  • (renovate) Schedule run during night every weekday
  • Add typing to specs
  • Enable experimentalDecorators
  • Build with specific tsconfig.build
  • (ts) Add js extension for nodenext path resolution
  • [breaking] Switch to tsx to support ts out of the box
  • Add author field
  • Add main script
  • Add declaration file generation
  • Add MIT license
  • Add files section
  • Add package keywords

Release

  • Add version and rename to simplelog-decorator the npm
  • Upgrade version