Results 210 comments of Daniel

`attributes` is fine for `getter` but has no option for `set` (which is the utility this PR provides)

I think it would be complex as it would have to be a proxy tree that ultimately call .set on the root. There are some [other](https://www.digitalocean.com/community/tutorials/js-proxy-traps) proxy traps we can...

I have added a `delete` trap so when `delete object.key` is called it will call `object.unset("key")`

Latest commit adds deep proxies, so that `obj.field.key = true` _will_ mutate `obj.field`. Also adds support for `revert`

I'm happy to work on this @TomWFox. Should Parse Dashboard have its own section in the docs, or should it just link to the Parse Dashboard github?

I was thinking something along the lines of: Then with a detailed explanation of the dashboard, as "beginner friendly" as possible, as I think the dashboard could potentially be most...

closing for now as this is probably better suited to StackOverflow / the forum

Hey Diamond, Previously I was using `toJSON` to pass all the fields to Vue from the Parse Object, and then using the new `dirty` method in `fromJSON` to override it...

Any further comments around this PR @TomWFox 😊

No worries @TomWFox. No rush at all. If you have bulk changes suggested I can happily share my branch with you.