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
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,45 +1,45 @@
1
-
# Changelog
2
-
3
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* bump handlebars from 4.1.2 to 4.5.3 ([#35](https://github.com/kyubisation/angular-server-side-configuration/issues/35)) ([de53338](https://github.com/kyubisation/angular-server-side-configuration/commit/de533381723afd94f18f1a9decf3e93c6d566600))
11
-
12
-
# 8.1.0 (2019-10-23)
1
+
# Changelog
2
+
3
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* bump handlebars from 4.1.2 to 4.5.3 ([#35](https://github.com/kyubisation/angular-server-side-configuration/issues/35)) ([de53338](https://github.com/kyubisation/angular-server-side-configuration/commit/de533381723afd94f18f1a9decf3e93c6d566600))
11
+
12
+
###8.1.0 (2019-10-23)
13
13
14
14
### Refactor
15
15
16
16
* No longer changing working directory in the cli
17
17
18
-
# 8.1.0 (2019-10-23)
18
+
###8.1.0 (2019-10-23)
19
19
20
20
### Features
21
21
22
22
* Add uncompressed binaries
23
23
24
-
# 8.0.0 (2019-08-25)
24
+
###8.0.0 (2019-08-25)
25
25
26
26
### Bugfix
27
27
28
28
* Fixed issue with native cli --recursive
29
29
30
-
# 8.0.0-beta.4 (2019-07-19)
30
+
###8.0.0-beta.4 (2019-07-19)
31
31
32
32
### Bugfix
33
33
34
34
* Fixed iife insertion
35
35
36
-
# 8.0.0-beta.3 (2019-07-19)
36
+
###8.0.0-beta.3 (2019-07-19)
37
37
38
38
### Bugfix
39
39
40
40
* Fixed dependency issue with glob-to-regexp
41
41
42
-
# 8.0.0-beta.2 (2019-07-19)
42
+
###8.0.0-beta.2 (2019-07-19)
43
43
44
44
### Features
45
45
@@ -49,14 +49,14 @@ All notable changes to this project will be documented in this file. See [standa
49
49
50
50
* Fixed issue in native cli
51
51
52
-
# 8.0.0-beta.1 (2019-07-14)
52
+
###8.0.0-beta.1 (2019-07-14)
53
53
54
54
### Features
55
55
56
56
* Added additionalEnvironmentVariables to builder options
57
57
* Implemented ng update migration
58
58
59
-
# 8.0.0-beta.0 (2019-06-30)
59
+
###8.0.0-beta.0 (2019-06-30)
60
60
61
61
### Features
62
62
@@ -68,13 +68,13 @@ All notable changes to this project will be documented in this file. See [standa
68
68
* Removed the npm CLI and most of the existing internal implementation
69
69
* Dropped support for configuration embedded in html
70
70
71
-
# 2.0.0 (2019-04-14)
71
+
###2.0.0 (2019-04-14)
72
72
73
73
### Features
74
74
75
75
* Added documentation for the native cli
76
76
77
-
# 2.0.0-beta.1 (2019-04-13)
77
+
###2.0.0-beta.1 (2019-04-13)
78
78
79
79
The detection and insertion of environment variables has been separated.
80
80
Detection is now executed at build time by wrapping the ng build command (e.g. `ngssc ng build`).
@@ -90,7 +90,7 @@ See the README for more information.
90
90
* The `ngssc wrap-aot` has been merged into the `ngssc` command as an optional flag `--wrap-aot`.
91
91
* The `ngssc insert` command requires an ngssc.json file or embedded configuration in the html files.
92
92
93
-
# 2.0.0-beta.0 (2019-03-10)
93
+
###2.0.0-beta.0 (2019-03-10)
94
94
95
95
### Features
96
96
@@ -100,7 +100,7 @@ See the README for more information.
0 commit comments