Skip to content

Commit

Permalink
docs(README): update version note in preparation of 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 10, 2020
1 parent 3ed4f31 commit 0073a7f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
[![devDependencies Status](https://david-dm.org/buschtoens/ember-link/dev-status.svg)](https://david-dm.org/buschtoens/ember-link?type=dev)

Introduces a new `Link` primitive to pass around self-contained references to
routes. Also adds an accompanying template helper and component.
routes, like URLs, but with state (`isActive`, ...) and methods (`transitionTo`,
...). Also brings along an accompanying template helper and component for easy
usage in templates.

> `ember-link` does to routing what `ember-concurrency` did to asynchrony!
Expand All @@ -28,8 +30,9 @@ ember install ember-link@next
[octane]: https://emberjs.com/editions/octane/
[pre-octane]: https://github.com/buschtoens/ember-link/tree/pre-octane

> 👉 You are viewing the docs for an improved & refactored pre-release of
> `1.1.0`. See the [`1.0.0` tag][v1] for the current stable release.
> 👉 You are viewing the docs for an improved & refactored release (`^1.1.0`),
> that is 100 % backwards compatible to the [`1.0.0` version][v1] you're used
> to. There's no reason not to upgrade. ✨
[v1]: https://github.com/buschtoens/ember-link/tree/v1.0.0

Expand Down

0 comments on commit 0073a7f

Please sign in to comment.