File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ## [ 0.0.2] - 2017-06-03
10
+ ### Added
11
+ - This CHANGELOG.md file.
12
+ - Added ` queryParams ` that will extract query parameters and add them to props.
13
+
14
+ ### Removed
15
+ - Removed the first ` name ` parameter to passed in to ` withParams ` .
16
+
17
+ ### Changed
18
+ - The first parameter ` name ` that was removed is now passed in as a property to the
19
+ the object named ` params ` instead.
20
+
21
+ [ Unreleased ] : https://github.com/beanloop/react-with-params/compare/v0.0.2...HEAD
22
+ [ 0.0.2 ] : https://github.com/beanloop/react-with-params/compare/v0.0.1...v0.0.2
You can’t perform that action at this time.
0 commit comments