ramda-extended
Version:
Extend Ramda with extra capabilities, including Ember.js support.
37 lines (21 loc) • 1.21 kB
Markdown
# Ramda (Extended)
Extend Ramda with extra capabilities.
This package does the following:
* Bundles Ramda v0.19.1 so you shouldn't install ramda separately
* Adds additional helper methods to the global `R` object
## See Also
* ramda-extended ([npm](https://www.npmjs.com/package/ramda-extended)/[github](https://github.com/mediasuitenz/ramda-extended))
* ramda-extended-rsvp ([npm](https://www.npmjs.com/package/ramda-extended-rsvp)/[github](https://github.com/mediasuitenz/ramda-extended-rsvp))
* ember-cli-ramda-extended ([npm](https://www.npmjs.com/package/ember-cli-ramda-extended)/[github](https://github.com/mediasuitenz/ember-cli-ramda-extended))
## Installation (Browser)
`<script src="bower_components/ramda-extended/dist/ramda-extended.js">`
## Installation (Bower)
* `bower install --save ramda-extended`
## Installation (Node)
* `npm install --save`
* `var R = require('ramda-extended')`
## Changelog
**0.3.0: MAJOR BREAKING CHANGES**
* Moved RSVP support to [ramda-extended-rsvp](https://github.com/mediasuitenz/ramda-extended-rsvp)
* Moved Ember support to [ember-cli-ramda-extended](https://github.com/mediasuitenz/ember-cli-ramda-extended)
* Simplified the build structure