v0.6.2-beta.1
Pre-release
Pre-release
Upgraded TypeScript
- Fixed: #93 - $resolve errors should provide the original error message.
- Fixed: #79 - $template as function enhancement
- Fixed: #75 - Evaluate TSLint
- Fixed: #95 - Upgrade Typescript task
Breaking Changes:
- Refactoring of the `$template` service now means that `get` no longer exists, instead just use `$template(args)`.For mocking purposes, mock out $template.fn
which is called internally when calling $template(args)
.