PiggyPiglet
068b5a31b2
Fix #1034 & Deprecate VersionSpecific & update copyright ( #1035 )
...
Co-authored-by: Andre_601 <github@andre601.ch>
2024-04-30 10:34:43 -05:00
PiggyPiglet
3fca78626a
remove remaining colour shit and changed version so cube can release and we can be all happy and dandy
2022-07-03 20:34:12 +08:00
PiggyPiglet
74ebb0bec0
remove regex replacer & associated tests
2022-07-01 23:31:51 +08:00
Starmism
1388a5278f
fix(replacer): Stop lowercasing replacements
...
This commit changes two lines but fixes the replacement of cased
placeholders with non-cased ones that was accidentally happening.
This was partially fixed in a few previous commits, but not fully as
it was still replacing failed placeholder matches.
2022-03-12 12:42:56 -07:00
Andre601
50d4e14333
Add --null option for parse command
2022-02-05 13:57:05 +01:00
PiggyPiglet
850633e792
Fix #771
2021-12-24 12:34:36 +08:00
PiggyPiglet
ce18d3b597
update licenses & bump deprecation ver
2021-12-24 12:26:22 +08:00
PiggyPiglet
cfd289939e
Merge pull request #667 from PlaceholderAPI/fix/666-lowercase-issues
...
Fix issue with invalid placeholder pattern lowercasing text
2021-12-19 18:49:37 -06:00
Andre601
41275509b2
Undo renaming of boolean
2021-04-13 17:58:42 +02:00
Andre601
4e8b1b47d1
Re-add removed code
...
That should actually NOT be here...
2021-04-13 17:57:59 +02:00
Andre601
d0e62e6434
Update Copyright
...
~ Fixed a typo and updated missed files from #543
2021-04-13 17:54:57 +02:00
ElijahRus250
a7247acbb3
2021 🥳
2021-01-20 15:29:13 -05:00
Ivan Pekov
c648d6a541
Fix trailing/leading space after placeholder once and for all ( #427 )
2020-08-06 14:45:27 -04:00
extendedclip
2d72e274e3
account for empty strings
2020-08-06 14:08:48 -04:00
extendedclip
722e987b93
Dont trim
2020-08-06 13:27:58 -04:00
extendedclip
a00cbf4be3
trim whitespaces
2020-08-06 11:44:34 -04:00
extendedclip
6d38f411ba
Include &n
2020-08-03 16:21:56 -04:00
extendedclip
dcc8dad4ea
Format to Daddy code style
2020-07-31 22:52:07 -04:00
extendedclip
0e733b6933
Force all identifiers to lower case
2020-07-31 12:01:27 -04:00
extendedclip
2e28647497
Force all identifiers to lower case
2020-07-31 11:40:44 -04:00
Sxtanna
8b4a2517c0
updated char replacer to colorize returned replacements as well.
2020-07-29 17:19:30 -04:00
Sxtanna
74bd22eb0c
updated char replacer to have spaces in placeholder parameters
2020-07-28 15:18:15 -04:00
PiggyPiglet
9291184534
Merge remote-tracking branch 'origin/master'
2020-07-27 15:23:11 +08:00
PiggyPiglet
6d502db694
Licensed all files
...
Added licensing plugin
2020-07-27 15:21:35 +08:00
Sxtanna
86002f50e6
updated to phase out PlaceholderHook
2020-07-26 18:03:31 -04:00
Sxtanna
d63d7dc5f8
updated char replacer to support hex colors, and escaping &x
2020-07-22 23:59:39 -04:00
Sxtanna
ee78fc1775
updated char replacer to better handle malformed input
2020-07-21 01:48:59 -04:00
Sxtanna
a2a736d909
undeprecated bracket placeholder methods,
2020-07-20 19:50:36 -04:00
Sxtanna
9d73893cc8
replacer api, unit tests, and benchmarks ( #354 )
...
* added abstracted replacer api, and both char and regex based implementations
* added test dependencies for jmh and junit
* added unit tests and benchmarks for the replacer implementations
* updated replacers to accept specific closure types, added test to verify malformed placeholder handling
* updated jmh to 1.23, updated junit to 5.6.2
2020-07-20 16:59:25 -04:00