Skip to content

Commit edb0de1

Browse files
committed
Merge branch 'release-1.0' into develop
2 parents fb61b9f + c4cdbc0 commit edb0de1

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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)

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "exorg/data-coder",
33
"description": "Expansible Universal Data and Data Files Decoder/Encoder.",
4+
"version": "1.0.0",
45
"type": "library",
56
"keywords": [
67
"exorg",

0 commit comments

Comments
 (0)