Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins
2018-04-14
| ||
22:29 | Fix typo I should have ran my tests before the previous commit. Oh, well! You can't be perfect all the time. Leaf check-in: 1914b44a1c user: rasch tags: trunk | |
22:21 | Reduce index.js file size All of the unicode fraktur characters are represented by surrogate pairs with the first of those always "\ud835". Instead of repeating this char 52 times in the object values it is now part of the encode and decode functions thus saving a few hundred bytes. check-in: 33a3aaa757 user: rasch tags: trunk | |
2018-04-13
| ||
23:53 | Optimize lookup speed of Fraktur characters Use Array.prototype.find instead of Array.prototype.filter to find a key based on a given value. This should be a little faster because the find method stops after finding a match while filter iterates the entire Array every time. Also, the fraktur Object keys have been reordered based on relative frequencies of letters in the English language. check-in: 2fb3d52019 user: rasch tags: trunk | |
22:22 | Update LICENSE to include email address check-in: 3f8224586f user: rasch tags: trunk | |
22:18 | Add license check-in: d483808b7a user: rasch tags: trunk | |
21:30 | Set up NPM scripts to build and publish the CLI check-in: 86b4f94034 user: rasch tags: trunk | |
09:57 | Fix the README maybe check-in: 52c3cce713 user: rasch tags: trunk | |
09:54 | Update README.md check-in: 78eaa3787b user: rasch tags: trunk | |
09:19 | Initial add of src files check-in: ec15182973 user: rasch tags: trunk | |
09:17 | Add README.md file check-in: 04b488478e user: rasch tags: trunk | |
08:05 | initial empty check-in check-in: d142f833e2 user: rasch tags: trunk | |