Skip to content

Commit 0dd2bc4

Browse files
iqbalhasandevgithub-actions[bot]
authored andcommitted
docs: update CHANGELOG for v1.1.0
1 parent 64cbb67 commit 0dd2bc4

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,48 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v1.1.0 - 2025-08-31
9+
10+
### Release Notes - v1.1.0
11+
12+
#### 🎉 What's New
13+
14+
- Initial release of @devwizard/laravel-react-permissions
15+
- Core `<Can>` component for conditional rendering
16+
- `usePermissions` hook for programmatic permission checking
17+
- `withPermission` HOC for component wrapping
18+
- Advanced pattern matching with wildcards (`*`) and single chars (`?`)
19+
- Boolean logic support with logical operators (`||`, `&&`, `|`, `&`)
20+
- Custom permissions array support
21+
- Expression validation and safe evaluation
22+
- Full TypeScript support with type definitions
23+
- Comprehensive documentation and examples
24+
- Laravel Spatie Permission integration
25+
- Performance optimizations with memoization
26+
- Zero-dependency architecture (only peer dependencies)
27+
28+
###### Features
29+
30+
- Pattern matching: `users.*`, `admin.?dit`
31+
- Boolean expressions: `(users.* || posts.*) && admin.access`
32+
- Custom permissions: Override auth with custom arrays
33+
- Safe evaluation: Protected against code injection
34+
- Laravel conventions: Follows `@can` directive patterns
35+
- TypeScript: Complete type safety and IntelliSense
36+
37+
###### Documentation
38+
39+
- Complete setup guide
40+
- Pattern matching examples
41+
- API reference documentation
42+
- Real-world usage scenarios
43+
- Migration guide from other solutions
44+
45+
46+
---
47+
48+
**Full Changelog**: [View on GitHub](your-repo-url/compare/v1.0.0...v1.1.0)
49+
850
## 0.1.0 - 2025-08-31
951

1052
##### Added

0 commit comments

Comments
 (0)