- Fixed a bug where the `loaderContext` object passed to `RenderContext.getTemplate` and `RenderContext.getTemplateSync` would not get passed on to template loaders.
- Fixed a bug where the abstract `Loader` class was not passing `matter`, `upToDate` and `upToDateSync` on to `Environment.fromString`.
- Renamed `TemplateSource.uptoDate` to `TemplateSource.upToDate` and `TemplateSource.uptoDateSync` to `TemplateSource.upToDateSync`.