Skip to content

Releases: angular-wave/angular.ts

v0.24.0

02 Apr 01:12

Choose a tag to compare

  • Security fixes
  • Improved watching for conditional and logical expressions
  • Do not override rewrite links for non-router apps

v0.23.0

17 Mar 09:14

Choose a tag to compare

  • Finalize TS migration
  • Test fixes
  • Improved test coverage

v0.22.0

11 Mar 08:50

Choose a tag to compare

Fix regression router error

v0.21.0

10 Mar 09:33

Choose a tag to compare

  • Add missing provider type keys to angular.$t injectable tokens
  • Scope and compilation performance optimizations
  • Full migration to TS
  • Add missing route type definitions

v0.20.1

23 Feb 14:25

Choose a tag to compare

Add ng-input and ng-change event handlers

v0.20.0

11 Feb 00:46

Choose a tag to compare

  • Multi-app support: multiple ng-app can coexist on the same page
  • Increment (++) and decrement (--) operator support
  • EventBus ($eventBus) is now a static injectable for inter-app communications.

v0.19.0

04 Feb 16:59

Choose a tag to compare

  • Enhanced type coverage with new tscofig settings
  • New call and emit methods added to angular globals.
  • $anchorScroll now accepts Elements as scroll target

v0.18.0

11 Jan 14:32

Choose a tag to compare

Deprecates $viewScroll for direct use of $anchorScroll

v0.17.0

10 Jan 11:29

Choose a tag to compare

  • ng.ScopeEvent now passes full proxies to listeners. Previous implementation only passed data.
  • Removes eager animations from forms (ngForm)
  • Angular now fully implements EventTarget interface, allowing expression dispatch to injectables and named scopes. For example: angular.dispatchEvent(new CustomEvent("$state", {detail: "go('home')"})

v0.16.1

05 Jan 20:51

Choose a tag to compare

  • Fixes minified build
  • Optimizes parser for lexer reuse