2.0.0 (2023-10-05)
Features
- context: convert keys with dot notation to objects when retrieving (87a817c5)
BREAKING CHANGE: if you used dot notation in keys before, it will work differently now
from: { 'kutya.majom': 1 }
to: { 'kutya': { 'majom': 1 } }