chisel 1.2.2
chisel: ^1.2.2 copied to clipboard
A Dart library for managing PostgreSQL databases with ease.
Changelog #
All notable changes to this project will be documented in this file.
1.2.2 - 2025-01-30 #
1.2.1 - 2025-01-30 #
⛰️ Features #
- [2025-01-30 10:23] Re-export PostgreSQL types for simplified user imports (64ca626)
- [2025-01-30 09:40] Improve PostgreSQL dependency settings (c13e9f4)
- [2025-01-29 12:45] generateModels: Add forceUpdate to control regeneration behavior (a9e0fc3)
- [2025-01-29 12:45] generateModels: Add forceUpdate to control regeneration behavior (090bcc8)
⚙️ Miscellaneous Tasks #
- [2025-01-30 12:02] Prepared for v1.2.1 (f70472a)
- [2025-01-30 11:49] Improve logging, optimize schema caching, and refine model operations (d6f6172)
- [2025-01-30 09:59] Merge feature branch into development (f1a58f3)
- [2025-01-29 13:17] Merge release 1.1.0 into main (a811613)
- [2025-01-29 13:12] Update files for release 1.1.0 (c962829)
- [2025-01-29 07:15] Added TODO.md in .gitignore (6acba56)
1.0.0 - 2025-01-29 #
⛰️ Features #
- [2025-01-28 11:54] Implement robust CRUD operations, logging, and testing framework (2f4ffa2)
- [2025-01-28 08:59] Improve Chisel database integration tests (64f3b51)
- [2025-01-28 08:55] Added a line breaker to be more understandable the log msgs (f54796a)
- [2025-01-28 08:54] Added a check if hasColums at Table to validate fields (f82dbcf)
- [2025-01-28 08:52] Created a initialize function to simplify the process of mirroring (c8ef65f)
- [2025-01-28 06:01] Created a logger for the whole lib (2411141)
- [2025-01-27 09:33] Modified Column class to define a const constructor and created a ForeignKey class (6c6b007)
- [2025-01-27 09:19] Add foreign key handling, model templates, and CRUD interface (9f6816e)
- [2025-01-27 08:12] Created a full step of mirroring the tables and column/fields type and test it (ec44e4a)
- [2025-01-27 07:14] Created first interface for testing connection (fc7d7cb)
- [2025-01-27 06:56] Added a separed module for querying string of tables and columns/fields (12d8244)
- [2025-01-27 06:51] Improved some function to be acessible (5332d83)
- [2025-01-27 05:25] Implement SQL connection class (a0a9aa5)
⚙️ Miscellaneous Tasks #
- [2025-01-29 05:14] release: Finalize adjustments for v1.0.0 (28e1f07)
- [2025-01-29 05:14] release: Finalize adjustments for v1.0.0 (76eff1b)
- [2025-01-27 06:54] Added postgres and logging lib on pubspec (296b6af)
Release #
- [2025-01-29 05:28] V1.0.0 - Initial release of Chisel (1617afa)