]> git.wincent.com - hextrapolate.git/commit
Update URL with "permalink" to current value
authorGreg Hurrell <greg@hurrell.net>
Tue, 4 Aug 2015 06:08:07 +0000 (23:08 -0700)
committerGreg Hurrell <greg@hurrell.net>
Tue, 4 Aug 2015 06:08:07 +0000 (23:08 -0700)
commit5558ab2da81500e4090c919bd7362a3396db9a5c
tree29116b35f3770f46a64e38d01fba9b7ed0b9d4fd
parent3c1e9bf4586a665973141757d3585781a5be4da5
Update URL with "permalink" to current value

Use Base 62 for compactness. Note that this requires us to upgrade the
internals to handle bigger bases, even though we don't expose base > 36
elsewhere in the UI.

This fulfils the promise in the README that this feature exists.
src/App.js
src/DIGITS.js [new file with mode: 0644]
src/Field.react.js
src/getDigits.js
src/joinDigits.js