Skip to content

Commit 46fb958

Browse files
author
Tomas Corral
committed
Update README
1 parent fd3f8e1 commit 46fb958

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This will be a repository of how to use the Design Patterns from *Gang of Four* in your applications with Javascript.
33

44
## Update:
5+
- Added Prototype and Builder implementations.
56
- All the Design Patterns have been refactored to ES6.
67
- Added the Multi-Inheritance Design Patterns exclusive for ES6.
78
- Added new Design Patterns exclusive from Javascript.
@@ -11,6 +12,7 @@ This will be a repository of how to use the Design Patterns from *Gang of Four*
1112
## Design Patterns that you can find in this repository:
1213

1314
* Adapter
15+
* Builder
1416
* Chaining
1517
* Command
1618
* Composite
@@ -28,6 +30,7 @@ This will be a repository of how to use the Design Patterns from *Gang of Four*
2830
* Namespace
2931
* Nullify
3032
* Observer
33+
* Prototype
3134
* Proxy
3235
* Singleton
3336
* State

0 commit comments

Comments
 (0)