Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump acorn from 5.7.3 to 5.7.4dependabot/npm_and_yarn/acorn-5.7.4 | dependabot[bot] | 2020-03-14 | 1 | -20/+39 |
| | | | | | | | Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Add Vietnamese (#40) | Minh Phan (Paul) | 2019-06-27 | 5 | -4/+569 |
| | |||||
* | Update thai language (#36) | Naruepanart Siangsanan | 2019-06-19 | 4 | -3/+565 |
| | |||||
* | docs: Fix Chinese "Introducing Hooks" link (#34) | Barend | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Update README.md | Jamie Kyle | 2019-05-29 | 1 | -0/+30 |
| | |||||
* | fix example | Jamie Kyle | 2019-05-14 | 1 | -4/+4 |
| | |||||
* | 1.1.0v1.1.0 | Jamie Kyle | 2019-05-14 | 2 | -2/+2 |
| | |||||
* | add initialState | Jamie Kyle | 2019-05-14 | 8 | -29/+2970 |
| | |||||
* | Update README.md (#17) | Go7hic | 2019-05-14 | 1 | -1/+1 |
| | | | `setInput` should be setValue? | ||||
* | Translated to Russian (#16) | Alexey Yakovlev | 2019-05-14 | 3 | -4/+514 |
| | | | | | | * Copied README.md * Translated README-ru-ru.md into Russian. | ||||
* | Update README-zh-cn.md | Jamie Kyle | 2019-05-07 | 1 | -2/+2 |
| | |||||
* | Update README-zh-cn.md | Jamie Kyle | 2019-05-07 | 1 | -2/+9 |
| | |||||
* | Update README.md | Jamie Kyle | 2019-05-07 | 1 | -2/+2 |
| | |||||
* | Update README.md | Jamie Kyle | 2019-05-07 | 1 | -2/+9 |
| | |||||
* | Translate to Chinese (#8) | Steve Xu | 2019-05-07 | 2 | -0/+500 |
| | | | | | | | | * translate to Chinese * Correct File Name * Fix Migration Anchor | ||||
* | Export interfaces (#7) | Cameron Crothers | 2019-05-07 | 1 | -2/+2 |
| | | | | | The interfaces need to be exported so that users don't encounter TS4023 when exporting their state outside of files ie `export const UserState = createContainer(useUserState);` | ||||
* | Update README.md | Jamie Kyle | 2019-05-06 | 1 | -0/+32 |
| | |||||
* | docs: fix counter example (#3) | Christian Petersen | 2019-05-05 | 1 | -1/+1 |
| | | | Fixes the example where the increment function would subtract from `count` instead of add to it. | ||||
* | docs: fix example for Keeping Containers Small (#4) | Christian Petersen | 2019-05-05 | 1 | -1/+1 |
| | | | Fixes the example for the **Tip #2: Keep Containers Small** section where `Counter.useContainer` was used instead of `Count.useContainer`. | ||||
* | docs: Fix typo in "to to" to "you to". (#1) | Nate Radebaugh | 2019-05-02 | 1 | -1/+1 |
| | |||||
* | init commit | Jamie Kyle | 2019-05-02 | 11 | -0/+11013 |