- Convert return from handler and actions to JSON
- Add servererror util and make htmlrender of id stronger
- Pass element to getsettings
- Fix packages
- Swap express with fastify
- Remove oc dependency from oc-server
- Allow empty plugin
- Add oc-client if not added externally on html
- Fix custom html template rendering
- Fix plugins in dev
- Add HMR capabilities in oc-server. Add React support.
- Change API to correctly type all parts
- Call callback outside try catch so errors on callback itself are not catched by wrapper
- fix plugin type
- Add plugins interface extend
- 5008296: Fix SSR for all new templates
- 1acfd78: Make actions and initial action public readonly for tests
- ab79d18: Add id prop to getSettings function
- 2212d0e: Forgot to actually export it :/
- 8617f98: Export ServerContext type
- 91385c0: Add getInitialData and getSettings to oc-server and compiler
- Rename Context to DataContext and ContextWithoutParams to ServerContext. Strip setEmptyResponse from ServerContext.
- b9f6ff6: Add InitialData type and update react template