You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.1.0] - 2023-03-15
9
9
10
10
### Added
11
11
12
-
- Source code with the implementation of getContents and getContent
13
-
- Flexible caching with PSR-16
14
-
- Custom HTTP client with PSR-18
15
-
- Examples
16
-
- Documentation (README.md)
17
-
- GitHub Actions pipeline to check code style + Unit Testing at different PHP versions + different platforms
18
-
12
+
- Source code with the implementation of `getContents` and `getContent`
13
+
- Flexible caching with [PSR-16](https://www.php-fig.org/psr/psr-16/)
14
+
- Custom HTTP client with [PSR-18](https://www.php-fig.org/psr/psr-18/)
15
+
-[Examples](./examples)
16
+
- Documentation [(README.md)](./README.md)
17
+
-[GitHub Actions pipeline](https://github.com/getjoystick/joystick-php/blob/main/.github/workflows/main.yml) to check code style + Unit Testing at different PHP versions + different platforms
0 commit comments