-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-notes.html
More file actions
65 lines (57 loc) · 2.93 KB
/
release-notes.html
File metadata and controls
65 lines (57 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>release-notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="A library providing a contravariant type mapping. Types can be registered against values, and lookup honours contravariance, message envelopes, etc. Useful for messaging."/>
<meta name="author" content="ashic"/>
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"/>
<link type="text/css" rel="stylesheet" href="/contra/content/style.css" />
<script type="text/javascript" src="/contra/content/tips.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="http://fsharp.org">fsharp.org</a></li>
<li><a href="http://github.com/heartysoft/contra">github page</a></li>
</ul>
<h3 class="muted"><a href="/contra/index.html">contra</a></h3>
</div>
<hr />
<div class="row">
<div class="span9" id="main">
<h4><a name="0-0-1-alpha-April-19-2015" class="anchor" href="#0-0-1-alpha-April-19-2015">0.0.1-alpha - April 19 2015</a></h4>
<ul>
<li>Initial release</li>
</ul>
</div>
<div class="span3">
<img src="/contra/img/logo.png" alt="F# Project" style="width:150px;margin:10px" />
<ul class="nav nav-list" id="menu" style="margin-top: 20px;">
<li class="nav-header">contra</li>
<li><a href="/contra/index.html">Home page</a></li>
<li class="divider"></li>
<li><a href="http://nuget.org/packages/contra">Get Library via NuGet</a></li>
<li><a href="http://github.com/heartysoft/contra">Source Code on GitHub</a></li>
<li><a href="/contra/license.html">License</a></li>
<li><a href="/contra/release-notes.html">Release Notes</a></li>
<li class="nav-header">Getting started</li>
<li><a href="/contra/tutorial.html">Sample tutorial</a></li>
<li class="nav-header">Documentation</li>
<li><a href="/contra/reference/index.html">API Reference</a></li>
</ul>
</div>
</div>
</div>
<a href="http://github.com/heartysoft/contra"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"/></a>
</body>
</html>