diff --git a/README.md b/README.md index 363b4a0..2663da8 100644 --- a/README.md +++ b/README.md @@ -1,93 +1,32 @@ -Rye 0.1.0 +Rye 0.1.2 === Website and documentation http://ryejs.com -[![Build Status](https://secure.travis-ci.org/ryejs/rye.png?branch=master)](http://travis-ci.org/ryejs/rye) + **Rye** is a lightweight javascript library for DOM manipulation and events with support for **all modern browsers**, including IE9+. It also has **touch events/gestures**, an **event emitter** constructor, and a **jQuery-like** API. Browser compatiblity -------------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Browser Version
Chrome 6+
Safari 5+
Firefox 6+
IE 9+
Opera 11.5+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Browser Version
iOS 4.1+ (6.0.1)
Android 4.0+
Blackberry 10+
Opera Mobile 11.1+ (12.1)
Chrome (Android) 18+ (18)
Firefox (Android) 15+ (18)
+| Desktop Browser | Version | +| --------------- | ------- | +| Chrome | 6+ | +| Safari | 5+ | +| Firefox | 6+ | +| IE | 9+ | +| Opera | 11.5+ | + +| Mobile Browser | Version | +| ----------------- | ------------- | +| iOS Safari | 4.1+ (6.0.1) | +| Chrome (Android) | 18+ (18) | +| Android Browser | 4.0+ | +| Firefox (Android) | 15+ (18) | +| Blackberry | 10+ | +| Opera Mobile | 11.1+ (12.1) | + API --- @@ -158,6 +97,7 @@ API - [`remove`](http://ryejs.com#manipulation-remove) - [`val`](http://ryejs.com#manipulation-val) - [`attr`](http://ryejs.com#manipulation-attr) +- [`removeAttr`](http://ryejs.com#manipulation-removeAttr) - [`prop`](http://ryejs.com#manipulation-prop) - [`Rye.create`](http://ryejs.com#manipulation-ryecreate) - [`@getValue`](http://ryejs.com#manipulation-@getvalue) @@ -238,11 +178,8 @@ API - [`@is`](http://ryejs.com#util-@is) -
+--- Loosely based on Zepto and Ender. -by [jcemer](http://github.com/jcemer) and [ricardobeat](http://github.com/ricardobeat) - -[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/ryejs/rye/trend.png)](https://bitdeli.com/free "Bitdeli Badge") - +by [jcemer](http://github.com/jcemer), [ricardobeat](http://github.com/ricardobeat) and [WesleydeSouza](http://github.com/WesleydeSouza)