Skip to content

Commit

Permalink
chore: Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Jul 3, 2017
1 parent f6c8d9f commit 6972ffc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 0.0.2 - 2017-06-03
### Added
- This CHANGELOG.md file.
- Added `queryParams` that will extract query parameters and add them to props.

### Removed
- Removed the first `name` parameter to passed in to `withParams`.

### Changed
- The first parameter `name` that was removed is now passed in as a property to the
the object named `params` instead.

[Unreleased]: https://github.com/beanloop/react-with-params/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/beanloop/react-with-params/compare/v0.0.1...v0.0.2

0 comments on commit 6972ffc

Please sign in to comment.