Skip to content

Commit 6e22bca

Browse files
committed
Bump version 0.14.0
1 parent 0b54d26 commit 6e22bca

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
## 0.14.0
2+
- Add "Memento" conceptual pattern
3+
14
## 0.13.0
2-
- Add "Observer" pattern from official book, rewritten from Java example.
5+
- Add "Observer" pattern from official book, rewritten from Java example
36

47
## 0.12.19
58
- Refactoring: reformatting and minor changes
69

710
## 0.12.5
8-
- Put "Shapes" prototype pattern to "Shapes" folder.
9-
- The list of patterns has been updated. Added links to projects.
11+
- Put "Shapes" prototype pattern to "Shapes" folder
12+
- The list of patterns has been updated. Added links to projects
1013

1114
## 0.12.0
12-
- Add "Command" pattern from official book, rewritten from Java example.
15+
- Add "Command" pattern from official book, rewritten from Java example
1316

1417
## 0.11.0
1518
- Add "Chain of Responsibility" pattern from official book, rewritten from Java example
@@ -35,7 +38,7 @@
3538
- Add bridge pattern. Device remote control
3639

3740
## 0.5.5
38-
- Add example "graphics engine" and "square round conflict" for adapter pattern
41+
- Add example "graphics engine" and "square round conflict" for adapter patter
3942
- Add description to prototype pattern
4043
- Fix class diagram for text graph
4144
- Add description Builder pattern, text formats

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
1515
- [ ] Interpreter
1616
- [ ] [**Iterator**](https://refactoring.guru/design-patterns/iterator)
1717
- [ ] [**Mediator**](https://refactoring.guru/design-patterns/mediator)
18-
- [ ] [**Memento**](https://refactoring.guru/design-patterns/memento)
18+
- [x] [**Memento**](https://refactoring.guru/design-patterns/memento) [[Conceptual](https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/memento/conceptual)]
1919
- [x] [**Observer**](https://refactoring.guru/design-patterns/observer) - [[Open-Close Editor Events](https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/observer/open_close_editor_events)]
2020
- [ ] [**State**](https://refactoring.guru/design-patterns/state)
2121
- [ ] [**Template Method**](https://refactoring.guru/design-patterns/template-method)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: design_patterns_dart
22
description: Dart examples for all classic GoF design patterns.
3-
version: 0.13.0
3+
version: 0.14.0
44
homepage: https://refactoring.guru/design-patterns
55
repository: https://github.com/RefactoringGuru/design-patterns-dart
66
issue_tracker: https://github.com/RefactoringGuru/design-patterns-dart/issue

0 commit comments

Comments
 (0)