Releases: FullStackWithLawrence/secure-logger
Releases · FullStackWithLawrence/secure-logger
v0.1.9
0.1.9 (2023-11-13)
Bug Fixes
- have to skip CI automated unit tests when commit version.py (0e939c8)
- refactor call to npx semantic-release (2c7d768)
v0.1.8
0.1.8 (2023-11-13)
Bug Fixes
- required upgrade to node 20.9.0 (756ea63)
- required upgrade to node 20.9.0 (9bc8871)
v0.1.7
0.1.7 (2023-11-13)
Bug Fixes
- add missing package descriptors (72bc5b3)
- correct path to python requirements (cdc0557)
- fix calls to unit tests (9b98d18)
- fix path to secure_logger (1d6a1d9)
- move version.py to the root (da0beac)
- remove reference to django migrations (e0a62be)
v0.1.6
add Github Actions tests workflow status to README
v0.1.5
convert to automated unit tests
v0.1.4
- bug fix: make dict key evaluation case insensitive
v0.1.3
- rename serialized_masked_dict() to masked_dict2str() with backward compatibility
- add defaults for indentation and log value redaction string message
- add more tests
- refactor documentation
v0.1.1
- rename to @secure_logger()