sqlmodel/docs/release-notes.md

42 lines
2.2 KiB
Markdown
Raw Normal View History

2021-08-24 13:02:48 +00:00
# Release Notes
## Latest Changes
2021-12-14 17:12:17 +00:00
* ✏ Fix typo in `docs/tutorial/automatic-id-none-refresh.md`. PR [#14](https://github.com/tiangolo/sqlmodel/pull/14) by [@leynier](https://github.com/leynier).
2021-12-14 16:59:16 +00:00
* ✏ Fix typos in `docs/tutorial/index.md` and `docs/databases.md`. PR [#5](https://github.com/tiangolo/sqlmodel/pull/5) by [@sebastianmarines](https://github.com/sebastianmarines).
2021-12-13 11:41:51 +00:00
## 0.0.5
### Features
* ✨ Add support for Decimal fields from Pydantic and SQLAlchemy. Original PR [#103](https://github.com/tiangolo/sqlmodel/pull/103) by [@robcxyz](https://github.com/robcxyz). New docs: [Advanced User Guide - Decimal Numbers](https://sqlmodel.tiangolo.com/advanced/decimal/).
### Docs
2021-12-13 11:38:40 +00:00
* ✏ Update decimal tutorial source for consistency. PR [#188](https://github.com/tiangolo/sqlmodel/pull/188) by [@tiangolo](https://github.com/tiangolo).
2021-12-13 11:41:51 +00:00
### Internal
2021-12-13 10:47:44 +00:00
* 🔧 Split MkDocs insiders build in CI to support building from PRs. PR [#186](https://github.com/tiangolo/sqlmodel/pull/186) by [@tiangolo](https://github.com/tiangolo).
2021-12-13 10:41:14 +00:00
* 🎨 Format `expression.py` and expression template, currently needed by CI. PR [#187](https://github.com/tiangolo/sqlmodel/pull/187) by [@tiangolo](https://github.com/tiangolo).
2021-12-03 10:24:01 +00:00
* 🐛Fix docs light/dark theme switcher. PR [#1](https://github.com/tiangolo/sqlmodel/pull/1) by [@Lehoczky](https://github.com/Lehoczky).
2021-11-30 16:28:31 +00:00
* 🔧 Add MkDocs Material social cards. PR [#90](https://github.com/tiangolo/sqlmodel/pull/90) by [@tiangolo](https://github.com/tiangolo).
2021-11-30 16:13:10 +00:00
* ✨ Update type annotations and upgrade mypy. PR [#173](https://github.com/tiangolo/sqlmodel/pull/173) by [@tiangolo](https://github.com/tiangolo).
2021-08-25 13:46:57 +00:00
## 0.0.4
2021-08-25 13:44:35 +00:00
* 🎨 Fix type detection of select results in PyCharm. PR [#15](https://github.com/tiangolo/sqlmodel/pull/15) by [@tiangolo](https://github.com/tiangolo).
2021-08-24 18:44:18 +00:00
## 0.0.3
2021-08-24 18:43:29 +00:00
* ⬆️ Update and relax specification range for `sqlalchemy-stubs`. PR [#4](https://github.com/tiangolo/sqlmodel/pull/4) by [@tiangolo](https://github.com/tiangolo).
2021-08-24 18:24:05 +00:00
## 0.0.2
2021-08-24 18:25:55 +00:00
* This includes several small bug fixes detected during the first CI runs.
2021-08-24 18:15:11 +00:00
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
2021-08-24 13:02:48 +00:00
## 0.0.1
* First release. 🎉