Skip to content

Releases: angular-wave/angular.ts

v0.11.0

11 Nov 20:04

Choose a tag to compare

This release:

  • finalizes ngInject directive
  • fixes a long-standing problem with ngAnimate where an element was inserted first before applying ngEnter classes
  • allows safe use of proxies with cyclical globals like Window object

v0.10.0

08 Nov 08:44

Choose a tag to compare

  • Critical fixes on $animate module
  • Scope performance optimizations
  • http directives can now bind to scope properties
  • Adds ngWorker directive

v0.9.9

29 Oct 00:51
2736df0

Choose a tag to compare

Add ngWindow and ngViewport tags.

v0.9.8

26 Oct 20:05

Choose a tag to compare

Add ngSse directive and its corresponding $sse service.

v0.9.7

26 Oct 02:43

Choose a tag to compare

v0.9.6

23 Oct 16:49

Choose a tag to compare

Adds ng-inject directive and $window and $document value injectables. Continues type improvements and migration of types to global ng namespace, which should add proper TS checking to JS projects using JSDoc for type-checking.

v0.9.0

12 Sep 19:48

Choose a tag to compare

Fixes change detection for object proxies when referencing properties with dot notation in directive declarations.

v0.8.3

22 Aug 12:06

Choose a tag to compare

Fixes type declaration for Injectable to include class definitions.

v0.8.2

11 Aug 12:20

Choose a tag to compare

Fixes type for component declaration.

v.0.8.1

07 Aug 15:35

Choose a tag to compare

  • Fixes double encoding issue on $location
  • Fixes for module types to allow arrays with annotations/function format.