<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/language, branch 24.2.11.1</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.2.11.1</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.2.11.1'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-02-07T10:54:49+00:00</updated>
<entry>
<title>Transformation performance optimizations (#645)</title>
<updated>2024-02-07T10:54:49+00:00</updated>
<author>
<name>Cashew</name>
<email>52880648+Scrub1492@users.noreply.github.com</email>
</author>
<published>2024-02-07T10:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0e9c28f9c713421c23e80a3a55d5233dd36d08de'/>
<id>urn:sha1:0e9c28f9c713421c23e80a3a55d5233dd36d08de</id>
<content type='text'>
* perform transformation bounds

* fix wrong continue

* fix wrong undefined check

* regex performance

* suffixHeuristic

* escape RegExp

* fix escapeRegExp

* move destructuring after suffixHeuristic check

---------

Co-authored-by: Stefan Vukovic &lt;stefanvukovic44@gmail.com&gt;
Co-authored-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;</content>
</entry>
<entry>
<title>move files (#630)</title>
<updated>2024-02-04T07:08:44+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-02-04T07:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e4c6608103be5b031a0ba3ce1c70982114480360'/>
<id>urn:sha1:e4c6608103be5b031a0ba3ce1c70982114480360</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Text source generator function move (#611)</title>
<updated>2024-02-03T02:56:59+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-03T02:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=17ffea6cb907c12c1af47d3f6f27126f126b168f'/>
<id>urn:sha1:17ffea6cb907c12c1af47d3f6f27126f126b168f</id>
<content type='text'>
* Move functionality into TextSourceGenerator

* Move extractSentence

* Move isWhitespace</content>
</entry>
<entry>
<title>Fix auto hide search popup (#592)</title>
<updated>2024-02-03T02:33:47+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-03T02:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6dc7e90f8d5679b0de298c820a5b88b93590ed31'/>
<id>urn:sha1:6dc7e90f8d5679b0de298c820a5b88b93590ed31</id>
<content type='text'>
* Remove return

* Update searched event

* Fix auto-hide search popup event not occuring

* Add TODO

* Split into multiple events</content>
</entry>
<entry>
<title>Application refactor (#591)</title>
<updated>2024-02-01T15:00:59+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-01T15:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=dfd42bad0b46845ad88d1fdc5fa82b4f03bab0f3'/>
<id>urn:sha1:dfd42bad0b46845ad88d1fdc5fa82b4f03bab0f3</id>
<content type='text'>
* Rename Yomitan class to Application, change initialization style

* Rename file

* Update init

* Update config

* Remove dead code</content>
</entry>
<entry>
<title>Document util + google docs util state refactor (#590)</title>
<updated>2024-01-31T13:40:57+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-31T13:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2356223942a21d1683ac38eed8e7b9485f453d87'/>
<id>urn:sha1:2356223942a21d1683ac38eed8e7b9485f453d87</id>
<content type='text'>
* Remove static from GoogleDocsUtil since it has state

* Create TextSourceGenerator

* Remove DocumentUtil custom registrations

* Use TextSourceGenerator</content>
</entry>
<entry>
<title>Module refactoring (#588)</title>
<updated>2024-01-31T13:38:30+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-31T13:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=87ed7c8affd3ade9d3cd2d9ed1a61dd5f224e473'/>
<id>urn:sha1:87ed7c8affd3ade9d3cd2d9ed1a61dd5f224e473</id>
<content type='text'>
* Convert PronunciationGenerator into static functions

* Convert DictionaryDataUtil into static functions

* Convert AnkiNoteDataCreator into static functions

* Convert MediaUtil into static functions

* Convert RegexUtil into static functions

* Convert StringUtil into static functions

* Convert ArrayBufferUtil into static functions

* Convert AnkiUtil into static functions

* Convert PermissionsUtil into static functions

* Convert ProfileConditionsUtil into static functions</content>
</entry>
<entry>
<title>Language transformer (#582)</title>
<updated>2024-01-31T13:28:05+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-31T13:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3e419aa562aab03ca20421aaf7e4d1a39194a5b4'/>
<id>urn:sha1:3e419aa562aab03ca20421aaf7e4d1a39194a5b4</id>
<content type='text'>
* Set up new deinflection data file

* Define types

* Test

* Add internal types

* Set up loading for transforms

* Add getPartOfSpeechFlags

* Convert static methods

* Add note

* Add transform function

* Update trace structure

* Add a language tag to the language transform descriptor

* Add clear function

* Add function for multiple parts of speech

* Clarify naming

* Add getConditionFlagsFromConditionType

* Add plural function

* Replace usages of Deinflector

* Update tests

* Update config

* Remove old

* Rename

* Rename files</content>
</entry>
<entry>
<title>JapaneseUtil refactor (#555)</title>
<updated>2024-01-28T12:22:47+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-28T12:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=acc013a1a8051d34322f0f5f91d7bdecc0a18843'/>
<id>urn:sha1:acc013a1a8051d34322f0f5f91d7bdecc0a18843</id>
<content type='text'>
* Copy functions from JapaneseUtil

* Remove JapaneseUtil

* Update usages of JapaneseUtil functions</content>
</entry>
<entry>
<title>Remove unneeded eslint disables (#554)</title>
<updated>2024-01-27T09:01:37+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-27T09:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7a142bbafd6aa6ca5fe296ba3012158d8f2e75dc'/>
<id>urn:sha1:7a142bbafd6aa6ca5fe296ba3012158d8f2e75dc</id>
<content type='text'>
* Install eslint-plugin-eslint-comments

* Update rules, fix issues</content>
</entry>
</feed>
