Skip to content

Commit c90c568

Browse files
author
Ryan Kotzen
committed
updating CHANGELOG.md
1 parent 84e2ee1 commit c90c568

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Node Api Seed Change Log
22

3-
## [Unreleased](https://github.com/eXigentCoder/node-api-seed/compare/v1.1.0...HEAD)
3+
## [Unreleased](https://github.com/eXigentCoder/node-api-seed/compare/v1.1.1...HEAD)
44

55
Check here for upcoming changes
66

7+
## [1.1.1](https://github.com/eXigentCoder/node-api-seed/compare/v1.1.0...v1.1.1) (2017-06-16)
8+
* Adding instructions to the README of how to do a release
9+
710
## [1.1.0](https://github.com/eXigentCoder/node-api-seed/compare/v1.0.0...v1.1.0) (2017-06-16)
811

912
Creating this initial `CHANGELOG.md` file to make upgrading easier.
@@ -12,9 +15,9 @@ Creating this initial `CHANGELOG.md` file to make upgrading easier.
1215
* [#12](https://github.com/eXigentCoder/node-api-seed/pull/12): Upgrading dependencies as part of routine maintenance. - [@eXigentCoder](https://github.com/eXigentCoder)
1316
* [#11](https://github.com/eXigentCoder/node-api-seed/pull/11): Updating the code so that on creation of objects that use statuses you can either set some static data in the status log or get some data from the `req` object. These rules are specified in the schema file. - [@eXigentCoder](https://github.com/eXigentCoder)
1417
* In your object's schema, on the **first** status in the `statuses` root property you can now add a property called `initialData`. This controls how the first status log entry will be generated. This can have both `static` data and data that comes from the request, specified in the `fromReq` property. If both are specified and there is a conflict merging the two objects, `fromReq` will take precedence. Subproperties specified in `fromReq` can either be:
15-
* A string - the path to the value on the `req` object, using lodash's get method
18+
* A string - the path to the value on the `req` object, using lodash's get method
1619
* Array with a string and other entries - the first value is the path as above, the second is the default value if one is not found.
17-
20+
1821

1922
## 1.0.0 (2017-06-16)
2023

0 commit comments

Comments
 (0)