v3.0.0
·
191 commits
to main
since this release
3.0.0 (2024-12-16)
Bug Fixes
- BitReader: replace a console.warn usage by our log engine (68a9485)
- log: change 'debug' switch by a strict url startsWith 'debug!' to avoid customer param conflict (aa65155)
- Util: must return an any object to be usable (e0b8a87)
- Util: stringify did not display an empty object correctly (76c7dcd)
Code Refactoring
- Log: fix a Verbose log issue and enhance Log API (3060b2d)
BREAKING CHANGES
- Log: LogType renamed to LogLevel
Refs: ENG-863