cstd
Version:
CoffeeScript Standart Library
112 lines • 3.25 kB
HTML
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript standarts</title>
<script src='../javascript/application.js'></script>
<script src='../javascript/search.js'></script>
<link rel='stylesheet' href='../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../'></div>
<div id='header'>
<div id='menu'>
<a href='../extra/README.md.html' title='CSTD'>
CSTD
</a>
»
<a href='../alphabetical_index.html' title='Index'>
Index
</a>
»
<span class='title'>CHANGELOG</span>
</div>
</div>
<div id='content'>
<nav class='toc'>
<p class='title'>
<a class='hide_toc' href='#'>
<strong>Table of Contents</strong>
</a>
<small>
(<a class='float_toc' href='#'>left</a>)
</small>
</p>
</nav>
<div id='filecontents'>
<p><br/>v0.0.0a12 2016-07-01 Add docs, small fix tests<br/><br/>v0.0.0a11 2016-06-16 Move test libs to devDependencies<br/><br/>v0.0.0a10 2016-06-14 Success add Container, Caches (Base, LRU)<br/><br/>v0.0.0a9 2016-04-20 Success add CircularList<br/><br/>v0.0.0a8 2016-04-20 Success add List<br/><br/>v0.0.0a7 2016-04-04 Success add Deque, small refactor Queue<br/><br/>v0.0.0a6 2016-03-29 Success add Stack, refactor Queue<br/><br/>v0.0.0a5 2016-03-29 Success add Queue<br/><br/>v0.0.0a4 2016-03-29 Emitter for Map-unsupported system complete<br/><br/>v0.0.0a3 2016-03-29 Change structure: move libs to lib, create map for libs (cstd.coffee).<br/> For js-based run nodes create cstd.js and it is main file<br/><br/>v0.0.0a2 2016-03-29 Added unofficial translation of the license text.<br/><br/>v0.0.0a1 2016-03-29 Init project. Success create and test:<br/> * CSObject<br/> * Node <br/> * CSEmitter<br/> * CSEvent<br/> * CSError<br/> * CSDate<br/></p>
</div>
</div>
<div id='footer'>
By
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.1.0
✲
Press H to see the keyboard shortcuts
✲
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
✲
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>