Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.6.1...v3.0.0) (2024-12-16)

### Bug Fixes

* **BitReader:** replace a console.warn usage by our log engine ([68a9485](68a9485))
* **log:** change 'debug' switch by a strict url startsWith 'debug!' to avoid customer param conflict ([aa65155](aa65155))
* **Util:** must return an any object to be usable ([e0b8a87](e0b8a87))
* **Util:** stringify did not display an empty object correctly ([76c7dcd](76c7dcd))

### Code Refactoring

* **Log:** fix a Verbose log issue and enhance Log API ([3060b2d](3060b2d))

### BREAKING CHANGES

* **Log:** LogType renamed to LogLevel

Refs: ENG-863
  • Loading branch information
ceeblue-release-bot[bot] committed Dec 16, 2024
1 parent 3af133f commit 4b21410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceeblue/web-utils",
"version": "2.6.1",
"version": "3.0.0",
"description": "Ceeblue web framework",
"keywords": [
"utils"
Expand Down

0 comments on commit 4b21410

Please sign in to comment.