File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ node_modules
6
6
vendor
7
7
coverage
8
8
.nyc_output
9
- .npmrc
9
+ .npmrc
10
+ test /learn-tests.js
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.2.0 ] - 2020-04-15
9
9
10
10
### Added
11
+ - [[ #15 ] ( https://github.com/schemadb/node-sdk/issues/15 )] Return also the schema in decode method.
12
+
13
+ ### Fixed
11
14
12
15
- [[ #13 ] ( https://github.com/schemadb/node-sdk/issues/13 )] Fix runtime dependencies.
13
- - [[ #15 ] ( https://github.com/schemadb/node-sdk/issues/15 )] Return also the schema in decode method.
14
16
15
17
## [ 0.1.0] - 2020-04-12
16
18
@@ -28,5 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
30
- [[ #2 ] ( https://github.com/schemadb/node-sdk/issues/2 )] Fetch schema from platform.
29
31
30
32
[ Unreleased ] : https://github.com/schemadb/node-sdk/commits/develop
33
+ [ 0.2.0 ] : https://github.com/schemadb/node-sdk/compare/v0.1.0...v0.2.0
31
34
[ 0.1.0 ] : https://github.com/schemadb/node-sdk/compare/v0.1.0-alpha.1...v0.1.0
32
35
[ 0.1.0-alpha.1 ] : https://github.com/schemadb/node-sdk/commits/v0.1.0-alpha.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @schemadb/sdk" ,
3
- "version" : " 0.2.0-SNAPSHOT " ,
3
+ "version" : " 0.2.0" ,
4
4
"description" : " SchemaDB Node.js SDK" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments