You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
<aname="2.0.0-alpha.42"></a>
2
+
# 2.0.0-alpha.42 (2015-10-13)
3
+
4
+
This is a quick follow-up release to 41 to fix the d.ts distribution with our
5
+
npm package. See #4706 for more info.
6
+
7
+
### Bug Fixes
8
+
9
+
***build:** Fix serve.js.dev to build bundles ([3b03660](https://github.com/angular/angular/commit/3b03660)), closes [#4700](https://github.com/angular/angular/issues/4700)
10
+
***docs:** minor @link fixes. ([3a801c1](https://github.com/angular/angular/commit/3a801c1)), closes [#4696](https://github.com/angular/angular/issues/4696)
11
+
***publish:** emit type declarations with CJS build ([57649d1](https://github.com/angular/angular/commit/57649d1)), closes [#4706](https://github.com/angular/angular/issues/4706)[#4708](https://github.com/angular/angular/issues/4708)
12
+
***test:** command compiler attr merge test in IE ([e15e242](https://github.com/angular/angular/commit/e15e242))
13
+
14
+
### Features
15
+
16
+
***build:** add tasks to watch and recompile js and dart ([50e922f](https://github.com/angular/angular/commit/50e922f))
17
+
***forms:** add minlength and maxlength validators ([e82a35d](https://github.com/angular/angular/commit/e82a35d)), closes [#4705](https://github.com/angular/angular/issues/4705)
0 commit comments