Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Carlos Figueira f891601ae6
Fix TimeValue function, add test (#2731)
Fixes #2674 .

The TimeValue function has a few issues, which are fixed by this change:
- Better validation (so that calls such as `TimeValue("1")` fail, as it
does in Excel
- Support for AM/PM designators (`TimeValue("6:00 PM")`), as it is
supported in Excel
- Support for wrapping hours (`Value(TimeValue("27:00:00")) =
Value(TimeValue("3:00:00"))`), as it is done in Excel
2024-11-07 13:41:39 -08:00
Adithya Selvaprithiviraj f473c48247
Clean up User-defined type related parser flag (#2697)
* Remove `AllowParseAsTypeLiteral, AllowTypeLiteral` parser flag.
* AsType, IsType and ParseJSON overloads are part of Builtin Functions
* Add constant for Type Keyword.
* Add type arg functions to Built-in
* Refactor test
2024-10-22 10:58:51 -07:00
Anderson Silva 9884992b66
Adding untyped object changes to releasenotes-1.3.0-rc.md (#2556) 2024-07-22 21:04:52 -07:00
Anderson Silva 3daf2eda73
Update releasenotes-1.3.0-rc.md (#2508) 2024-06-26 16:43:52 +00:00
Anderson Silva 0f75d9f196
Update 1.3 release notes with void accept changes (#2443) 2024-05-29 18:10:25 +00:00
Anderson Silva 4f6ba37437
Adding Suggestions to releasenotes-1.3.0-rc.md (#2367) 2024-05-02 18:24:51 -07:00
Anderson Silva 75d35e153f
Adding Summarize to releasenotes-1.3.0-rc.md (#2366) 2024-05-02 19:26:11 -05:00
Anderson Silva a3bf103343
1.3.0 release candidate file (#2296) 2024-04-01 17:33:57 +00:00
Mike Stall 9b5827943f
Update releasenotes-1.1.0.md (#1936)
update 1,1.0 notes with decimal
2023-10-10 22:11:42 +00:00
Mike Stall cd8d6f663e
Create changelog-1.1.0.md (#1889)
Start release notes to track major changes

---------

Co-authored-by: Mike Stall <jmstall@microsoft.com>
2023-09-26 02:02:30 +00:00