php-simple-jwt/CHANGELOG.md

15 lines
198 B
Markdown
Raw Permalink Normal View History

2023-04-09 14:04:34 +00:00
# SimpleJWT ChangeLog
2023-04-20 23:46:52 +00:00
## 0.2.1
- Mostly code cleanup
2023-04-09 14:04:34 +00:00
## 0.2.0
- Class- and filenames have had their case changed (`Jwt`→`JWT`)
- Added phpstan for static analysis
## 0.1.0
- Initial release