Skip to content

Commit

Permalink
0.7.2 / 2018-05-16
Browse files Browse the repository at this point in the history
================

  * Closes #276 macro plugins (#331)
  * Update elm-package.json
  * Bug: Closes #327 (#328)
  * Closes #329 - Warn when elchemy not installed during project compilation (#330)
  * Closes #238 - Debug.log print in Elchemy format instead of Elixir format (#325)
  * Closes #322 Warn when elchemy line put incorrectly (#323)
  * Update README.md (#320)
  * correct typos (#318)
  * type savety and Elixir (#310)
  * Closes #313 Fixes interop in gitbook and new gitbbok (#317)
  * Corrected typo, set Compiler to 90% (#314)
  * Corrected typo (#306)
  * Corrected typos (#307)
  * correct typo (#308)
  * Delete FEATURES.MD
  * Create CODE_OF_CONDUCT.md (#304)
  * Typo in gitbook (#305)
  * 0.6.6 / 2018-03-05 ================
  * 0.6.6
  * format properly
  * 0.6.5 / 2018-03-05 ================
  * 0.6.5
  * format when > 1.6.0 (#300)
  * Update README.md
  * Better references in maturity of the project summary
  * Update SIDE_EFFECTS.md
  * Update SUMMARY.md
  * Update SUMMARY.md
  * Add SYNTAX OVERVIEW
  * Create SYNTAX.md
  * Fix to 292 (#293)
  * Closes #290 - incremental compiler bug  (#291)
  * 0.6.4 / 2018-02-07 ================
  * 0.6.4
  * Updated core
  • Loading branch information
wende committed May 16, 2018
1 parent cc009e1 commit a97270e
Show file tree
Hide file tree
Showing 9 changed files with 4,912 additions and 4,380 deletions.
30 changes: 15 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/atom-one-dark.min.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet" />
<link href="static/css/main.e1c8fc29.css" rel="stylesheet"></head>
<link href="static/css/main.e997bdbd.css" rel="stylesheet"></head>

<body>
<a href="https://github.com/wende/elchemy" class="github-corner" aria-label="View source on Github">
Expand All @@ -35,10 +35,10 @@
<div class="navigation">
<ul>
<li>
<a href="#try-online">try now</a>
<a href="http://elchemy-live.herokuapp.com">try now</a>
</li>
<li>
<a href="https://wende.github.io/elchemy-ivy/">docs</a>
<a href="https://github.com/wende/elchemy/tree/master/roadmap">docs</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -69,7 +69,7 @@ <h1 style="margin-top:100px">

<div clas="row">
<div class="col-sm-4 col-sm-offset-4 col-xs-12 buttons">
<a href="#try-online" class="btn btn-dark btn-lg">Try online</a>
<a href="http://elchemy-live.herokuapp.com" class="btn btn-dark btn-lg">Try online</a>
<!-- <a href="#install" class="btn btn-dark btn-lg">Install</a> -->
<div class="github-stars">
<!-- Place this tag where you want the button to render. -->
Expand Down Expand Up @@ -126,7 +126,7 @@ <h1>Features</h1>
<!-- /.container -->
</section>

<section class="editor" id="try-online">
<!-- <section class="editor" id="try-online">
<div class="container">
<div class="row head">
<h1>Try online now! (Seriously, just write anything below)</h1>
Expand All @@ -146,7 +146,7 @@ <h1>Try online now! (Seriously, just write anything below)</h1>
</div>
<small style="margin: 0 auto">*Browser demo above only presents the parser and can't check type-safety. To get full Elchemy experience follow
installation instructions </small>
</section>
</section> -->


<!-- Footer -->
Expand All @@ -166,14 +166,14 @@ <h1>Try online now! (Seriously, just write anything below)</h1>
</footer>

<!-- JavaScript -->
<script src="https://esironal.github.io/cmtouch/lib/codemirror.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.25.2/mode/elm/elm.min.js"></script>
<!-- <script src="https://esironal.github.io/cmtouch/lib/codemirror.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.25.2/mode/elm/elm.min.js"></script> -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elm.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elixir.min.js"></script>
<script src="elm.js" crossorigin="anonymous"></script>
<script src="index.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="static/js/main.e1c8fc29.js"></script></body>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elm.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elixir.min.js"></script> -->
<!-- <script src="elm.js" crossorigin="anonymous"></script> -->
<!-- <script src="index.js" crossorigin="anonymous"></script> -->
<script type="text/javascript" src="static/js/main.e997bdbd.js"></script></body>

</html>
</html>

0 comments on commit a97270e

Please sign in to comment.