38 lines
2.1 KiB
HTML
38 lines
2.1 KiB
HTML
<div class="copy changelog">
|
|
<dl>
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
<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>
|
|
<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>
|