-
Notifications
You must be signed in to change notification settings - Fork 9
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
Sync with Refract Spec #45
Conversation
💥 💥 💥 💥 👯 |
@@ -36,12 +36,12 @@ var el = { | |||
|
|||
## Usage | |||
|
|||
### Converting to Types | |||
### Converting to Elements |
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.
I feel like maybe this is more clear if we mention both the to
and from
:
Converting Javascript Values into Elements
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.
I think you are 100% correct
Generally I agree with this change, just a few minor points above! |
@danielgtaylor I've addressed comments. I'd like to squash some of these before merging, so let me know if it's good and I'll merge. Thanks! |
Other than that comment above I think this looks good. We'll need to take some time to update the downstream libraries like Fury. |
I'm going to be working on this a lot over the next few days. I'm wondering if it makes sense to wait until I'm finish (which will be the end of our sprint next Tuesday). |
Also, I sent out a document about some proposed changes for the API Description namespace. I think it would be good to wait on that, too, and fix it all at once. |
c5a32c1
to
9e0ef74
Compare
chore: Release 0.9.2 to public npm
This handle issue #34.
This is kind of... nasty. But it aligns the code and terminology used through with the spec. This breaks every possible interface for the module :)
cc @danielgtaylor