Compare commits

..

3 commits

Author SHA1 Message Date
5c8e2fc607 🔀 Merge tag 'v0.0.11' into develop
🔖 Release 0.0.11 with better nested key support
2026-02-28 16:18:58 -06:00
a761ab138b 🔀 Merge branch 'rel/0.0.11' into stable 2026-02-28 16:17:51 -06:00
3bb2c2c95a 📝 Update CHANGELOG for v0.0.11 release 2026-02-28 16:17:00 -06:00

View file

@ -1,5 +1,12 @@
# Changelog
## [0.0.11] - 2026-02-13
- ✨ Add support for mixed-level nested keys with dot/blank handling
- ✨ Refactor append_test to use standalone test functions
- ✨ Migrate from testify to nalgeon/be testing library
- ✨ Add bep.JSON helper for JSON assertion in tests
## [0.0.10] - 2026-02-10
- ✨ Implement full support for nested fields in Meta and Entry marshalling