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: docs/changelog.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,18 @@ ITables ChangeLog
5
5
------------------
6
6
7
7
**Changed**
8
-
- The order of rows is preserved by default (unless you explicitly pass an `order` parameter).
8
+
- The order of rows is preserved by default (unless you explicitly pass an `order` parameter) ([#99](https://github.com/mwouts/itables/issues/99)).
9
+
10
+
**Fixed**
11
+
- Nullable types (bool, int) are now supported ([#98](https://github.com/mwouts/itables/issues/98))
9
12
10
13
11
14
1.2.0 (2022-08-15)
12
15
------------------
13
16
14
17
**Added**
15
-
- New `to_html_datatable` function to export a DataFrame to an HTML div (#88)
16
-
- We have added examples on how to use `itables` in [Shiny](https://shiny.rstudio.com/py/) for Python (#86)
18
+
- New `to_html_datatable` function to export a DataFrame to an HTML div ([#88](https://github.com/mwouts/itables/issues/88))
19
+
- We have added examples on how to use `itables` in [Shiny](https://shiny.rstudio.com/py/) for Python ([#86](https://github.com/mwouts/itables/issues/86))
0 commit comments