Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepsteak committed Dec 8, 2017
1 parent 2184f93 commit 84a8c5f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 29 deletions.
49 changes: 20 additions & 29 deletions History.md
@@ -1,76 +1,67 @@
# v3.0.1 / 2017-12-08

v3.0.0 / 2017-04-26
===================
Update peerDependencies to allow React 16
Update dependencies

# v3.0.0 / 2017-04-26

Updated to `react@15.5.4`

v2.0.0 / 2016-04-21
===================
# v2.0.0 / 2016-04-21

No changes from v2.0.0-beta1

v2.0.0-beta1 / 2016-04-09
===================
# v2.0.0-beta1 / 2016-04-09

Updated to `react@15` [#30](https://github.com/sheepsteak/react-shallow-testutils/pull/30)
Updated ESLint and Babel
Added `npm run clean` command

v1.0.0 / 2016-01-22
===================
# v1.0.0 / 2016-01-22

Updated to Babel 6 [#15](https://github.com/sheepsteak/react-shallow-testutils/pull/15)

v0.7.1 / 2015-12-07
===================
# v0.7.1 / 2015-12-07

Fixed forgetting to add export for `findWithRef`

v0.7.0 / 2015-12-07
==================
# v0.7.0 / 2015-12-07

Added `findWithRef` [#13](https://github.com/sheepsteak/react-shallow-testutils/pull/13) ([@rkovacevic](https://github.com/rkovacevic))

v0.6.1 / 2015-11-17
==================
# v0.6.1 / 2015-11-17

Fixed `findAllWithClass` to not use `String.includes` #12

v0.6.0 / 2015-10-15
===================
# v0.6.0 / 2015-10-15

*Contains a breaking change by removing `Renderer`*
_Contains a breaking change by removing `Renderer`_

Removed `Renderer` as it's no longer needed with React 0.14 #10
Added `getMountedInstance` function to retreive the root component from renderer #10
Added `pre-commit` hook that checks linting and tests #9

v0.5.0 / 2015-10-08
===================
# v0.5.0 / 2015-10-08

*Contains a breaking change by using React 0.14*
_Contains a breaking change by using React 0.14_

Updated to React 0.14 #8 (plus help from @themouette #2)

0.4.0 / 2015-10-08
==================
# 0.4.0 / 2015-10-08

*Contains a breaking change to `Renderer`*
_Contains a breaking change to `Renderer`_

Changed `render` of `Renderer` to now take a function #6

0.3.0 / 2015-09-13
==================
# 0.3.0 / 2015-09-13

Add support for multiple class names @stefanbuck #4

0.2.1 / 2015-07-22
==================
# 0.2.1 / 2015-07-22

Fixed space in package.json entry point

0.2.0 / 2015-07-20
==================
# 0.2.0 / 2015-07-20

Added more documentation
Added `isComponentOfType`
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -18,6 +18,7 @@ npm install react-shallow-testutils
| 0.5.0 | 0.14 |
| 2.0.0 | 15 |
| 3.0.0 | 15.5.4 |
| 3.0.1 | ^15.5.4 & ^16 |

## Usage

Expand Down

0 comments on commit 84a8c5f

Please sign in to comment.