Skip to content

v3.0.1

Compare
Choose a tag to compare
@ProdByGodfather ProdByGodfather released this 07 Oct 12:56
· 11 commits to main since this release
78ae3d0

Overview

We are excited to announce the release of version 3.0.1 of the abarorm library. This version brings significant enhancements and new features aimed at improving the usability and functionality of the ORM.

New Features

  1. DateField and DateTimeField Support:

    • Added new field types to handle date and time more effectively.
    • Introduced options auto_now and auto_now_add for automatic date and time management.
  2. Improved create Method:

    • Updated the method to automatically manage date and time fields during record creation and updates, reducing manual input errors.
  3. Database Schema Update:

    • Updated the database schema to ensure proper storage of timestamps.

Conclusion

This release improves the overall experience for users of the abarorm library, making it easier to manage date and time fields in your models. We encourage you to update to the latest version to take advantage of these new features.