regexper-static/src/changelog.html

38 lines
2.1 KiB
HTML
Raw Normal View History

<div class="copy changelog">
<dl>
2015-03-14 21:35:57 +00:00
<dt>March 14, 2015 Release</dt>
<dd>Removing use of Q for promises in favor of "native" ES6 promises (even though they aren't quite native everywhere yet)</dd>
2015-03-14 00:22:33 +00:00
<dt>March 13, 2015 Release</dt>
<dd>Fixes bug with numbering of nested subexpressions (see <a href="https://github.com/javallone/regexper-static/issues/7">GitHub issue</a>)</dd>
2015-02-12 01:11:55 +00:00
<dt>February 11, 2015 Release</dt>
<dd>Various adjustments to analytics: tracking expression rendering time and JS errors</dd>
<dd>Escape sequences that match to a specific character now display their hexadecimal code (actually done on January 25, but I forgot to update the changelog)</dd>
<dd>Fixing styling issue with header links (see <a href="https://github.com/javallone/regexper-static/issues/5">GitHub issue</a>)</dd>
2014-12-30 22:10:13 +00:00
<dt>December 30, 2014 Release</dt>
<dd>Fixing bug that prevented rendering empty subexpressions</dd>
<dd>Fixing minor styling bug when permalink is disabled</dd>
<dd>Cleaning up some duplicated styles and JS</dd>
2014-12-30 02:39:20 +00:00
<dt>December 29, 2014 Release</dt>
<dd>Tweaking analytics data to help with addressing issues in deployed code (work will likely continue on this)</dd>
<dd>Added progress bars on the documentation page</dd>
<dd>Removed the loading spinner everywhere</dd>
<dd>Animated the progress bars</dd>
<dt>December 26, 2014 Release</dt>
<dd>Freshened up design</dd>
<dd>Multiline regular expression input field (press Shift-Enter to render)</dd>
<dd>Added a changelog</dd>
<dd>Added documentation</dd>
2014-12-21 17:17:41 +00:00
<dd>All parsing and rendering happens client-side (using <a href="http://canopy.jcoglan.com/">Canopy</a> and <a href="http://snapsvg.io/">Snap.svg</a>)</dd>
<dd>Added Download link (not available in older browsers)</dd>
2014-12-23 16:19:01 +00:00
<dd>Added display of regular expression flags (ignore case, global, multiline)</dd>
<dd>Added indicator of quantifier greedy-ness</dd>
<dd>Various improvements to parsing of regular expression</dd>
<dd>Rendering of a regular expression can be canceled by pressing Escape</dd>
</dl>
</div>