]> git.wincent.com - hextrapolate.git/shortlog
hextrapolate.git
2015-08-06  Greg HurrellMark package as private to prevent accidental publication
2015-08-06  Greg HurrellRemove .jshintrc
2015-08-04  Greg HurrellSwitch from local debounce() to NPM package
2015-08-04  Greg HurrellMake `gulp watch` monitor CSS changes as well
2015-08-04  Greg HurrellAlign on baseline, not center
2015-08-04  Greg HurrellImprove vertical alignment within rows
2015-08-04  Greg HurrellFix monospace styling
2015-08-04  Greg HurrellReorder some imports for consistency
2015-08-04  Greg HurrellRemove unnecessary lint override
2015-08-04  Greg HurrellUpdate copyright year ranges
2015-08-04  Greg HurrellAdd high-tech deployment script
2015-08-04  Greg HurrellTweak script path to work locally and via server
2015-08-04  Greg HurrellDebounce history updates
2015-08-04  Greg HurrellAdd simple debounce module
2015-08-04  Greg HurrellFix whitespace lint
2015-08-04  Greg HurrellUpdate URL with "permalink" to current value
2015-08-04  Greg HurrellWrite README
2015-08-03  Greg HurrellDrop unnecessary event meddling
2015-08-03  Greg HurrellSort CSS properties
2015-08-03  Greg HurrellShow cutesy animation when copy to clipboard succeeds
2015-08-03  Greg HurrellFocus first input on load
2015-08-03  Greg HurrellExtract <Size> component
2015-08-03  Greg HurrellUpdate broken test
2015-08-03  Greg HurrellClean up styles
2015-08-03  Greg HurrellFix charset when "serving" from local filesystem
2015-08-03  Greg HurrellGenerate source map for production build
2015-08-03  Greg HurrellPut production bundle on a diet
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 HurrellUse the right port number
2015-07-31  Greg HurrellPull across sinon "mock" from docvim project
2015-07-31  Greg HurrellForget about jsx extensions
2015-07-31  Greg HurrellIgnore built products
2015-07-31  Greg HurrellReplace boilerplate server.js with gulp-based runner
2015-07-31  Greg HurrellAdd `add` module
2015-07-31  Greg HurrellTailor package.json metadata to match project
2015-07-31  Greg HurrellAdd standard test tools
2015-07-31  Greg HurrellBoostrap using react-hot-boilerplate
2015-07-31  Greg HurrellCreate new unparented branch for JavaScript implementation