Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update README with note for older versions of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Aug 21, 2013
1 parent 2c5d661 commit 2084030
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -12,6 +12,11 @@ Initially sponsored by [Evil Martians](http://evilmartians.com/).

This project is a member of the [OSS Manifesto](http://ossmanifesto.org/).

## Important

This readme points to the `master` version (v2.0.0) of jQuery Turbolinks. For
older versions, see [v1.0.0rc2 README][oldreadme].

## Usage

Gemfile:
Expand Down Expand Up @@ -73,9 +78,10 @@ $(document).on('click', 'button', function() { ... })

This project uses [Semantic Versioning](http://semver.org/) for release numbering.

### 2.0.0
### 2.0.0 (unreleased - master)

* New API.
* Rewritten, smaller, with a completely new API. This deprecates the old
`$.setFetchEvent` and `$.setReadyEvent` API.

### 1.0.0 (April 5, 2013)

Expand Down Expand Up @@ -120,3 +126,4 @@ Initial idea and code by [@kossnocorp](http://koss.nocorp.me/), with special tha

[page:load]: https://github.com/rails/turbolinks/#events
[page:fetch]: https://github.com/rails/turbolinks/#events
[oldreadme]: https://github.com/kossnocorp/jquery.turbolinks/blob/v1.0.0.rc2/README.md

0 comments on commit 2084030

Please sign in to comment.