File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.35.0
2
+ - Add conceptual command pattern.
3
+
1
4
## 0.34.0
2
- - Add conceptual single pattern.
5
+ - Add conceptual singleton pattern.
3
6
4
7
## 0.33.0
5
8
- Add conceptual builder pattern.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
11
11
- [x] ** Singleton** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/singleton/conceptual )]
12
12
- [ ] ** Behavioral**
13
13
- [x] ** Chain of Responsibility** - [[ Server Middleware] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/chain_of_responsibility/server_middleware )]
14
- - [x] ** Command** - [[ Text Editor] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/command/text_editor )]
14
+ - [x] ** Command** - [[ Conceptual ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/command/conceptual )] [[ Text Editor] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/command/text_editor )]
15
15
- [x] ** Interpreter** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/interpreter/conceptual )]
16
16
- [ ] ** Iterator**
17
17
- [x] ** Mediator** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/mediator/conceptual )]
Original file line number Diff line number Diff line change 1
1
name : design_patterns_dart
2
2
description : Dart examples for all classic GoF design patterns.
3
- version : 0.34 .0
3
+ version : 0.35 .0
4
4
homepage : https://refactoring.guru/design-patterns
5
5
repository : https://github.com/RefactoringGuru/design-patterns-dart
6
6
issue_tracker : https://github.com/RefactoringGuru/design-patterns-dart/issue
You can’t perform that action at this time.
0 commit comments