Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d6fa13b

Browse filesBrowse files
nicolas-grekasfabpot
authored andcommitted
[symfony/contracts] Reference one main CHANGELOG in each contracts
1 parent 657b8ec commit d6fa13b
Copy full SHA for d6fa13b

File tree

Expand file treeCollapse file tree

7 files changed

+31
-32
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+31
-32
lines changed

‎src/Symfony/Contracts/CHANGELOG.md

Copy file name to clipboard
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
CHANGELOG
2+
=========
3+
4+
1.1.0
5+
-----
6+
7+
* added `HttpClient` namespace with contracts for implementing flexible HTTP clients
8+
* added `EventDispatcherInterface` and `Event` in namespace `EventDispatcher`
9+
* added `ServiceProviderInterface` in namespace `Service`
10+
11+
1.0.0
12+
-----
13+
14+
* added `Service\ResetInterface` to provide a way to reset an object to its initial state
15+
* added `Translation\TranslatorInterface` and `Translation\TranslatorTrait`
16+
* added `Cache` contract to extend PSR-6 with tag invalidation, callback-based computation and stampede protection
17+
* added `Service\ServiceSubscriberInterface` to declare the dependencies of a class that consumes a service locator
18+
* added `Service\ServiceSubscriberTrait` to implement `Service\ServiceSubscriberInterface` using methods' return types
19+
* added `Service\ServiceLocatorTrait` to help implement PSR-11 service locators
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
CHANGELOG
22
=========
33

4-
1.0.0
5-
-----
6-
7-
* added `Cache` contract to extend PSR-6 with tag invalidation, callback-based computation and stampede protection
4+
The changelog is maintained for all Symfony contracts at the following URL:
5+
https://github.com/symfony/contracts/blob/master/CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
CHANGELOG
22
=========
33

4-
1.2.0
5-
-----
6-
7-
* added `trigger_deprecation` function
4+
The changelog is maintained for all Symfony contracts at the following URL:
5+
https://github.com/symfony/contracts/blob/master/CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
CHANGELOG
22
=========
33

4-
1.1.0
5-
-----
6-
7-
* added `EventDispatcherInterface` and `Event` in namespace `EventDispatcher`
4+
The changelog is maintained for all Symfony contracts at the following URL:
5+
https://github.com/symfony/contracts/blob/master/CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
CHANGELOG
22
=========
33

4-
1.1.0
5-
-----
6-
7-
* added `HttpClient` namespace with contracts for implementing flexible HTTP clients
4+
The changelog is maintained for all Symfony contracts at the following URL:
5+
https://github.com/symfony/contracts/blob/master/CHANGELOG.md
+2-12Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
CHANGELOG
22
=========
33

4-
1.1.0
5-
-----
6-
7-
* added `ServiceProviderInterface` in namespace `Service`
8-
9-
1.0.0
10-
-----
11-
12-
* added `Service\ResetInterface` to provide a way to reset an object to its initial state
13-
* added `Service\ServiceSubscriberInterface` to declare the dependencies of a class that consumes a service locator
14-
* added `Service\ServiceSubscriberTrait` to implement `Service\ServiceSubscriberInterface` using methods' return types
15-
* added `Service\ServiceLocatorTrait` to help implement PSR-11 service locators
4+
The changelog is maintained for all Symfony contracts at the following URL:
5+
https://github.com/symfony/contracts/blob/master/CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
CHANGELOG
22
=========
33

4-
1.0.0
5-
-----
6-
7-
* added `Translation\TranslatorInterface` and `Translation\TranslatorTrait`
4+
The changelog is maintained for all Symfony contracts at the following URL:
5+
https://github.com/symfony/contracts/blob/master/CHANGELOG.md

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.