Skip to content

v1.5.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nucleartide nucleartide released this 22 Feb 02:05
· 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.