Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Dec 21, 2023
1 parent dce9c9f commit 2c0348b
Showing 1 changed file with 12 additions and 35 deletions.
47 changes: 12 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,38 @@
# Changelog

### 0.12.0

##### 2023-06-16
## [0.12.0](https://github.com/gacela-project/router/compare/0.11.0...0.12.0) - 2023-06-16

- Fix combining mandatory and optional GET arguments

### 0.11.0

##### 2023-05-20
## [0.11.0](https://github.com/gacela-project/router/compare/0.10.0...0.11.0) - 2023-05-20

- Upgrade gacela:^1.4 and container:^0.5

### 0.10.0

##### 2023-04-27
## [0.10.0](https://github.com/gacela-project/router/compare/0.10.0...0.11.0) - 2023-04-27

- Add Infection
- Create RouterInterface
- Group Configure classes in the same dir
- Add adapter RouterGacelaConfig

### 0.9.0

##### 2023-04-27
## [0.9.0](https://github.com/gacela-project/router/compare/0.9.0...0.10.0) - 2023-04-27

- Allow adding routes in different steps
- Unify Router use
- Refactor Router Static Methods

### 0.8.0

##### 2023-04-24
## [0.8.0](https://github.com/gacela-project/router/compare/0.8.0...0.9.0) - 2023-04-24

- Require response to be a string or implements Stringable
- Simplify Route::requestMatches implementation

### 0.7.0

##### 2023-04-22
## [0.7.0](https://github.com/gacela-project/router/compare/0.7.0...0.8.0) - 2023-04-22

- Create JsonResponse
- Allow headers in Response

### 0.6.0

##### 2023-04-21
## [0.6.0](https://github.com/gacela-project/router/compare/0.6.0...0.7.0) - 2023-04-21

- Move and fix 404 tests
- Error handler
Expand All @@ -54,28 +41,20 @@
- Add named constructor for UnsupportedHttpMethodException
- Improve readme example

### 0.5.0

##### 2023-04-18
## [0.5.0](https://github.com/gacela-project/router/compare/0.4.0...0.5.0) - 2023-04-18

- Trigger 404 if no Route was found

### 0.4.0

##### 2023-04-17
## [0.4.0](https://github.com/gacela-project/router/compare/0.3.0...0.4.0) - 2023-04-17

- Inject Request in Controller's constructor
- Match route

### 0.3.0

##### 2023-04-16
## [0.3.0](https://github.com/gacela-project/router/compare/0.2.0...0.3.0) - 2023-04-16

- Refactoring structure

### 0.2.0

##### 2023-04-16
## [0.2.0](https://github.com/gacela-project/router/compare/0.1.0...0.2.0) - 2023-04-16

- Create RoutingConfigurator
- Refactor extract class RouteParams
Expand All @@ -84,8 +63,6 @@
- Automatically resolve controller dependencies
- Allow redirect routes

### 0.1.0

##### 2023-04-10
## [0.1.0](https://github.com/gacela-project/router/releases/tag/0.1.0) - 2023-04-10

- Initial release

0 comments on commit 2c0348b

Please sign in to comment.