Skip to content

Commit a2bd7e4

Browse files
authoredSep 5, 2020
Merge pull request #1 from open-code-modeling/feature/documentation
Add documentation
2 parents e071f83 + 6a8350d commit a2bd7e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1705
-38
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ vendor/
66
composer.lock
77
.idea
88
.php_cs.cache
9+
docs/html

‎CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,62 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4+
5+
## TBA
6+
7+
### Added
8+
9+
* Nothing
10+
11+
### Deprecated
12+
13+
* Nothing
14+
15+
### Removed
16+
17+
* Nothing
18+
19+
### Fixed
20+
21+
* Nothing
22+
23+
## 0.2.0 (2020-09-05)
24+
25+
### Added
26+
27+
* Documentation (code / markdown docs)
28+
29+
### Deprecated
30+
31+
The following classes are deprecated and support will be removed in next version.
32+
33+
* Class `\OpenCodeModeling\CodeGenerator\Config\ArrayConfig` use `\OpenCodeModeling\CodeGenerator\Config\Workflow` instead
34+
* Class `\OpenCodeModeling\CodeGenerator\Config\Component` use `\OpenCodeModeling\CodeGenerator\Config\WorkflowConfig` instead
35+
* Class `\OpenCodeModeling\CodeGenerator\Config\ComponentCollection` use `\OpenCodeModeling\CodeGenerator\Config\WorkflowCollection` instead
36+
* Class `\OpenCodeModeling\CodeGenerator\Config\ComponentList` use `\OpenCodeModeling\CodeGenerator\Config\WorkflowList` instead
37+
38+
### Removed
39+
40+
* Nothing
41+
42+
### Fixed
43+
44+
* Add console commands from each workflow config
45+
46+
## 0.1.0 (2020-09-04)
47+
48+
### Added
49+
50+
* Initial release
51+
52+
### Deprecated
53+
54+
* Nothing
55+
56+
### Removed
57+
58+
* Nothing
59+
60+
### Fixed
61+
62+
* Nothing

0 commit comments

Comments
 (0)