π cl-airtable v0.6.0 Release Notes
π Overview
This release introduces breaking changes to the API, along with improvements and refinements to the library's functionality. Users upgrading to version 0.6.0 are advised to review the updated documentation and adapt their codebases accordingly.
π οΈ Breaking Changes
- API Adjustments: Some core functions have been modified to improve clarity, consistency, and extensibility.
- Parameter Updates: Certain function parameters have been renamed or restructured.
- Return Values: Changes in how some functions return data (e.g., dict vs. promise structures).
Please refer to the updated API Documentation for detailed explanations and migration guidelines.
π What's New
- Support for asynchronous requests.
- Enhanced support for integration with web frameworks like Clack and Ningle.
π Documentation Updates
- Fully revised README.md to reflect the new API changes.
- Improved code examples for both synchronous and asynchronous workflows.
- Clearer integration examples for Clack, Ningle, and Wookie.
π [Updated Documentation Here](https://github.com/qubit55/cl-airtable#readme)
β οΈ Migration Guide
- Users upgrading from v0.5.x should carefully review the updated API Reference section.
- Look out for changes in parameter names, return types, and updated method calls.
π¦ Installation
Upgrade to the latest version using Quicklisp:
cd ~/quicklisp/local-projects/ && git pull㪠Feedback & Support
Encountered an issue? Have suggestions for improvements? Open an issue on [GitHub Issues](https://github.com/qubit55/cl-airtable/issues).
Enjoy the improvements, and happy coding! πβ¨