Skip to content

Releases: angular-wave/angular.ts

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

v0.15.0

14 Dec 16:31

Choose a tag to compare

  • Fixes JS animation for new animate runner
  • Improved types
  • Angular now injectable as $angular

v0.14.3

09 Dec 01:06

Choose a tag to compare

  • Optimize AST parsing for linear search
  • Smaller build artifact (minus ~ 10kb)
  • Added source maps

v0.14.1

07 Dec 00:56

Choose a tag to compare

  • Memory optimizations for $eventBus
  • Stores now now arrow functions and objects. Example: module.store("x", {x: 0 }, "cookie")

v0.14.0

05 Dec 21:53

Choose a tag to compare

  • Strict validation for module injectables registration with narrow and specifically defined types
  • Scopes and $eventBus replace Promise resolutions with queueMicrotask listener processing
  • Hardened lint configs

v0.13.0

01 Dec 23:23

Choose a tag to compare

  • Simplifies store injectable
  • Reintroduces $cookie service
  • Changes $exception handler behavior to re-throw errors

v0.12.0

29 Nov 18:09

Choose a tag to compare

  • introducesstore, wasm, and worker injectables
  • adds ngScope directive and its corresponding getScopeByName method

v0.11.0

11 Nov 20:04

Choose a tag to compare

  • 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