- Jan 10, 2024
-
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
- Jan 08, 2024
-
-
Joshua A. Horton authored
-
Joshua Horton authored
fix(web): adds null-guard for longpress-key validation
-
Joshua Horton authored
feat(web): es6 artifact for app/webview
📜 -
Joshua Horton authored
feat(web): alternate artifact - es6-bundled Web
📜 -
Joshua Horton authored
change(web): KeymanWeb bundler-script centralization
📜 -
Joshua Horton authored
refactor(web): transformation of build-bundler into a common es-bundling command
📜 -
Joshua Horton authored
change(web): lm-worker bundling + wrapper script rework
📜 -
Joshua A. Horton authored
-
Joshua Horton authored
chore(web): remove lm-worker `Array.from` polyfill and make `Symbol` polyfill conditional
-
Joshua A. Horton authored
-
Joshua Horton authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Joshua Horton authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Shawn Schantz authored
fix(mac): write persisted options returned from Core
-
- Jan 04, 2024
-
-
Keyman Server authored
auto: increment master version to 17.0.239
-
Keyman Build Agent authored
-
Steven R. Loomis authored
feat(developer): escape bad markers
🙀 -
Steven R. Loomis authored
chore(core): better reporting in ldml tests
🙀 -
Steven R. Loomis authored
feat(core): more regex testing
🙀 -
Steven R. Loomis authored
fix(core): ldml fixes for normalization between transform groups
🙀
-
- Jan 03, 2024
-
-
Steven R. Loomis authored
- move prepend_marker out of line - replace bool for_regex with an enum - cleanup another instance of \b -> \u0008 #9121
-
Steven R. Loomis authored
fix(developer): quell internal error when a section fails
🙀 -
Steven R. Loomis authored
Merge branch 'chore/core/ldml-test-robust-epic-ldml' into feat/developer/9121-reject-bad-regex-epic-ldml
-
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Steven R. Loomis authored
-
Steven R. Loomis authored
-
Steven R. Loomis authored
-
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Keyman Server authored
auto: increment master version to 17.0.238
-
Keyman Build Agent authored
-
- Jan 02, 2024
-
-
Marc Durdin authored
-
Marc Durdin authored
chore(developer): honor prompt to upgrade in kmc
-
Marc Durdin authored
feat(developer): Consolidate public APIs for kmc modules
-
- Dec 31, 2023
-
-
Steven R. Loomis authored
- needed to remove/re-add the “≈≈[\u0001-\uD7FE]” format (aka LDML_MARKER_ANY_INDEX) #9121
-
Steven R. Loomis authored
- escape markers to prevent the n'th marker from having some other meaning
-
- Dec 29, 2023
-
-
Steven R. Loomis authored
- marker overrun! the 40th marker becomes a parenthesis, breaking regex feat(core): ldml proper regex implementation
🙀 🙀 #9121 -
Steven R. Loomis authored
- more easily handle test events
-
Steven R. Loomis authored
- match in a set - quantifiers For: #9121
-
Steven R. Loomis authored
- more err reporting out of inner functions such as key not found - helper functions for setting FAIL and SKIP actions with messages - colorization For: #9121
-