Commit Graph

12 Commits

Author SHA1 Message Date
Iain Sproat 84777f9222 Merge pull request #3846 from ocni-dtu/chrk/objectsender-value-is-null
fix: handling keys with null values in `@speckle/objectsender`
2025-03-11 10:30:02 +00:00
Iain Sproat 12fc717115 feat(objectsender): expose all options to allow configuration (#2751) 2025-02-20 12:30:28 +00:00
Kristaps Fabians Geikins 1d2a594f0a chore: upgrade TS 5.2 -> 5.7.3 & ESLint to 9.20.1 (#4032)
* chore: upgrade TS 5.2 -> 5.7.3

* vite dts fix

* lint fix

* resolutions fix

* ui comp build fix

* precommit fix?

* latest eslint version

* autoloader fix

* undo unnecessary viewer change

* eslint fixes fe2 + trying disabled type linting

* lint fixes
2025-02-20 14:18:18 +02:00
Christian Kongsgaard 6ec59b6b66 handling keys with null values in #traverse 2025-01-17 17:11:51 +01:00
Victor Wanderley Barbosa 93469a9b2f docs: add chunkable decorator example 2024-07-02 21:33:21 +02:00
Victor Wanderley Barbosa ab566b32ad feat: add chunkable decorator 2024-07-02 21:32:28 +02:00
Victor Wanderley Barbosa 9a7b8b343b chore: send commit in example 2024-07-02 20:54:59 +02:00
Victor Wanderley Barbosa 64cd2da8fe feat: add example 2024-07-02 20:46:17 +02:00
Victor Wanderley Barbosa 19cf041aa2 feat: serializer to check decorator 2024-07-02 20:46:03 +02:00
Victor Wanderley Barbosa 970ff1b34e feat: added detach decorator 2024-07-02 20:29:43 +02:00
iltabe ac242f5f2f allows empty strings and zeros props to be serialized 2024-06-24 09:45:09 +02:00
Dimitrie Stefanescu 01c9c3fa0e Adds an 'object sender' module (#2355)
* feat(objectsender): wip serializer and sender

* feat(objectsender): mostly done

* feat(objectsender): chores

* feat(objectsender): chores

* build refactor

* linting issue fix

* minor type adjustments

* adding in type definitions into build

* sha tests

* config fix

* fixed up servertransport

* added tests to ci

* added coverage

* storing coverage?

---------

Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
2024-06-17 15:36:59 +03:00