Skip to content

Commit

Permalink
Maintenance release 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Jan 17, 2020
1 parent 36e53da commit 8a2175f
Show file tree
Hide file tree
Showing 9 changed files with 310 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "13.5"
- "13.6"
- "12.14"
- "10.16"
after_success:
Expand Down
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for Anyhow

1.4.2
=====
* Updated dependencies.

1.4.1
=====
* Updated dependencies.
Expand Down
11 changes: 2 additions & 9 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child {
height: 17px;
margin: 0 3px 2px 0;
background-image: url(../images/icons.png); }
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.tsd-kind-icon:before {
background-image: url(../images/icons@2x.png);
background-size: 238px 204px; } }
Expand Down Expand Up @@ -1558,7 +1558,6 @@ pre {
position: fixed !important;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
z-index: 1024;
top: 0 !important;
bottom: 0 !important;
Expand Down Expand Up @@ -1647,7 +1646,6 @@ html.minimal .tsd-navigation {
position: fixed !important;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
box-sizing: border-box;
z-index: 1;
left: 0;
Expand Down Expand Up @@ -1825,11 +1823,6 @@ footer {
-o-column-count: 2;
column-count: 2; } }
.tsd-index-panel ul.tsd-index-list li {
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
-ms-column-break-inside: avoid;
-o-column-break-inside: avoid;
column-break-inside: avoid;
-webkit-page-break-inside: avoid;
-moz-page-break-inside: avoid;
-ms-page-break-inside: avoid;
Expand Down Expand Up @@ -2237,7 +2230,7 @@ ul.tsd-type-parameters {
background-repeat: no-repeat;
text-indent: -1024px;
vertical-align: bottom; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before {
background-image: url(../images/widgets@2x.png);
background-size: 320px 40px; } }
Expand Down
76 changes: 38 additions & 38 deletions docs/classes/_index_.anyhow.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<a href="globals.html">Globals</a>
</li>
</ul>
<h1> Anyhow</h1>
<h1>Anyhow</h1>
</div>
</div>
</header>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h2>Legend</h2>
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-9331973-4', '');
ga('create', 'UA-9331973-4', 'auto');
ga('send', 'pageview');
</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<a href="globals.html">Globals</a>
</li>
</ul>
<h1> Anyhow</h1>
<h1>Anyhow</h1>
</div>
</div>
</header>
Expand Down Expand Up @@ -405,7 +405,7 @@ <h2>Legend</h2>
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-9331973-4', '');
ga('create', 'UA-9331973-4', 'auto');
ga('send', 'pageview');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/_index_.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h2>Legend</h2>
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-9331973-4', '');
ga('create', 'UA-9331973-4', 'auto');
ga('send', 'pageview');
</script>
</body>
Expand Down
Loading

0 comments on commit 8a2175f

Please sign in to comment.