Skip to content

v0.6.2-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeme jeme released this 02 Apr 13:17
· 68 commits to master since this 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).