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

0.15.0 upgrade guide #1186

Closed
davidchambers opened this issue Jun 14, 2015 · 10 comments
Closed

0.15.0 upgrade guide #1186

davidchambers opened this issue Jun 14, 2015 · 10 comments

Comments

@davidchambers
Copy link
Member

Changes: v0.14.0...v0.15.1

Removals:

Deprecations:

Changes:

Additions:

@TheLudd
Copy link
Contributor

TheLudd commented Jun 15, 2015

Any reason eq and eqDeep were not deprecated?

@paldepind
Copy link
Member

Any reason eq and eqDeep were not deprecated?

I don't think it was discussed. But upgrading will in most cases be as simple as replacing R.eq with R.equals.

@TheLudd
Copy link
Contributor

TheLudd commented Jun 15, 2015

But upgrading will in most cases be as simple as replacing R.eq with R.equals.

I'm sure it is.

But since ramda did decide to go on this deprecation track, I would appreciate a version 0.15.1 with these restored and deprecated. They could be removed in 0.16.0.

@CrossEye
Copy link
Member

Yup, not sure how we missed that.

This was referenced Jun 16, 2015
@davidchambers
Copy link
Member Author

I just published v0.15.1. I'll update the original post to reflect these changes: v0.15.0...v0.15.1.

@TheLudd
Copy link
Contributor

TheLudd commented Jun 21, 2015

Thanks @davidchambers

@jethrolarson
Copy link
Contributor

R.reduced ๐Ÿ‘ ๐ŸŽ‰

@kwijibo
Copy link
Contributor

kwijibo commented Jul 6, 2015

Out of interest, why is reduceIndexed deprecated?

@CrossEye
Copy link
Member

CrossEye commented Jul 6, 2015

@kwijibo: All of the xxxIndexed functions are now handled by R.addIndex

    var reduceIndexed = R.addIndex(R.reduce)
    // or
    R.addIndex(R.reduce)((acc, val, i, list) => /* ... */, init, list);

See #1061

@kwijibo
Copy link
Contributor

kwijibo commented Jul 6, 2015

Ah thanks @CrossEye

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

No branches or pull requests

6 participants