Skip to content

Releases: angular-wave/angular.ts

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

v0.16.0

05 Jan 00:09

Choose a tag to compare

  • Fixes filter chaining
  • Optimizes $parse service and force it to only accept sting expressions
  • Fix ngInclude event publication ordering
  • Websocket and SSE injectables
  • Smaller bundle (-4kb)

v0.15.2

24 Dec 01:53

Choose a tag to compare

  • Removes implicit date conversion on date-related inputs
  • SCE-related checks removed from $templateRequest - templates are always trusted
  • Various type fixes

v0.15.1

21 Dec 15:13

Choose a tag to compare

  • Fixes false onUpdate callback invocation for empty number inputs
  • Fixes animations for ngSwitch directive
  • Adds ngListener directive