Skip to content

Commit

Permalink
📝 Prepare 1.0.0-rc.1 (#178)
Browse files Browse the repository at this point in the history
* 📝 Mention 1.0.0-rc.1 in README

* 💡 Publish documentation
  • Loading branch information
nlepage committed Dec 22, 2017
1 parent 70fce38 commit 40c5170
Show file tree
Hide file tree
Showing 120 changed files with 31,198 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ immutad●t gives you a short and meaningful syntax to apply operations on immut
[![codecov](https://codecov.io/gh/Zenika/immutadot/branch/master/graph/badge.svg)](https://codecov.io/gh/Zenika/immutadot)
[![Greenkeeper](https://badges.greenkeeper.io/Zenika/immutadot.svg)](https://greenkeeper.io/)

## 1.0.0-rc.1 is out 🎉

We are still writing the documentation, you can already find out about the [updated API](https://zenika.github.io/immutadot/immutadot/1.0) and our new package [immutadot-lodash](https://zenika.github.io/immutadot/immutadot-lodash/1.0).

If you would like to try out 1.0 before its official release, install it with :

```shell
yarn add immutadot@next
```

or


```shell
npm install immutadot@next
```

## Immutability

In the last few years one of our biggest challenge has been to find an efficient way to detect changes in our data to determine when to re-render our interfaces.
Expand Down

0 comments on commit 40c5170

Please sign in to comment.