We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4ed11 commit 1012b9fCopy full SHA for 1012b9f
CHANGELOG.md
@@ -0,0 +1,30 @@
1
+# Changelog
2
+
3
+All Notable Changes To `dvlpr1996/php-enum-helper-trait` Will Be Documented In This File
4
5
+## 0.1.0 (2024-04-24)
6
7
+### Added
8
9
+- Initial release version of the php-enum-helper-trait package.
10
+- Implemented a trait that provides utility methods for working with PHP enums.
11
+- Added basic documentation for the trait and its methods.
12
13
+### Changed
14
15
+- (No changes from the initial release)
16
17
+### Deprecated
18
+- (No deprecations from the initial release)
19
20
+### Removed
21
22
+- (No removals from the initial release)
23
24
+### Fixed
25
26
+- (No fixes from the initial release)
27
28
+### Security
29
30
+- (No security fixes from the initial release)
0 commit comments