Commit graph

49 commits

Author SHA1 Message Date
b97abc7091 Minor cleanup 2023-03-19 00:57:37 -07:00
9b084b0dea Moved Normalize to format section 2023-03-19 00:41:07 -07:00
c5cbff291f Added Normalize renderer 2023-03-19 00:38:30 -07:00
0ab3e93caa Added links to wiki for Lowercase, Rot13, SwapCase, Trim, Uncapitalize and Uppercase 2023-03-18 22:40:04 -07:00
2297011feb Added links to wiki for EncodeHtmlEntities, EncodeUnicode and EncodeUrl 2023-03-18 21:39:41 -07:00
ea941d2200 Removed outdate EncodeQp 2023-03-18 21:39:16 -07:00
cea371ed31 Added links to wiki for EncodeHtml, EncodeJs, EncodeJson and EncodeXml 2023-03-18 14:56:19 -07:00
0f62f9cb5b Added links to wiki for FormatCreditCard 2023-03-18 12:44:20 -07:00
b27b0965af Added more links to the wiki documentation 2023-03-18 12:24:25 -07:00
a3063eee07 Added links to wiki for DateTimeIso 2023-03-17 23:10:17 -07:00
9db22d734a Added links to the wiki 2023-03-17 22:53:27 -07:00
7f1cea5714 Remove DateTimeUtc, replaced with tz property of DateTimeIso 2023-03-17 21:46:20 -07:00
26e03588ea Added Uptime 2023-03-17 21:16:48 -07:00
9e0cd0d9ac Added test badge secret to workflows 2023-03-17 08:15:32 -07:00
3e89e0b379 Fixed test badge URL 2023-03-17 08:05:43 -07:00
7fc59d781a Added snapshot and test badges 2023-03-17 07:44:38 -07:00
82640fb4ca Added check before publish 2023-03-17 06:54:07 -07:00
4460e98f67 Switched to getValueOrAttribute() 2023-03-17 06:53:21 -07:00
625c211b62 Added formatCreditCard 2023-03-17 06:14:33 -07:00
9e9d2d6885 Added ShortenUrl 2023-03-17 02:53:01 -07:00
14080895c7 Added publish workflow for GitHub 2023-03-17 00:37:22 -07:00
dd61c799f3 Minor tweaks 2023-03-16 07:24:44 -07:00
09a81509ff Renamed EncodeJS to EncodeJs 2023-03-16 01:30:34 -07:00
bc349da8e1 Minor cleanup 2023-03-16 01:19:10 -07:00
b7c9695395 Moved renderer methods to RenderUtils 2023-03-16 01:14:58 -07:00
54f40eb41e Added EncodeJS 2023-03-16 01:03:32 -07:00
79fcc243de Added support for Localization 2023-03-15 23:36:58 -07:00
b3930804c6 Switched to using codePoints in toHtmlEntities 2023-03-15 22:57:27 -07:00
772ffd55f4 Added GitHub workflow badge 2023-03-15 22:14:07 -07:00
8050ebed46 Added BeatTime 2023-03-15 22:07:35 -07:00
178688e7b3 Added GitHub workflow 2023-03-15 21:23:12 -07:00
94939ac6cd Finished tests 2023-03-15 21:13:15 -07:00
4b96a64c3c Added category tables 2023-03-15 15:56:08 -07:00
d7659f4052 Added RenderUtils and more tests. 2023-03-15 12:05:39 -07:00
0da0e43aa5 EncodeUrl failure for testing 2023-03-15 09:32:34 -07:00
5d598a99c5 Minor Javadoc cleanup 2023-03-15 03:10:36 -07:00
4c0e06715e Added DateTimeUtc 2023-03-15 02:58:33 -07:00
733f2f2eb3 Minor cleanup 2023-03-15 02:26:24 -07:00
76256f7468 Added some tests 2023-03-15 02:10:52 -07:00
b92b01a6cc Added DateIso, DateTimeIso, DateTimeRfc2822 and TimeIso 2023-03-15 02:08:27 -07:00
5bd48a4031 Renamed package from rife2 to rife 2023-03-14 22:41:28 -07:00
de9351746b Added unicode support. 2023-03-14 13:41:03 -07:00
9d7316d7cb Switched to using RIFE2's localization settings 2023-03-14 13:40:26 -07:00
c048859c1d Minor tweaks 2023-03-14 08:00:47 -04:00
78fca0e1c3 Added EncodeBase64 and EncodeUnicode 2023-03-14 00:56:18 -07:00
070fbda221 Added EncodeHtmlEntities, EncodeQp, Rot13 and Year 2023-03-13 23:53:30 -07:00
a224733077 Added EncodeHTMl, EncodeJson, EncodeUrl and EncodeXml 2023-03-13 21:59:01 -07:00
a32fde02d0 Added PMD & rules 2023-03-13 21:25:11 -07:00
ffe05f5b2e Initial commit 2023-03-13 19:03:26 -07:00