8000 Release 1.1.5 · hubcarl/json-typescript-mapper@e66005e · GitHub
[go: up one dir, main page]

Skip to content

Commit e66005e

Browse files
committed
Release 1.1.5
1 parent d8126ee commit e66005e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [1.1.5](https://github.com/hubcarl/json-typescript-mapper/compare/1.1.4...1.1.5) (2020-05-23)
2+
3+
### Bug Fixes
4+
5+
* https://github.com/jf3096/json-typescript-mapper/pull/45/commits/2c80de25d3da2cc4de8ea720375a8a88cff16f55 ([ca85bec](https://github.com/jf3096/json-typescript-mapper/commit/ca85becf38952b40264d42359ad36766e456174a))
6+
7+
## [1.1.4](https://github.com/hubcarl/json-typescript-mapper/compare/1.1.3...1.1.4) (2020-05-23)
8+
9+
* json not key,use default value ([edb0dc8](https://github.com/jf3096/json-typescript-mapper/commit/edb0dc83eab7f4dc5fdada8a270f6a8e6b92bba1))

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "json-typescript-mapper",
3-
"version": "1.1.4",
2+
"name": "@hubcarl/json-typescript-mapper",
3+
"version": "1.1.5",
44
"typescript": {
55
"definition": "index.d.ts"
66
},
@@ -14,7 +14,8 @@
1414
},
1515
"scripts": {
1616
"test": "mocha ./spec/*.js",
17-
"typings:generate": "tsc --declaration"
17+
"typings:generate": "tsc --declaration",
18+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
1819
},
1920
"description": "For single page application, data sources are obtained from API server. Instead of directly using api data, we \r definitely require an adapter layer to transform data as needed. Furthermore, \r the adapter inverse the the data dependency from API server(API Server is considered uncontrollable and \r highly unreliable as data structure may be edit by backend coder for some specific purposes)to our adapter \r which becomes reliable. Thus, this library is created as the adapter make use of es7 reflect decorator.",
2021
"main": "index.js",

0 commit comments

Comments
 (0)
0