Skip to content

v2.0.0

Choose a tag to compare

@akapa akapa released this 05 Oct 12:24
· 6 commits to master since this release

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 } }