|
1 | | -### dataloom Changelog |
| 1 | +=============================================================================================================================================== |
| 2 | +**`1.0.2`** |
| 3 | +=============================================================================================================================================== |
2 | 4 |
|
3 | | -Change logs for the `dataloom` Version `1.0.2` (`2021-02-12`) |
| 5 | +We have release the new `dataloom` Version `1.0.2` (`2024-02-12`) |
4 | 6 |
|
5 | | -### New Features |
6 | | - |
7 | | -- **Docstring**: Now the functions and classes have a beautiful docstring that helps ypu with some examples and references in the editor. |
8 | | -- **SQL Loggers**: The SQL Loggers can now log `timestamps` not the log index especially for the `console` logger. |
9 | | - |
10 | | -### Enhancements |
11 | | - |
12 | | -- None |
13 | | - |
14 | | -### Bug Fixes |
15 | | - |
16 | | -- **log_index**: There was a bug with `log_index` that was breaking the entire sofware that has been fixed. |
17 | | - |
18 | | -### Performance Improvements |
| 7 | +### Changes |
19 | 8 |
|
20 | | -- None |
| 9 | +We have updated the documentation so that it can look more colorful. |
21 | 10 |
|
22 | | -### Security Updates |
| 11 | +=============================================================================================================================================== |
| 12 | +**`1.0.1`** |
| 13 | +=============================================================================================================================================== |
23 | 14 |
|
24 | | -- None |
| 15 | +Change logs for the `dataloom` Version `1.0.1` (`2024-02-12`) |
25 | 16 |
|
26 | | -### Deprecations |
27 | | - |
28 | | -- None |
29 | | - |
30 | | -### API Changes |
31 | | - |
32 | | -- None |
33 | | - |
34 | | -### Compatibility Changes |
35 | | - |
36 | | -- None |
| 17 | +### New Features |
37 | 18 |
|
38 | | -### Documentation Updates |
| 19 | +- **Docstring**: Now the functions and classes have a beautiful docstring that helps ypu with some examples and references in the editor. |
| 20 | +- **SQL Loggers**: The SQL Loggers can now log `timestamps` not the log index especially for the `console` logger. |
39 | 21 |
|
40 | | -- None |
| 22 | +=============================================================================================================================================== |
| 23 | +**`1.0.0`** |
| 24 | +=============================================================================================================================================== |
41 | 25 |
|
42 | | -### Internal Changes |
| 26 | +### Release Notes - `dataloom` |
43 | 27 |
|
44 | | -- None |
| 28 | +We are pleased to release `dataloom` ORM for python version `3.12` and above. The dataloom version `1.0.0 ` released on (`2024-02-11`) is bug-free and ready to be used with the following features. |
45 | 29 |
|
46 | | -### Known Issues |
| 30 | +##### Features |
47 | 31 |
|
48 | | -- None |
| 32 | +- Initial release of `dataloom`. |
| 33 | +- Lightweight and versatile Object-Relational Mapping (ORM) functionality. |
| 34 | +- Support for `PostgreSQL`, `MySQL`, and `SQLite3` databases. |
| 35 | +- Simplified database interactions for developers. |
49 | 36 |
|
50 | | -### Miscellaneous |
| 37 | +### What you can do |
51 | 38 |
|
52 | | -- None |
| 39 | +- Create records |
| 40 | +- Delete records |
| 41 | +- Update records |
| 42 | +- Read records |
| 43 | +- Inspect Models |
| 44 | +- SQL logging |
| 45 | +- Association Mapping |
| 46 | +- Order Records |
| 47 | +- Filter Records |
| 48 | +- Select field in records |
| 49 | +- etc. |
0 commit comments