Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | JapaneseUtil normalization (#1076) | toasted-nutbread | 2020-11-29 |
| | | | | | * Use JapaneseUtil as a class which is manually instantiated * Use alias function for toKana | ||
* | Frequencies marker (#1074) | toasted-nutbread | 2020-11-28 |
| | | | | | | | | | | | * Update japanese.js tests * Simplify fallback/early exit * Add overloads to furigana and furiganaPlain handlebars helper functions * Expose unique expression/reading arrays (and subsequently counts) * Add {frequencies} marker | ||
* | Return an error code when promise main() functions fail (#1002) | toasted-nutbread | 2020-11-07 |
| | |||
* | Dev/test script organization (#846) | toasted-nutbread | 2020-09-19 |
| | | | | | | | | | | | | | | | | | | | * Move lint scripts * Move dictionary-validate.js * Move schema-validate.js * Move createTestDictionaryArchive, remove yomichan-test.js * Rename yomichan-util.js to util.js * Move test/yomichan-vm.js to dev/vm.js * Move getArgs into util.js (and fix name) * Create test-all.js * Update test-code script | ||
* | Japanese util refactor (#510) | toasted-nutbread | 2020-05-06 |
| | | | | | | | | | | | * Convert mixed japanese.js to utility class * Copy functions from bg/js/japanese.js into mixed/js/japanese.js * Remove bg/js/japanese.js * Make wanakana dependency optional * Update tests | ||
* | Update tests | toasted-nutbread | 2020-04-22 |
| | |||
* | remove "fragment" from jp.convertReading variables | siikamiika | 2020-04-13 |
| | |||
* | assume and propagate strings for text parsing | siikamiika | 2020-04-13 |
| | |||
* | Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequences | toasted-nutbread | 2020-04-12 |
|\ | | | | | Add support for collapsing emphatic character sequences | ||
| * | Add tests, remove logs | toasted-nutbread | 2020-04-11 |
| | | |||
| * | Add tests | toasted-nutbread | 2020-04-10 |
| | | |||
* | | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
|/ | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
* | Merge pull request #423 from toasted-nutbread/text-source-map | toasted-nutbread | 2020-04-05 |
|\ | | | | | Text source map | ||
| * | Create simplified source map class | toasted-nutbread | 2020-03-28 |
| | | |||
* | | Move Japanese utility functions out of display-generator.js | toasted-nutbread | 2020-03-28 |
|/ | |||
* | Add more tests for convertReading | toasted-nutbread | 2020-03-21 |
| | |||
* | Move basic string/character testing functions into a mixed/js/japanese.js | toasted-nutbread | 2020-03-21 |
| | |||
* | Add unit tests | toasted-nutbread | 2020-03-15 |