Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-12 | Remove nodiscard from string.gsub | actboy168 | |
2023-08-02 | fix template | 最萌小汐 | |
2023-07-26 | Update string.dump so it doesn't have strip argument in Lua 5.1 and 5.2 | C3pa | |
2023-07-04 | Mark string.find return values as nilable | C3pa | |
2023-03-20 | Update string.gmatch argument types | C3pa | |
2023-03-20 | Change `string.format`'s argument to string|number | C3pa | |
2023-03-20 | Add some more number types to string API | C3pa | |
Co-authored-by: carsakiller <carsakiller@gmail.com> | |||
2023-03-18 | Make functions in string api accept numbers | C3pa | |
All of these functions effectively call `tostring()`, when the passed parameter is a number. I think there is no need to raise warnings if users pass numbers instead of strings to these functions. | |||
2023-01-16 | support `---@meta [name]` | 最萌小汐 | |
once declared `name`, user can only require this file by declared name meta file can not be required with name `_` | |||
2022-11-10 | fix template docs | 最萌小汐 | |
2022-09-15 | `string.find` returns `any` for now | 最萌小汐 | |
2022-09-14 | fix: string.match return type #1539 | carsakiller | |
2022-09-08 | Replace old variable return syntax (#1540) | carsakiller | |
* fix: replace old variable return syntax #1539 * Update jit.status() Co-authored-by: Michael Martin <flrgh@protonmail.com> | |||
2022-07-08 | fix meta of `string.gsub` | 最萌小汐 | |
2022-07-04 | fix #1269 | 最萌小汐 | |
2022-06-22 | update | 最萌小汐 | |
2022-06-20 | update | 最萌小汐 | |
2022-06-16 | fix meta of `string.match` | 最萌小汐 | |
2022-04-23 | fix optional parameters | 最萌小汐 | |
2021-12-24 | mark `string.gmatch` as `nodiscard` | 最萌小汐 | |
2021-11-08 | change to `@param ...` | 最萌小汐 | |
2021-11-08 | cleanup | 最萌小汐 | |
2021-11-08 | update template | 最萌小汐 | |
2021-11-03 | add mark `---@nodiscard` | 最萌小汐 | |
2021-10-08 | 优化代码结构,修复了一些bug | arthur | |
2021-07-26 | fix #620 | 最萌小汐 | |
2021-02-20 | remove alias of `table*` | 最萌小汐 | |
2021-02-19 | rename lib class name | 最萌小汐 | |
2020-11-20 | finish meta locale in en-US | 最萌小汐 | |
2020-11-20 | finish meta locale in zh-CN | 最萌小汐 | |
2020-11-18 | 可选参数尽量写在变量名后面,与其他语言保持一致 | 最萌小汐 | |
2020-11-17 | 还是得把库名与类型名区分开来 | 最萌小汐 | |
2020-11-16 | 特殊处理定义为doc.meta的文件 | 最萌小汐 | |
2020-11-16 | 支持 require 的形式 | 最萌小汐 | |
2020-11-13 | 暂存 | 最萌小汐 | |
2020-11-12 | 暂存 | 最萌小汐 | |