v1.5.0-beta.0
Pre-release
Pre-release
·
381 commits
to master
since this release
Thanks to @makepanic, this release adds support for fetching a Changeset's underlying source data. Example:
const c = new Changeset(content);
c.get('data') === content; // => true
We mark this release as beta because there are likely still some bugs between nested keys and ED relationships from the 1.4.x releases.