Skip to content

Commit 202b62c

Browse files
authored
Merge pull request #77 from xpepermint/master
Add missing readme files
2 parents 1f58a0b + c7c0296 commit 202b62c

File tree

27 files changed

+115
-31
lines changed

27 files changed

+115
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ const recipe = { // make sure that this index name exists in your MongoDB collec
11271127
| [@rawmodel/handlers](https://github.com/rawmodel/framework/tree/master/packages/rawmodel-handlers) | Collection of error handlers. | [![NPM Version](https://badge.fury.io/js/@rawmodel%2Fhandlers.svg)](https://badge.fury.io/js/%40rawmodel%2Fhandlers)
11281128
| [@rawmodel/parsers](https://github.com/rawmodel/framework/tree/master/packages/rawmodel-parsers) | Collection of data parsers. | [![NPM Version](https://badge.fury.io/js/@rawmodel%2Fparsers.svg)](https://badge.fury.io/js/%40rawmodel%2Fparsers)
11291129
| [@rawmodel/schema](https://github.com/rawmodel/framework/tree/master/packages/rawmodel-schema) | JSON Schema utils. | [![NPM Version](https://badge.fury.io/js/@rawmodel%2Fschema.svg)](https://badge.fury.io/js/%40rawmodel%2Fschema)
1130-
| [@rawmodel/utils](https://github.com/rawmodel/framework/tree/master/packages/rawmodel-utils) | Framework helpers. | [![NPM Version](https://badge.fury.io/js/@rawmodel%2Futils.svg)](https://badge.fury.io/js/%40rawmodel%2Futils)
1130+
| [@rawmodel/utils](https://github.com/rawmodel/framework/tree/master/packages/rawmodel-utils) | Helper functions. | [![NPM Version](https://badge.fury.io/js/@rawmodel%2Futils.svg)](https://badge.fury.io/js/%40rawmodel%2Futils)
11311131
| [@rawmodel/validators](https://github.com/rawmodel/framework/tree/master/packages/rawmodel-validators) | Collection of validators. | [![NPM Version](https://badge.fury.io/js/@rawmodel%2Fvalidators.svg)](https://badge.fury.io/js/%40rawmodel%2Fvalidators)
11321132
11331133
## Contributing

common/config/rush/npm-shrinkwrap.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"policyName": "patchAll",
44
"definitionName": "lockStepVersion",
5-
"version": "3.2.0",
5+
"version": "3.2.1",
66
"nextBump": "patch"
77
}
88
]

packages/rawmodel-core/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@rawmodel/core",
33
"entries": [
4+
{
5+
"version": "3.2.1",
6+
"tag": "@rawmodel/core_v3.2.1",
7+
"date": "Sun, 29 Sep 2019 10:22:42 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "3.2.0",
612
"tag": "@rawmodel/core_v3.2.0",

packages/rawmodel-core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rawmodel/core
22

3-
This log was last generated on Fri, 27 Sep 2019 23:06:25 GMT and should not be manually modified.
3+
This log was last generated on Sun, 29 Sep 2019 10:22:42 GMT and should not be manually modified.
4+
5+
## 3.2.1
6+
Sun, 29 Sep 2019 10:22:42 GMT
7+
8+
*Version update only*
49

510
## 3.2.0
611
Fri, 27 Sep 2019 23:06:25 GMT

packages/rawmodel-core/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> [Rawmodel](https://github.com/rawmodel/framework) core package.
2+
3+
[Rawmodel](https://github.com/rawmodel/framework) is a strongly-typed JavaScript object with support for validation and error handling. It's a lightweight open source framework for the **server** and **browser** (using module bundler), written with [TypeScript](https://www.typescriptlang.org). It's actively maintained, well tested and already used in production environments. The source code is available on [GitHub](https://github.com/rawmodel/framework) where you can also find our [issue tracker](https://github.com/rawmodel/framework/issues).

packages/rawmodel-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rawmodel/core",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Strongly-typed JavaScript object with support for validation and error handling.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -84,13 +84,13 @@
8484
"devDependencies": {
8585
"@hayspec/cli": "^0.8.4",
8686
"@hayspec/spec": "^0.8.4",
87-
"@rawmodel/parsers": "3.2.0",
87+
"@rawmodel/parsers": "3.2.1",
8888
"nyc": "^14.1.1",
8989
"ts-node": "^8.3.0",
9090
"tslint": "^5.18.0",
9191
"typescript": "^3.5.3"
9292
},
9393
"dependencies": {
94-
"@rawmodel/utils": "3.2.0"
94+
"@rawmodel/utils": "3.2.1"
9595
}
9696
}

packages/rawmodel-handlers/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@rawmodel/handlers",
33
"entries": [
4+
{
5+
"version": "3.2.1",
6+
"tag": "@rawmodel/handlers_v3.2.1",
7+
"date": "Sun, 29 Sep 2019 10:22:42 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "3.2.0",
612
"tag": "@rawmodel/handlers_v3.2.0",

packages/rawmodel-handlers/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rawmodel/handlers
22

3-
This log was last generated on Fri, 27 Sep 2019 23:06:25 GMT and should not be manually modified.
3+
This log was last generated on Sun, 29 Sep 2019 10:22:42 GMT and should not be manually modified.
4+
5+
## 3.2.1
6+
Sun, 29 Sep 2019 10:22:42 GMT
7+
8+
*Version update only*
49

510
## 3.2.0
611
Fri, 27 Sep 2019 23:06:25 GMT
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> Collection of error handlers for [Rawmodel](https://github.com/rawmodel/.
2+
3+
[Rawmodel](https://github.com/rawmodel/framework) is a strongly-typed JavaScript object with support for validation and error handling. It's a lightweight open source framework for the **server** and **browser** (using module bundler), written with [TypeScript](https://www.typescriptlang.org). It's actively maintained, well tested and already used in production environments. The source code is available on [GitHub](https://github.com/rawmodel/framework) where you can also find our [issue tracker](https://github.com/rawmodel/framework/issues).

0 commit comments

Comments
 (0)