Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

3 роки тому
1234567891011121314151617181920212223242526272829303132333435363738
  1. # history · [![npm package][npm-badge]][npm] [![Travis][build-badge]][build]
  2. [npm-badge]: https://img.shields.io/npm/v/history.svg?style=flat-square
  3. [npm]: https://www.npmjs.org/package/history
  4. [build-badge]: https://img.shields.io/travis/ReactTraining/history/master.svg?style=flat-square
  5. [build]: https://travis-ci.org/ReactTraining/history
  6. The history library lets you easily manage session history anywhere JavaScript runs. `history` abstracts away the differences in various environments and provides a minimal API that lets you manage the history stack, navigate, and persist state between sessions.
  7. ## Documentation
  8. Documentation for the current branch can be found in the [docs](docs) directory.
  9. ## Changes
  10. To see the changes that were made in a given release, please lookup the tag on [the releases page](https://github.com/ReactTraining/history/releases).
  11. For changes released in version 4.6.3 and earlier, please see [the `CHANGES.md` file](https://github.com/ReactTraining/history/blob/845d690c5576c7f55ecbe14babe0092e8e5bc2bb/CHANGES.md).
  12. ## Development
  13. Development of the current stable release, version 4, happens on [the `master` branch](https://github.com/ReactTraining/history/tree/master). Please keep in mind that this branch may include some work that has not yet been published as part of an official release. However, since `master` is always stable, you should feel free to build your own working release straight from master at any time.
  14. Development of the next major release, version 5, happens on [the `dev` branch](https://github.com/ReactTraining/history/tree/dev).
  15. If you're interested in helping out, please read [our contributing guidelines](CONTRIBUTING.md).
  16. ## About
  17. `history` is developed and maintained by [React Training](https://reacttraining.com). If
  18. you're interested in learning more about what React can do for your company, please
  19. [get in touch](mailto:hello@reacttraining.com)!
  20. ## Thanks
  21. A big thank-you to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to run our build in real browsers.
  22. Also, thanks to [Dan Shaw](https://www.npmjs.com/~dshaw) for letting us use the `history` npm package name. Thanks, Dan!