Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make platform feature tag names lowercase | Hugo Locurcio | 2021-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Feature tag names are still case-sensitive, but this makes built-in feature tags more consistent. - `Windows` -> `windows` - `OSX` -> `osx` - `LinuxBSD` -> `linuxbsd` - `Android` -> `android` - `iOS` -> `ios` - `HTML5` -> `html5` - `JavaScript` -> `javascript` - `UWP` -> `uwp` | ||||
* | Split javascript export template into multiple files | Sergey Minakov | 2021-08-12 | 1 | -0/+149 |