Releases: quyvu01/OfX
v3.1.0
Release: OfX 3.1.0
🚀 What's New?
We’re excited to announce OfX 3.1.0, a major update to improve flexibility and customization in your data-handling workflows!
Key Feature: Pipeline for Received Context
- You can now add a pipeline to handle requests when fetching data.
- This gives you more control and flexibility in processing, transforming, or enriching the context as part of your data mapping workflow.
- Build dynamic, attribute-driven data flows tailored to your application’s needs.
Why This Matters
This feature empowers developers to seamlessly integrate additional processing steps while maintaining the simplicity and maintainability that OfX is known for.
# 🎉 Announcing **OfX v3.0.0** – A New Era of Simplicity and Efficiency
I'm ecstatic to announce the release of v3.0.0, a groundbreaking update that ushers in a New Era for OfX! This major version represents a complete transformation of the library, offering unparalleled simplicity, streamlined usability, and a more developer-focused experience.
✨ Major Highlights:
- Removed QueryHandlers: Say goodbye to QueryHandlers! This feature has been removed to simplify workflows and make the library more efficient and easier to use. Just use
[OfXConfigFor<SomeOfAttribute>(nameof(Id), nameof(Name))]
for the model you want! - Reimagined Mapping: Mapping has been revamped to be more intuitive than ever before, reducing complexity and enhancing productivity.
- Milestone Update: Version 3.0.0 reflects a significant leap forward, introducing essential changes and redefining how OfX empowers developers.
⚡ Key Improvements:
- Simplicity at its Core: The codebase has been optimized, shedding unnecessary components to focus on what truly matters.
- Enhanced Stability: Core functionality has been streamlined to minimize errors and provide a smoother development experience.
- Breaking Changes: With this update, some adjustments in your codebase may be required to align with the new design and capabilities.
📚 Upgrade Guide:
For detailed guidance on upgrading to v3.0.0, check out our migration guide -> OfX-EFCore.
Upgrade today to unlock the full potential of OfX with v3.0.0, and experience a new era of simplicity, efficiency, and productivity! 🚀
Release Notes for OfX v2.0.1-Fix gRPC bug when get items!
This release addresses bugs in OfX-gRPC related to retrieving items. It resolves an issue where requests to fetch data failed to be created.
🚀 OfX v2.0.0: A New Era of Simplicity and Reliability
I'm so excited to announce the release of v2.0.0, a transformative update that marks a significant milestone in the evolution of OfX. This release focuses on simplifying the library, reducing potential errors, and ensuring a seamless user experience for developers.
✨ Major Updates:
- Removed Queries: Queries have been deprecated and removed from the codebase. This decision eliminates potential human errors and simplifies the library’s functionality, allowing for a more intuitive and robust experience.
- Improved Reliability: By focusing on core features and removing outdated components, this version enhances stability and ensures OfX meets modern development standards.
- Streamlined Design: A reimagined approach to keep OfX lightweight, clear, and aligned with best practices.
⚡ What’s New:
- A cleaner, error-free codebase that prioritizes usability.
- Optimizations across the board for improved performance and maintainability.
- Breaking changes: As part of the simplification, developers may need to update their code to align with the removal of queries.
📚 Upgrade Guide:
To upgrade from previous versions, please refer to our migration guide for detailed steps on updating your project.
Upgrade to v2.0.0 today and enjoy a more focused, efficient, and developer-friendly experience with OfX!
Enhance and fix bug on v1.1.4
🚀 OfX v1.1.4 Release: Performance Boost and Simplified Codebase
🎉 What’s New in v1.1.4?
This update focuses on performance improvements and codebase refinement to ensure OfX remains lightweight, efficient, and easy to use.
✨ Key Enhancements:
- ⚡ Improved Performance: Optimized source code for faster execution and smoother operations.
- 🔥 Streamlined Codebase: Removed unused functions to eliminate clutter and reduce maintenance overhead.
- 🛠️ Refined Function Names: Renamed several functions for better clarity and alignment with OfX’s design principles.
Upgrade to v1.1.4 today and enjoy a cleaner, faster, and more intuitive experience with OfX!
v1.1.3
🚀 Introducing OfX.gRPC: Check it out here
🎉 What’s New in v1.1.3?
I’ve created the all-new OfX.gRPC package, designed to streamline your data transport layer for microservices!
✨ Key Benefits:
Drastically reduce boilerplate code!
Automatically registers handlers right out of the box, saving you time and effort.
Upgrade now and experience a smarter, more efficient way to manage data transport with OfX.gRPC!
Release Notes for OfX v1.0.8
New Features
Add OfXCore: Add OfX core and release general function.
Add OfX-EFCore: Add OfX-EFCore to integrate with EntityFramework Core.
Installation & Upgrade Instructions
To install or upgrade to this version, follow the instructions below:
NuGet: Install-Package OfX -Version 1.0.8
GitHub: Download the latest release