Skip to content

Latest commit

 

History

History
415 lines (195 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

415 lines (195 loc) · 15.2 KB

Changelog

v1.11.3

compare changes

🧹 Refactors

  • 🧹: Architecture + code + tests (1c020a4)

🦉 Chore

  • 🦉: V1.11.2 (4907d1a)
  • 🦉: V1.11.3-canary-20250107-804476b (95a6551)

❤️ Contributors

v1.11.3-canary-20250107-804476b

compare changes

🧹 Refactors

  • 🧹: Architecture + code + tests (1c020a4)

🦉 Chore

❤️ Contributors

v1.11.2

compare changes

v1.11.2-canary-20241220-5181144

compare changes

🤖 CI

  • 🤖: Add rebase step for develop branch in merge workflow (f4f4afe)

❤️ Contributors

v1.11.1

compare changes

v1.11.1-canary-20241218-5624400

compare changes

🤖 CI

  • 🤖: Import GPG and autosign commit (4c64aa5)

❤️ Contributors

v1.11.0

compare changes

v1.11.0-canary-20241218-cdb8efc

compare changes

🚀 Enhancements

  • 🚀: Integrate translation (f78fb16)

🧹 Refactors

  • 🧹: Refacto Error System (573145d)

📦 Build

  • 📦: Update npm ignore (dcf507a)
  • 📦: Bump node version to 23.4 and update dependencies (073c84f)

🧪 Tests

  • 🧪: Refactor and improvements tests (f80fd44)

🤖 CI

  • 🤖: Add workflow Pull Request Checker (299741f)
  • 🤖: Add workflow merge dev and main (4da7f72)

❤️ Contributors

1.10.0 (2024-11-11)

Features

  • Don't use Barrel File in code base only to export (b97af71)

Bug Fixes

  • correction name erroKeys (2d8869c)

Code Refactoring

  • rename all files with extension (8475fc7)
  • rename file and change index (67bc341)

Build System

  • add exports multiple entry point (81528f2)
  • add splitting (ddbd203)
  • change export (simplify) (1659059)
  • update package export and update nvmrc and bundler (926bd99)

1.9.3 (2024-11-07)

Build System

1.9.2 (2024-11-07)

Build System

Styles

1.9.1 (2024-10-07)

Bug Fixes

  • correction name (because bun bundler has no keepName like esbuild) (c8f628a)

1.9.0 (2024-10-03)

Features

  • add color to console logger strategy (f6042bd)
  • change structure and nomenclature ... (7809ddb)

Code Refactoring

Build System

Tests

Continuous Integration

1.8.2 (2024-08-14)

Documentation

  • add comment on errors when interpolated (dca197e)

1.8.1 (2024-08-14)

Code Refactoring

  • merge all errorkeys + clean value... (e44d51a)

Build System

  • downgrade version for the moment (6cc42b4)

1.8.0 (2024-08-13)

Features

  • add name to BasaltError (12dc704)

1.7.3 (2024-08-13)

Code Refactoring

  • change error value for i18n (b3a01d5)

Build System

  • update dependencies and node version (c3c42d7)

1.7.2 (2024-07-12)

Build System

1.7.1 (2024-07-01)

Code Refactoring

1.7.0 (2024-06-27)

Features

  • cjs to esm + imrpovement ... (cfc1340)

1.6.2 (2024-03-28)

Build System

  • update packages + add comment to bundle (f5d2dbd)

Continuous Integration

  • change node version to workflow file (f8a1471)

1.6.1 (2024-03-22)

Bug Fixes

Continuous Integration

Documentation

1.6.0 (2024-03-22)

Features

Code Refactoring

Tests

  • add test + improvements (1457713)

1.5.1 (2024-01-16)

Bug Fixes

Tests

1.5.0 (2023-12-27)

Features

  • change prefixDate to date (7bede12)

Tests

  • update test for changement prefixDate to date (4bbfb95)

1.4.0 (2023-12-18)

Features

  • possibility to log an object + create a new strategy is more flex (093e5ca)

Build System

  • update version and package (5aca607)

Tests

  • correction and add new tests (01e762a)

1.3.0 (2023-12-12)

Features

  • add getter for strategies (09b6cfd)

Tests

1.2.0 (2023-11-26)

Features

  • Log in specific strategies and not necessarily all strategies (8ef3d9a)

Tests

1.1.0 (2023-11-23)

Features

Tests

  • add FileLoggerStrategy tests (9a61214)
  • improvement BasaltLogger tests (4af8112)
  • improvement ConsoleLoggerStrategy tests (7d2a52f)

1.0.0 (2023-11-21)

Features

  • add clearStrategies and add throw error when no strategy (519a051)
  • add console strategy (7b2dc8a)
  • add Enum LogLevels (2350816)
  • Add main classes BasaltLogger (379c704)
  • Error Classes (6e05546)
  • interface for Strategy (2992f99)

Bug Fixes

  • little correction BasaltLogger and console logger strategy (2e8b0a1)
  • remove color for more flexibility (1ba3bd8)
  • remove type string of chunk (224b893)

Build System

  • init env to compile and add dependencies (8d827de)

Tests

  • add new test (0886fc0)
  • add units tests (1797fec)
  • fix should throw an error when no strategies are added of debug (655f41b)

Continuous Integration

  • add github action to coverage and release (0a9e40c)

Documentation

Styles