File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changes in DataCoder
2
+ All notable changes to this project will be documented in this file.
3
+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
+
5
+ ## [ 1.0.0] - 2016-05-27
6
+
7
+ ### Added
8
+ - DataEncoder - data encoder with configurable data format
9
+ - DataDecoder - data decoder with configurable data format
10
+ - DatafileEncoder - datafile encoder with configurable data format
11
+ - DatafileDecoder - datafile decoder with configurable data format
12
+ - JsonDataEncoder - data encoder for JSON data format
13
+ - JsonDataDecoder - data decoder for JSON data format
14
+ - JsonDatafileEncoder - datafile encoder for JSON data format
15
+ - JsonDatafileDecoder - datafile decoder for JSON data format
16
+ - YamlDataEncoder - data encoder for YAML data format
17
+ - YamlDataDecoder - data decoder for YAML data format
18
+ - YamlDatafileEncoder - datafile encoder for YAML data format
19
+ - YamlDatafileDecoder - datafile decoder for YAML data format
20
+ - DataFormat - enumerable data formats (JSON and YAML/YML)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " exorg/data-coder" ,
3
3
"description" : " Expansible Universal Data and Data Files Decoder/Encoder." ,
4
+ "version" : " 1.0.0" ,
4
5
"type" : " library" ,
5
6
"keywords" : [
6
7
" exorg" ,
You can’t perform that action at this time.
0 commit comments