···1+# ChangeLog
2+3+## 2.1.0 - 2025-08-03
4+5+### Changed
6+7+- when fields are CHOICEs now both the field name and the choice name are shown (fixes GitHub #102)
8+- upgrade minimum NodeJS version supported from 12.20.0 to 14.6.0 due to usage of ?. and ?? operators in defs.js (ECMAScript 2020); older code is still linted against ECMAScript 2015 for now
9+10+### Added
11+12+- add tests to check expected decoding
13+14+## 2.0.6 - 2025-07-29
15+16+### Added
17+18+- add proper support for standard Base64 (we previously only supported Base64url) (fixes GitHub #99)
19+- improve test harness
20+21+## 2.0.5 - 2025-04-12
22+23+### Added
24+25+- add `index-local.html` for local `file://` usage without needing a web server
26+- add definitions support for `LDAPMessage`
27+- #TODO continue producing old ChangeLog entries