Skip to content
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

Support ES 5.x (or even 6.x) #115

Open
antoine-de opened this issue May 15, 2018 · 1 comment
Open

Support ES 5.x (or even 6.x) #115

antoine-de opened this issue May 15, 2018 · 1 comment

Comments

@antoine-de
Copy link
Contributor

Hi,

do you have plans to support the latest ES version ?

there are quite a lot of changes 😢

I'm willing to give a hand on it but I'm a bit lost on how to do it.

Do we need first to support ES5.x and then ES6.x or can we move to ES6.x directly ?
what's the plan to maintain the retro compatibility ?
how did you do it for ES2.x ?

@benashford
Copy link
Owner

Regarding backwards compatibility. I think we should make a clean break at some point and declare that version x of rs-es moves the minimum ES version up.

As to when this might happen, probably not soon due to time commitments elsewhere. This is the downside of such a project, mirroring a large API makes such upgrades quite time consuming, other free-form APIs are easier, but without the strong typing. Plus there are other tasks in the queue as well, for example, we're currently using quite an old version of Hyper; which then raises further questions regarding making rs-es futures compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants