Files
shields/services
Paul Melnikow 5828223356 Refactor [Wordpress] services (#3324)
- Prefer inline transforms to take place in `handle()` rather than `render()`
- Avoid inversion of control by removing `BaseWordpress#handle()`, passing `extensionType` into `fetch()`, and removing one layer of subclassing
- Move “not found” checks into `fetch()`
- Cache wordpress versions instead of fetching on each request
- Start to convert aliases to redirects (there are more of these which could be tackled in a follow-on)
- Replace at least one route `format` with a `pattern` (ref #3329)
- Partially reorder: name, category, route, examples, defaultBadgeData, render, fetch, handle

Some of this is in line with our established patterns or makes it clearly easier to follow; some of it is arguably stylistic.
2019-04-22 10:45:25 -05:00
..
2019-02-27 23:21:11 -05:00
2019-03-04 19:55:13 -05:00
2019-03-07 23:11:41 -06:00
2019-03-04 19:41:57 -05:00
2019-03-02 10:48:38 +00:00
2019-03-03 20:19:27 +00:00
2019-04-19 15:34:21 -05:00
2019-04-17 13:13:24 -04:00
2019-03-31 09:45:13 -05:00
2019-04-15 17:03:57 -05:00