File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ 1.0.0] - 2016-05-27
5
+ ## [ 2.0.0] - 2023-11-26
6
+ ### Added
7
+ - Coder\Datafile\EncodingStrategyInterface - interface for data file encoders
8
+ - Coder\Datafile\DecodingStrategyInterface - interface for data file decoders
9
+
10
+ ### Changed
11
+ - All namespaces
12
+ - Data Encoders implement interface Coder\Data\EncodingStrategyInterface
13
+ - Data Decoders implement interface Coder\Data\DecodingStrategyInterface
6
14
15
+ ### Removed
16
+ - Additional not namespaced directory structure within src/ directory
17
+ - AbstractDataEncoder - base classes for data encoders
18
+ - AbstractDataDecoder - base classes for data decoders
19
+
20
+ ## [ 1.0.0] - 2016-05-27
7
21
### Added
8
22
- DataEncoder - data encoder with configurable data format
9
23
- DataDecoder - data decoder with configurable data format
You can’t perform that action at this time.
0 commit comments