|
|
dd0f481e19
|
chore(packages/stdlib): fix code style, stack pop and peek jsdoc
|
2024-10-31 00:50:08 +07:00 |
|
|
|
6408c1b328
|
feat(packages/stdlib): add object tools exports
|
2024-10-31 00:48:55 +07:00 |
|
|
|
23541a5476
|
feat(packages/stdlib): add pick object tool
|
2024-10-31 00:48:24 +07:00 |
|
|
|
3daa47dc83
|
feat(packages/stdlib): add omit object tool
|
2024-10-31 00:48:01 +07:00 |
|
|
|
58cb287f93
|
chore(deps): update all deps
|
2024-10-30 23:22:36 +07:00 |
|
|
|
3cc500f22b
|
chore(packages/stdlib): remove unused import
|
2024-10-26 06:47:59 +07:00 |
|
|
|
fc774bc1af
|
refactor(packages/stdlib): add small margin to the expected value
|
2024-10-26 06:45:53 +07:00 |
|
|
|
c96213137e
|
refactor(packages/stdlib): stack return undefined on peek if it empty
|
2024-10-26 06:37:27 +07:00 |
|
|
|
8080e7eafe
|
feat(packages/stdlib): add bit vector tool
|
2024-10-26 06:22:42 +07:00 |
|
|
|
53c969370a
|
refactor(packages/stdlib): separate flags and helpers in bit tools
|
2024-10-26 06:20:43 +07:00 |
|
|
|
22fc55ce01
|
refactor(packages/stdlib): replace type by any function helper
|
2024-10-24 07:42:30 +07:00 |
|
|
|
9b5eef04c7
|
feat(packages/stdlib): add sleep async util
|
2024-10-24 07:30:41 +07:00 |
|
|
|
5bc3dd5ee0
|
feat(packages/stdlib): add tryIt async util
|
2024-10-24 07:29:55 +07:00 |
|
|
|
29d8aa086c
|
refactor(packages/stdlib): update dir names and imports
|
2024-10-24 07:29:37 +07:00 |
|
|
|
85eb28a5dc
|
feat(packages/stdlib): add sum arrays util
|
2024-10-24 07:28:24 +07:00 |
|
|
|
759d418d88
|
feat(packages/stdlib): add last arrays util
|
2024-10-24 07:28:15 +07:00 |
|
|
|
ff71cfffac
|
feat(packages/stdlib): add first arrays util
|
2024-10-24 07:28:01 +07:00 |
|
|
|
5419b0a479
|
feat(packages/stdlib): add cluster arrays util
|
2024-10-24 07:27:49 +07:00 |
|
|
|
0faafc1b52
|
feat(packages/stdlib): add unique arrays util
|
2024-10-24 07:27:37 +07:00 |
|
|
|
b2b74d8e2d
|
feat(packages/stdlib): add function and array types
|
2024-10-23 06:29:05 +07:00 |
|
|
|
679bced9f1
|
refactor(pacakages/stdlib): add base jsdoc for each function
|
2024-10-23 06:27:14 +07:00 |
|
|
|
eadf791942
|
feat(packages/stdlib): init async utils
|
2024-10-23 06:24:50 +07:00 |
|
|
|
e41c78cd1d
|
feat(packages/stdlib): add AnyFunction type
|
2024-10-06 06:46:13 +07:00 |
|
|
|
11c099ab4a
|
refactor(packages/stdlib): add symbol in EventsRecord
|
2024-10-05 05:44:35 +07:00 |
|
|
|
00fd5846aa
|
feat(packages/stdlib): add timestamp and noop utils
|
2024-10-05 05:43:13 +07:00 |
|
|
|
61c699381b
|
test(packages/stdlib): add pubsub edge case check
|
2024-10-01 07:13:09 +07:00 |
|
|
|
f32deb3cc6
|
chore(repo): add pnpm catalogs
|
2024-09-30 06:48:30 +07:00 |
|
|
|
174e1b02d8
|
Merge branch 'stdlib-types' into platform
# Conflicts:
# packages/stdlib/package.json
# packages/stdlib/src/math/basic/remap/index.ts
|
2024-09-30 06:30:24 +07:00 |
|
|
|
469ef8cdc2
|
feat(packages): add version jsdoc tags
|
2024-09-30 06:20:45 +07:00 |
|
|
|
975ca98f9a
|
feat(packages/stdlib): add bigint math utils
|
2024-09-30 06:20:09 +07:00 |
|
|
|
061d45f6fd
|
refactor(packages/stdlib): separate math utils штещ basic and bigint versions
|
2024-09-30 06:19:16 +07:00 |
|
|
|
d0c74be856
|
refactor(packages/stdlib): change getByPath type to string and add comments to template types
|
2024-05-30 02:51:08 +07:00 |
|
|
|
dc48cbc44b
|
feat(packages/stdlib): start getByPath and template tools
|
2024-05-04 06:59:35 +07:00 |
|
|
|
6931fc6f18
|
chore(packages/stdlib): add ts and js utility types
|
2024-05-04 06:57:46 +07:00 |
|
|
|
7091352be2
|
chore(packages/stdlib): update import statement to use single quotes in mapRange function, lowercase in test desciptions
|
2024-05-04 06:53:46 +07:00 |
|
|
|
943e913e76
|
refactor(packages/stdlib): use toReversed method instead of reverese
|
2024-04-18 10:26:16 +07:00 |
|
|
|
c90c17db93
|
feat(packages/stdlib): add structs exports
|
2024-04-17 04:04:28 +07:00 |
|
|
|
7546f2b653
|
feat(packages/stdlib): add stack data structure and tests
|
2024-04-17 04:00:41 +07:00 |
|
|
|
784457a507
|
refactor(packages/stdlib): add more accurate expectation RangeError for bitsflags
|
2024-04-17 03:59:35 +07:00 |
|
|
|
5bf6317673
|
refactor(packages/stdlib): add jsdoc for pubsub
|
2024-04-17 02:01:29 +07:00 |
|
|
|
80d8e37c03
|
refactor(packages/stdlib): add bitflags export
|
2024-04-16 23:08:57 +07:00 |
|
|
|
bf9e811346
|
feat(packages/stdlib): add flagsGenerator and bitwise operation functions
|
2024-04-16 23:03:20 +07:00 |
|
|
|
e3ef3a693e
|
feat(packages/stdlib): add patterns exports
|
2024-04-16 16:39:24 +07:00 |
|
|
|
f987f722df
|
feat(packages/stdlib): add PubSub class and tests to patterns
|
2024-04-16 16:32:56 +07:00 |
|
|
|
7182706595
|
refactor(packages/stdlib): remove slow types from levenstein distance
|
2024-04-12 00:42:12 +07:00 |
|
|
|
9031430aec
|
refactor(packages/stdlib): reformat test files
|
2024-04-11 21:20:10 +07:00 |
|
|
|
4c10d38ae1
|
test(packages/stdlib): trigram distance tests
|
2024-04-11 21:19:09 +07:00 |
|
|
|
5045852e68
|
feat(packages/stdlib): add trigram distance utill
|
2024-04-11 21:18:03 +07:00 |
|
|
|
7d8f5be6e9
|
refactor(packages/stdlib): rename arguments to left and right
|
2024-04-11 21:16:53 +07:00 |
|
|
|
92721b348a
|
refactor(packages/stdlib): levensthein fn replate to module export
|
2024-04-11 00:22:20 +07:00 |
|