[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 4 commits: 'JSON.ToString()' now returns void strings as 'JSON.Null' when the 'UseNull' argument is TRUE.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 4 commits: 'JSON.ToString()' now returns void strings as 'JSON.Null' when the 'UseNull' argument is TRUE.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Fri, 14 Nov 2025 11:19:33 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: e3806ef4 by Benoît Minisini at 2025-11-14T11:58:09+01:00 'JSON.ToString()' now returns void strings as 'JSON.Null' when the 'UseNull' argument is TRUE. [GB.UTIL.WEB] * BUG: 'JSON.ToString()' now returns void strings as 'JSON.Null' when the 'UseNull' argument is TRUE. - - - - - 0f8d8286 by Benoît Minisini at 2025-11-14T12:00:11+01:00 Add a new mardown test file. [GB.MARKDOWN] * NEW: Add a new mardown test file. - - - - - 0593d70f by Benoît Minisini at 2025-11-14T12:19:05+01:00 WebTabPanel & WebLabel: Add a 'UseHtml' property that indicates if the 'Text' property is HTML or plain text. [GB.WEB.GUI] * NEW: WebTabPanel: Add a 'UseHtml' property that indicates if the 'Text' property is HTML or plain text. * NEW: WebLabel: Add a 'UseHtml' property that indicates if the 'Text' property is HTML or plain text. - - - - - 52b9ac49 by Benoît Minisini at 2025-11-14T12:19:21+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 13 changed files: - + comp/src/gb.markdown/.hidden/test5.md - comp/src/gb.markdown/.project - comp/src/gb.markdown/.version - comp/src/gb.web.gui/.project - + comp/src/gb.web.gui/.src/CTab.class - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/WebLabel.class - comp/src/gb.web.gui/.src/WebListBox.class - comp/src/gb.web.gui/.src/WebTabPanel.class - main/lib/util.web/c_json.c - main/lib/util.web/gb.util.web/.app.png - main/lib/util.web/gb.util.web/.icon.png - main/lib/util.web/gb.util.web/.version View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/69232464d68d81aec4b6c3d8329941b4da796ffd...52b9ac49edb9af8d203cd691dfd4917a546f5c05 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/69232464d68d81aec4b6c3d8329941b4da796ffd...52b9ac49edb9af8d203cd691dfd4917a546f5c05 You're receiving this email because of your account on gitlab.com.