-
-
Notifications
You must be signed in to change notification settings - Fork 928
Rewrite Status #1090
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
Comments
Update: major breaking change: promises are now gone in favor of streams. See docs for m.prop for more details on how streams work |
@lhorie would love to see more "Array" methods on the streams. e.g. forEach, filter, reduce
|
Yes i aggree with @nordfjord and maybe if the streams has an API compatible for example with the flyd streams we can extend the methods using their modules (filter, lift, flatmap...) without increase the size and the API stream functions in mithril. BTW: great idea add the stream support. 👍 🚀 |
@lhorie if it's a breaking change already, why make it ambiguous by still calling it |
@darsain It's still mostly the old |
Any more info regarding the status of the rewrite. |
@pietermartin it's currently at release candidate 2 |
update: taking these out:
|
Migration guide link is dead. |
Closing this as rewrite status is being tracked by the milestone now. |
"IE perf improvements" was marked done but I don't see it in the code. Am I missing something or was it dropped from the plan? |
@gyandeeps Hmm, might've gotten lost in a re-shuffle. Would you be willing to open a new PR? 😞 |
@tivac I am loaded with work currently, i can when i get some time but meanwhile if somebody else wnat to do it feel free. More details: Here is the previous PR: #1016 This should give enough information. Theme: Add the element to its parent before you add its children to it. this has perf imrovments on IE engines. |
added some love for @gyandeeps : http://mithril.js.org/credits.html |
Let's have a single place to track the rewrite status!
(As best as I can figure it at least, some things are still just stored in @lhorie's head 😄)
Alpha
v0.2.x
-style APIm.prop()
supportv0.2.x
➡️v1.x
Migration GuideshouldUpdate
➡️onbeforeupdate
(discussion)m.prop
,Promise
,m.request
, andredraws
together somehowcontenteditable
require("mithril/route")
Beta
NOTE: This isn't an issue for discussing API design/rewrite bugs/etc, those should happen in their own more focused issues.
The text was updated successfully, but these errors were encountered: