You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 0.1.2
6
+
7
+
### New Features
8
+
9
+
- Add optional default value for `get` ([#55](https://github.com/AnswerDotAI/fastlite/pull/55)), thanks to [@tom-pollak](https://github.com/tom-pollak)
10
+
- Add table iter; Add `set_classes` and `get_tables` ([#51](https://github.com/AnswerDotAI/fastlite/issues/51))
- Use new `sqlite_minutils.Table.result` attribute ([#45](https://github.com/AnswerDotAI/fastlite/pull/45)), thanks to [@pydanny](https://github.com/pydanny)
15
-
- Make get_last defensive ([#39](https://github.com/AnswerDotAI/fastlite/pull/39)), thanks to [@pydanny](https://github.com/pydanny)
24
+
- Make `get_last` defensive ([#39](https://github.com/AnswerDotAI/fastlite/pull/39)), thanks to [@pydanny](https://github.com/pydanny)
16
25
- Rewrite insert() function to take advantage of RETURNING data ([#37](https://github.com/AnswerDotAI/fastlite/pull/37)), thanks to [@pydanny](https://github.com/pydanny)
0 commit comments