Commit graph

54 commits

Author SHA1 Message Date
Keyman Build Agent
dd98938ffa auto: increment master version to 14.0.95 2020-06-16 14:00:43 -04:00
Keyman Build Agent
de4b8f543f auto: increment master version to 14.0.94 2020-06-15 14:00:50 -04:00
Keyman Build Agent
aceaf1ec6e auto: increment master version to 14.0.93 2020-06-12 14:00:45 -04:00
Keyman Build Agent
0503ef6660 auto: increment master version to 14.0.92 2020-06-11 14:00:54 -04:00
Keyman Build Agent
1603ca575c auto: increment master version to 14.0.91 2020-06-10 14:00:49 -04:00
Keyman Build Agent
a3025bbee7 auto: increment master version to 14.0.90 2020-06-09 14:01:00 -04:00
Keyman Build Agent
01c40bd8bb auto: increment master version to 14.0.89 2020-06-08 14:01:38 -04:00
Keyman Build Agent
10140dc8fd auto: increment master version to 14.0.88 2020-06-05 14:00:53 -04:00
Keyman Build Agent
16ce11f37b auto: increment master version to 14.0.87 2020-06-02 14:00:46 -04:00
Keyman Build Agent
53ef4365d7 auto: increment master version to 14.0.86 2020-05-30 14:01:31 -04:00
Keyman Build Agent
2734f88565 auto: increment master version to 14.0.85 2020-05-29 14:00:52 -04:00
jahorton
300ccc98b6 fix(common/models/templates): updates TS version to match other repo projects 2020-05-29 15:26:14 +07:00
Keyman Build Agent
471277660a auto: increment master version to 14.0.84 2020-05-28 14:00:54 -04:00
jahorton
1c917772ad fix(common/models/types): fixes models-types build script, sets std header 2020-05-28 14:58:18 +07:00
Keyman Build Agent
82c17aae21 auto: increment master version to 14.0.83 2020-05-27 14:01:31 -04:00
Keyman Build Agent
fba938eaeb auto: increment master version to 14.0.82 2020-05-26 22:10:18 -04:00
Joshua Horton
11cb215bd9
Merge branch 'master' into chore/common/consistent-packages 2020-05-26 16:50:55 +07:00
Keyman Build Agent
382b1df8a2 auto: increment master version to 14.0.81 2020-05-25 14:00:54 -04:00
Eddie Antonio Santos
dc96a12cc0
Merge branch 'master' into common/lmlayer/refactor-extra-package-lm-models 2020-05-25 08:34:19 -06:00
Eddie Antonio Santos
c40cfab1c4
chore(common,web): remove hoisted TypeScript from local versions of package-lock.json 2020-05-23 11:49:51 -06:00
Eddie Antonio Santos
790fd8d7ae
fix(web/utils): add missing dependency on @types/node 2020-05-23 11:11:31 -06:00
Eddie Antonio Santos
da99e96c7a
chore(common,web): consistent TypeScript dependency: ^3.8.3 2020-05-23 11:08:18 -06:00
Keyman Build Agent
b088db7fd7 auto: increment master version to 14.0.80 2020-05-22 14:01:17 -04:00
Eddie Antonio Santos
d6c2584eba
Merge branch 'master' into common/lmlayer/refactor-extra-package-lm-models 2020-05-22 11:04:32 -06:00
Keyman Build Agent
43a82ba7e5 auto: increment master version to 14.0.79 2020-05-20 21:55:01 -04:00
Eddie Antonio Santos
417173fb69
change(common/models/templates): load @keymanapp/web-utils correctly 2020-05-20 14:16:50 -06:00
Eddie Antonio Santos
4fb4bbcda4
change(common/models/templates): remove placeholder module and its test 2020-05-20 10:09:37 -06:00
Eddie Antonio Santos
1e4bf68929
refactor(common/models/templates): extract function: getDefaultWordBreaker() 2020-05-20 10:06:55 -06:00
Eddie Antonio Santos
c30ed3730f
fix(common/models/templates): add missing helper functions 2020-05-20 10:04:33 -06:00
Eddie Antonio Santos
54e3298f6a
chore(common/models/templates): add runtime dependency on @keymanapp/models-wordbreakers 2020-05-20 09:59:51 -06:00
Eddie Antonio Santos
48764b8e9e
chore(common/models/templates): get build and deps correct 2020-05-20 09:50:16 -06:00
Eddie Antonio Santos
b7d12180a2
chore(common/models): reorganize some dependencies 2020-05-20 09:43:14 -06:00
Eddie Antonio Santos
81577e6619
refactor(common/models/templates): move to correct folder 2020-05-20 09:39:07 -06:00
Eddie Antonio Santos
7e07699a27
docs(common/lmlayer): update to reflect new package name 2020-05-19 19:43:57 -06:00
Eddie Antonio Santos
40d5adae75
chore(common/lmlayer): have wordbreakers depend on renamed types package 2020-05-19 19:30:49 -06:00
Eddie Antonio Santos
b91d7d5388
refactor(common/lmlayer): move @keymanapp/models-types to its new home 2020-05-19 19:14:15 -06:00
Eddie Antonio Santos
3cc8ee2399
docs(common/models): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2020-05-19 15:30:43 -06:00
Eddie Antonio Santos
e84ffb86af
docs(common/lmlayer): correct package name in README 2020-05-19 15:17:46 -06:00
Eddie Antonio Santos
a4dae62817
refactor(common/lmlayer): move default word breaker to models-wordbreakers package 2020-05-19 15:07:06 -06:00
Eddie Antonio Santos
940639abf9
test(common/lmlayer): adjust default word breaker tests to work with namespaces 2020-05-19 15:05:57 -06:00
Eddie Antonio Santos
0baf04ae06
refactor(common/lmlayer): move placeholder wordbreaker to models-wordbreakers 2020-05-19 15:04:29 -06:00
Eddie Antonio Santos
6af00a3358
test(common/lmlayer): correct expected output of placeholder word breaker 2020-05-19 15:03:43 -06:00
Eddie Antonio Santos
af343138cf
test(common/lmlayer): placeholder word breaker 2020-05-19 15:00:43 -06:00
Eddie Antonio Santos
e98ae7d7a1
fix(common/lmlayer): add @types/node to @keymanapp/models-wordbreaker to prevent failure 2020-05-19 14:57:55 -06:00
Eddie Antonio Santos
7b1f86b399
fix(common/lmlayer): export wordBreakers namespace 2020-05-19 14:46:33 -06:00
Eddie Antonio Santos
863b83883b
chore(common/lmlayer): get ASCII word breaker compiling 2020-05-19 14:36:03 -06:00
Eddie Antonio Santos
374f0dfd8e
Revert "refactor(common/lmlayer): move placeholder word breaker to @keymanapp/lexical-model-word-breakers"
This reverts commit 73b16ae33e.
2020-05-19 14:34:11 -06:00
Eddie Antonio Santos
6fc39df5d0
Revert "refactor(common/lmlayer): move default word-breaker to @keymanapp/lexical-model-word-breakers"
This reverts commit 1f4de1ba93.
2020-05-19 14:32:19 -06:00
Eddie Antonio Santos
6b87ebbb37
chore(common/lmlayer): build word breakers as a namespace package 2020-05-19 14:28:43 -06:00
Eddie Antonio Santos
2ac6ca4787
test(common/lmlayer): let word breaker work with module 2020-05-19 14:25:14 -06:00