-
Notifications
You must be signed in to change notification settings - Fork 14
Memory leak fix #1085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Memory leak fix #1085
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
9e6af3b
chore: create memory leak example
shining-mind 953f023
fix: fixed memory leaks
kobezzza 584e3f2
chore: updated dependencies
kobezzza b1817a0
fix: fixed memory leak
kobezzza cd128ee
chore(ts): no implicit any
kobezzza 9feb315
fix: fixed memory leak
kobezzza f03c6a1
feat: now `group` can be provided as a function
kobezzza 54f06c6
fix: fixed memory leaks
kobezzza 88ea685
fix: added memoization for handlers
kobezzza 3ac9447
fix: clear only functional vnodes
kobezzza 22cc4bf
chore: merged with origin/v4
kobezzza f8e4c95
chore: fixed TS
kobezzza 759281b
chore: removed code for debugging
kobezzza 4b2450d
chore: fixed ESLint warnings
kobezzza 74bbd8f
fix: prefer tmp insteadof self
kobezzza 4f2af69
fix: fixed off without providing a callback
kobezzza 6ef8f7e
fix: fixed specs
kobezzza 35a0272
fix: preserve some meta after removal
kobezzza 118dd56
Update src/core/component/watch/create.ts
kobezzza 8a13878
Update src/core/component/watch/create.ts
kobezzza 9d5e6a2
chore: fixes for review
kobezzza 697fb62
Merge branch 'memory-leak-fix' of https://github.com/V4Fire/Client in…
kobezzza 517ee36
Merge remote-tracking branch 'origin/v4' into memory-leak-fix
kobezzza 8fedae4
chore: :up: 4.0.0-beta.49
kobezzza 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"packageManager": "[email protected]", | ||
"typings": "index.d.ts", | ||
"license": "MIT", | ||
"version": "4.0.0-beta.48", | ||
"version": "4.0.0-beta.49", | ||
"author": { | ||
"name": "kobezzza", | ||
"email": "[email protected]", | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.