-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Add two-way binding of Parse object properties with Parse.Object.bind.key = value
#1484
Open
dblythy
wants to merge
60
commits into
parse-community:alpha
Choose a base branch
from
dblythy:dot-notation
base: alpha
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
dbf8202
Update ParseObject.js
dblythy f03352d
Update ParseObject.js
dblythy 70fcefd
feat: allow dot notation for Parse Objects with `Parse.dotNotation = …
dblythy e944f91
Update ParseObjectTest.js
dblythy 5044a30
Update ParseObject.js
dblythy 75363d5
Update ParseObjectTest.js
dblythy 302018c
Update ParseObject.js
dblythy 31fbfcc
add user test
dblythy 2c5ec36
Update ParseUserTest.js
dblythy 953b637
Update ParseObjectTest.js
dblythy 493cd09
Update ParseObject.js
dblythy ade003a
Update ParseObjectTest.js
dblythy 007dc28
Merge branch 'alpha' into dot-notation
mtrezza a5751a1
return receiver
dblythy df73705
Merge branch 'alpha' into dot-notation
dblythy 6aa25ec
Update ParseUserTest.js
dblythy d3857e9
add attribute check
dblythy b73c2b8
Update ParseObject.js
dblythy 0cbf9d8
Merge branch 'alpha' into dot-notation
mtrezza 76b3141
Merge branch 'alpha' into dot-notation
dblythy 284b43a
Merge branch 'alpha' into dot-notation
dblythy d7bf41c
add delete trap
dblythy f32efeb
Update ParseObject.js
dblythy 441218c
Update ParseObject.js
dblythy 9fc5852
Merge branch 'alpha' into dot-notation
mtrezza 1dd4943
add deep
dblythy bf5ed49
add dirtyKeys
dblythy 505cf38
Update ParseObject.js
dblythy 91735e8
Update ParseObject.js
dblythy 86cac78
Update ParseObject.js
dblythy 22587a0
Update ParseObject.js
dblythy 5e6328c
Update ParseObject.js
dblythy 878c177
Update ParseObject.js
dblythy 5197e72
Update ParseObject.js
dblythy c4af730
Merge branch 'alpha' into dot-notation
dblythy 44bcf34
wip
dblythy 461f26c
wip
dblythy 9b3c3c9
bind
dblythy 2be3fef
tests
dblythy ec61f69
changes
dblythy 2d24479
changes
dblythy e20f550
change
dblythy d38aee8
Merge branch 'alpha' into dot-notation
dblythy 6b1716a
refactor to bind
dblythy d8da6e1
refactor to `bind`
dblythy dfc7b6f
refactor tests
dblythy 65e2b0d
integration tests
dblythy ab99429
Update ParseObjectTest.js
dblythy 84b09ea
Merge branch 'alpha' into dot-notation
dblythy db4f0c7
Update ParseObject.js
dblythy e5e0888
svelte
dblythy cff5e14
Merge branch 'alpha' into dot-notation
dblythy a744bf4
Update ParseObject.js
dblythy d5cfb97
Update ParseObject.js
dblythy a7f5387
Merge branch 'alpha' into dot-notation
mtrezza 693a483
Update proxy.js
dblythy c1904fc
add copy
dblythy 0cfc92b
Merge branch 'alpha' into dot-notation
dblythy 4b95df3
arrays
dblythy 9de2ac5
Update proxy.js
dblythy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs completion