1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00
miniflux-v2/internal/template
Julien Voisin 1825320369
refactor(template): remove unused functions and reduce the complexity of truncate function
- Remove unused functions like hasKey, domain, hasPrefix and contains.
- Lower the complexity of truncate from O(n) to O(1).
2025-07-17 20:53:41 -07:00
..
templates chore(template): remove X-UA-Compatible meta tag specific to Internet Explorer 2025-06-20 11:59:08 -07:00
engine.go refactor(template): reduce translation-related introspection 2025-07-17 20:48:36 -07:00
engine_test.go perf(template): use ParseFS to directly parse the embedded template data 2025-07-17 20:46:33 -07:00
functions.go refactor(template): remove unused functions and reduce the complexity of truncate function 2025-07-17 20:53:41 -07:00
functions_test.go refactor(template): remove unused functions and reduce the complexity of truncate function 2025-07-17 20:53:41 -07:00