- Jul 04, 2023
-
-
Steven R. Loomis authored
- update docs on UnicodeSet - uset parser: fix/clarify that the wasm interface takes a bufferSize, but the ts interface takes a range count. This was muddled before. For: #7377
-
Steven R. Loomis authored
- allow uset to preflight (calculate # of ranges) For: #7377
-
Steven R. Loomis authored
- per review comments, make the elem flags clearer For: #7377
-
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Steven R. Loomis authored
-
Steven R. Loomis authored
feat(common): add segmenter for element strings
🙀 -
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
- Jul 01, 2023
-
-
Steven R. Loomis authored
- fix uset builder and other missing uset parts - basic.xml passes - update to constants Fixes: #7377
-
Steven R. Loomis authored
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- update element string constructors to support UnicodeString and the segmented array from ElementParser - update compiler machinery to pass USetParser in the DependencySections - test cases #7377
-
Steven R. Loomis authored
- add unescaper for quad string (\u0127) #7377
-
Keyman Server authored
auto: increment master version to 17.0.133
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
fix(linux): Fix packaging GHA
-
- Jun 30, 2023
-
-
Eberhard Beilharz authored
The previous version of gha-ubuntu-packaging was faulty.
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- detect and reject nested square brackets, for now - implement segmentation of reorder element strings, including type identification (escape, codepoint, uset) - tests For #7377
-
Eberhard Beilharz authored
fix(linux): Fix GHA package builds for non-Jammy dists
-
Marc Durdin authored
docs(mac): Update requirements.md
-
Marc Durdin authored
-
- Jun 29, 2023
-
-
Eberhard Beilharz authored
Fixes #9024.
-
- Jun 28, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.132
-
Keyman Build Agent authored
-
- Jun 27, 2023
-
-
Joshua Horton authored
fix(web): fixes Web build zip artifact construction
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
Steven R. Loomis authored
feat(developer,common,core): ldml UTF-32 literals in binary
🙀 -
Joshua A. Horton authored
-
Steven R. Loomis authored
- add some asserts Fixes: #9050
-
Keyman Server authored
auto: increment master version to 17.0.131
-
Keyman Build Agent authored
-
- Jun 26, 2023
-
-
Joshua Horton authored
epic: conversion of Keyman Engine for Web to ES modules 🧩
-
Joshua Horton authored
-
Marc Durdin authored
chore(deps): bump semver from 7.3.8 to 7.5.2
-
- Jun 24, 2023
-
-
dependabot[bot] authored
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.2 ) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- elem Fixes: #9050
-
Steven R. Loomis authored
- last but not least, basic.txt For: #9050
-
Steven R. Loomis authored
- C++ side now - updated tests - refactored escaping code and squashed bugs - still todo: basic.xml For: #9050
-