Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG and READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
serradura committed Jan 24, 2024
1 parent 5053946 commit d0fcb31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased]
## Unreleased

## 1.0.0.beta1 (2024-01-23)

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Check the [examples](examples) directory to see different applications of `bcdd-
1. [Ports and Adapters](examples/ports_and_adapters) - Implements the Ports and Adapters pattern. It uses [**`BCDD::Contract::Interface`**](#bcddcontractinterface) to provide an interface from the application's core to other layers.

2. [Anti-Corruption Layer](examples/anti_corruption_layer) - Implements the Anti-Corruption Layer pattern. It uses the [**BCDD::Contract::Proxy**](#bcddcontractproxy) to define an inteface for a set of adapters, which will be used to translate an external interface (`vendors`) to the application's core interface.
2. [Anti-Corruption Layer](examples/anti_corruption_layer) - Implements the Anti-Corruption Layer pattern. It uses the [**`BCDD::Contract::Proxy`**](#bcddcontractproxy) to define an inteface for a set of adapters, which will be used to translate an external interface (`vendors`) to the application's core interface.

3. [Business Processes](examples/business_processes) - Implements a business process using the [`bcdd-result`](https://github.com/B-CDD/result) gem and uses the `bcdd-contract` to define its contract.

Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> **Attention:** Each example has its own **README** with more details.
1. [Ports and Adapters](ports_and_adapters) - Implements the Ports and Adapters pattern. It uses **BCDD::Contract::Interface** to provide an interface from the application's core to other layers.
1. [Ports and Adapters](ports_and_adapters) - Implements the Ports and Adapters pattern. It uses **`BCDD::Contract::Interface`** to provide an interface from the application's core to other layers.

2. [Anti-Corruption Layer](anti_corruption_layer) - Implements the Anti-Corruption Layer pattern. It uses the **BCDD::Contract::Proxy** to define an inteface for a set of adapters, which will be used to translate an external interface (`vendors`) to the application's core interface.
2. [Anti-Corruption Layer](anti_corruption_layer) - Implements the Anti-Corruption Layer pattern. It uses the **`BCDD::Contract::Proxy`** to define an inteface for a set of adapters, which will be used to translate an external interface (`vendors`) to the application's core interface.

3. [Business Processes](business_processes) - Implements a business process using the [`bcdd-result`](https://github.com/B-CDD/result) gem and uses the `bcdd-contract` to define its contract.

Expand Down

0 comments on commit d0fcb31

Please sign in to comment.