Skip to content

Commit d917751

Browse files
authored
Update README.md
Signed-off-by: Najaf Shaikh <[email protected]>
1 parent f1e7318 commit d917751

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
Install via NuGet Package Manager:
2626
```bash
27-
Install-Package JsonPredicate
27+
NuGet\Install-Package JsonPredicate
2828
```
2929
## Getting Started
3030
The library provides a powerful, flexible way to evaluate complex conditional logic against JSON objects, making it ideal for business rules, filtering, validation, and many other use cases in .NET applications.
@@ -62,6 +62,19 @@ bool result3 = JSONPredicate.Evaluate("client.tags in [`vip`, `standard`]", cust
6262
## Developer Guide
6363
Please see [Developer Guide](https://github.com/CodeShayk/JSONPredicate/wiki) for comprehensive documentation to integrate JSONPredicate in your project.
6464

65+
66+
## Release Roadmap
67+
This section provides the summary of planned releases with key details about each release.
68+
| Version | Release Date | Type | Key Improvements | Backward Compatible |
69+
|---------|--------------|------|------------------|-------------------|
70+
| v1.0.0 | August 2025 | Major | Initial release with core predicate evaluation | N/A |
71+
| v1.1.0 | October 2025 | Minor | Namespace consistency, thread safety, 50%+ performance improvement, array indexing, new operators (`starts_with`, `ends_with`, `contains`) | Yes |
72+
| v2.0.0 | TBC | Major | Comprehensive validation, performance benchmarking, thread safety verification, complete documentation | Mostly* |
73+
74+
*Note: v2.0.0 marked as "Mostly" backward compatible due to major internal changes that may affect some advanced usage patterns.
75+
76+
Please see [Release Roadmap](https://github.com/CodeShayk/JSONPredicate/blob/master/Release_Roadmap.md) for more details.
77+
6578
## License
6679
This project is licensed under the `MIT License` - see the [license](LICENSE) file for details.
6780

0 commit comments

Comments
 (0)