]> git.wincent.com - hextrapolate.git/history - src
Massive speed-up by avoiding Chrome de-opt in hottest function
[hextrapolate.git] / src /
2015-08-02  Greg HurrellMassive speed-up by avoiding Chrome de-opt in hottest...
2015-08-02  Greg HurrellShow byte and bit counts next to title
2015-08-02  Greg HurrellAdd a couple of dynamic fields
2015-08-02  Greg HurrellTweak Field.react
2015-08-02  Greg HurrellSilence a couple of lints
2015-08-02  Greg HurrellDown with require, long live import!
2015-08-02  Greg HurrellFix copy icon background ordering
2015-08-02  Greg HurrellAdd icon for copy button
2015-08-01  Greg HurrellAdd copy-to-clipboard functionality
2015-08-01  Greg HurrellAvoid unnecessary base conversions
2015-08-01  Greg HurrellAdd some styling to make layout sane
2015-08-01  Greg HurrellAllow user to fully clear input field
2015-08-01  Greg HurrellHook up convert() function to UI to show that it works
2015-08-01  Greg HurrellImplement `convert` function
2015-08-01  Greg HurrellDon't mutate input array in joinDigits()
2015-08-01  Greg HurrellExtract joinDigits() function
2015-08-01  Greg HurrellSpeed up multiplyDigits even more
2015-08-01  Greg HurrellSpeed up multiplyDigits
2015-08-01  Greg HurrellAdd multiplyDigits and friends
2015-07-31  Greg HurrellMore setup, blinking light demo
2015-07-31  Greg HurrellPull across sinon "mock" from docvim project
2015-07-31  Greg HurrellAdd `add` module
2015-07-31  Greg HurrellAdd standard test tools
2015-07-31  Greg HurrellBoostrap using react-hot-boilerplate