| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-04 | all: rewrite README using markdown format | Shulhan | |
| This is to make the repository README rendered on git.sr.ht, not only github. | |||
| 2022-03-15 | all: re-licensing wui under GPL 3.0 or later | Shulhan | |
| See https://kilabit.info/journal/2022/gpl/ for more information. | |||
| 2021-08-28 | all: use the WuiResponseInterface for non-void return type | Shulhan | |
| This commit changes the WuiVfsOptions.istNodes and WuiEditorOptions.OpenFile to WuiResponseInterface. WuiResponseInterface define an interface that will be returned by function or method with non-void type. If the function/method success, the code should be set to 200 (equal to HTTP OK), and the data will contains the expected data for that function. If the function/method call failed, the code should be set to other value beside 200 with a message describe why its failed. | |||
| 2021-08-28 | all: refactoring to follow the coding style in README | Shulhan | |
| * Use snake_case for field, variable, HTML ID, and CSS class names. * Use camelCase for class, interface, type, function, or method names. * An exported type or class. interface, type, method, or function name MUST start with an upper-case letter. * An exported class, type, interface, or function MUST be prefixed with "Wui". | |||
