0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Attempt to fix auto string cast of null values. More... over 4 years ago
Wrong comparison. More... over 4 years ago
Update to latest mph revision. Fixes neko unicode issues. More... over 4 years ago
Update java properties and templates to match standard class. More... over 4 years ago
Continue trying to reduce generated output size. More... over 4 years ago
Reduce gen size (#10) More... over 4 years ago
Use full package access in macro expression. More... over 4 years ago
Remove null safety, doesnt seem to apply to `--macro` calls. More... over 4 years ago
Remove trace statement and move dup code to its own func. More... over 4 years ago
Remove unwanted file. More... over 4 years ago
Fix seri dep More... over 4 years ago
Java fix (#9) More... over 4 years ago
Update haxe version. (#8) More... over 4 years ago
Stop flipping lowercase to uppercase More... almost 5 years ago
Sort entities alphabetically, lowercase before uppercase. The current sort is hacked together 🤷 but it works. More... almost 5 years ago
Add HtmlEntity::exists method. More... almost 5 years ago
Add install comment to README.md More... about 5 years ago
Use lix-pm from now on. (#7) More... about 5 years ago
Merge pull request #6 from skial/update_10052017 More... almost 7 years ago
Minor update, add Main.hx, .gitignore and vscode. Everything still works. More... almost 7 years ago
Merge pull request #5 from skial/api_change More... over 8 years ago
Change HtmlEntities.codepointMap from `Map<Array<Int>, Array<HtmlEntity>>` to `StringMap<Array<HtmlEntity>>`. The `key` is now a string representation of a array of codepoints, as the previous `key` type failed to match. All references updated to new type. More... over 8 years ago
Merge pull request #4 from skial/api_change More... over 8 years ago
Remove unneeded words. More... over 8 years ago
Slight improvement to README.md More... over 8 years ago
Update generated templates. More... over 8 years ago
Remove unused imports. More... over 8 years ago
Change types `String` to `HtmlEntity` More... over 8 years ago
Update template. More... over 8 years ago
Rename `toHtmlEntity` to `encode`. `Encode` defaults to hexadecimal encoding. `Encode` takes `?useNames:Bool = false` as a parameter. When `true`, `encode` will use HTML entity names instead of hexadecimal encoding. More... over 8 years ago