CHANGELOG¶
v0.14.6 (2024-10-30)¶
Bug Fixes¶
- fix: correct import for datetime (dot) datetime, time, and date (#49) (
9f72bcd
)
v0.14.5 (2024-08-23)¶
Bug Fixes¶
- fix: remove out of scope code (#47) (
1454654
)
v0.14.4 (2024-08-22)¶
Refactoring¶
-
refactor: update dependencies and dev status (#46)
-
refactor: update dependencies and dev status
- refactor: update poetry.lock (
6f16225
)
v0.14.3 (2024-08-15)¶
Documentation¶
- docs: update SQL example (#45) (
5f8f84f
)
v0.14.2 (2024-08-15)¶
Bug Fixes¶
- fix: refine how dates are organized within a given row for a table (#44) (
72927e7
)
v0.14.1 (2024-08-14)¶
Bug Fixes¶
- fix: refine fake data generator (#43) (
873a4d6
)
v0.14.0 (2024-08-13)¶
Features¶
-
feat: add seed data generator for models (#42)
-
feat: add poc of seed data generator
- chore: add poc file for relationship viz generators and other functions
- feat: fix fake data formatting for final sql file
- test: corrected existing tests for fake data generator
- test: add tests for new fake generation methods
- feat: add seed.sql generator for models
- ci: exclude poc folder fo checking (
cd7c97b
)
v0.13.1 (2024-08-06)¶
Documentation¶
v0.13.0 (2024-08-05)¶
Features¶
-
feat: update version logic to dts and latest schema (#39)
-
feat: add ability to inherit from all-null parent classes in pydantic fastapi models
- feat: change versioning to datetime (
06193cb
)
v0.12.0 (2024-08-05)¶
Features¶
- feat: add ability to inherit from all-null parent classes in pydantic fastapi models (#38) (
6c6c673
)
v0.11.0 (2024-08-04)¶
Documentation¶
- docs: correct linkedin url (#36) (
d55991d
)
Features¶
-
feat: add db-url connector (#37)
-
feat: add db-url connector (
42fe787
)
v0.10.0 (2024-08-01)¶
Documentation¶
-
docs: update light mode styling and code block in example (#34) (
0e0b160
) -
docs: rm invalid refs (#33) (
e8c8717
)
Features¶
-
feat: update sqlalchemy writer for v2 (#35)
-
feat: ref https://docs.sqlalchemy.org/en/20/orm/declarative_tables.html (
1c5b9a5
)
v0.9.0 (2024-07-31)¶
Features¶
-
feat: add homepage (#32)
-
chore: add homepage
- docs: update README (
6407452
)
v0.8.4 (2024-07-31)¶
Bug Fixes¶
- fix: rm reference to mkdocs-click (#31) (
4ae71f2
)
v0.8.3 (2024-07-31)¶
Bug Fixes¶
- fix: remove mkdocs-click (#30) (
79f6783
)
v0.8.2 (2024-07-31)¶
Bug Fixes¶
- fix: mkdocs deploy 2 (#29) (
4aaf224
)
v0.8.1 (2024-07-31)¶
Bug Fixes¶
- fix: mkdocs deploy (#28) (
27dd29c
)
v0.8.0 (2024-07-31)¶
Continuous Integration¶
- ci: fix codecov upload (#26) (
e4551e8
)
Features¶
-
feat: add github pages site with mkdocs (#27)
-
feat(docs): add mkdocs
- feat(docs): add basic nav structure and starter docs
- feat(docs): integrate reading from root changelog
- feat(docs): add purpose statement
- chore: update poetry lock
- feat(docs): add automatic cli docs, updates for code blocks
- feat(local-option): enable automatic env variables for local connections
- feat(docs): add logo and new styling to light/dark
- feat(docs): completed getting started section
- feat(docs): complete examples and API
- feat(docs): styling changes and add mkdocs deploy action
- test: fix clean_directories test (
ee9eba7
)
v0.7.0 (2024-07-29)¶
Features¶
-
feat: Add full coverage testing, testing coverage checking, and coverage reporting (#25)
-
test: update db tests and cleanup
- test: update sorting tests
- test: update util tests
- test: update coverage passing
- test: update writer abc, factories, and util tests
- test: add marshalers tests
- test: add pydantic writers tests
- test: clean pydantic writers tests
- test: add sqlalchemy writer tests
- test: add cli tests
- feat: add full coverage testing and code coverage reporting
- chore: fix mypy issues
- chore: remove incorrect test (
f84dd83
)
... and so on. For the full changelog, please see the releases page.