Releases: angular-wave/angular.ts
Releases · angular-wave/angular.ts
v0.15.2
24 Dec 01:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes false onUpdate callback invocation for empty number inputs
Fixes animations for ngSwitch directive
Adds ngListener directive
v0.15.0
14 Dec 16:31
Compare
Sorry, something went wrong.
No results found
Fixes JS animation for new animate runner
Improved types
Angular now injectable as $angular
v0.14.3
09 Dec 01:06
Compare
Sorry, something went wrong.
No results found
Optimize AST parsing for linear search
Smaller build artifact (minus ~ 10kb)
Added source maps
v0.14.1
07 Dec 00:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Simplifies store injectable
Reintroduces $cookie service
Changes $exception handler behavior to re-throw errors
v0.12.0
29 Nov 18:09
Compare
Sorry, something went wrong.
No results found
introducesstore, wasm, and worker injectables
adds ngScope directive and its corresponding getScopeByName method
v0.11.0
11 Nov 20:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Critical fixes on $animate module
Scope performance optimizations
http directives can now bind to scope properties
Adds ngWorker directive