Commit Graph

37 Commits

Author SHA1 Message Date
Gergő Jedlicska 1dbb00b13f style(objectloader): fix eslint errors 2022-03-29 21:45:18 +02:00
Gergő Jedlicska 569b4688fa style(all): reformat with print width 88 2022-03-29 19:46:49 +02:00
Fabians aa5e94d640 chore: reformatting everything with prettier 2022-03-29 17:12:31 +03:00
Kristaps Fabians Geikins b157a98901 feat(server): simplified test running & IDE integrations 2022-03-16 17:31:53 +02:00
Kristaps Fabians Geikins 8010bf3c4c feat: Standardized & cleaned up formatting & linting across repo #617 (#618)
* feat: Standardized & cleaned up formatting & linting across repo

Co-authored-by: Kristaps Fabians Geikins <fabians@speckle.systems>
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
2022-03-16 10:10:30 +02:00
Dimitrie Stefanescu f4a903922e chore(objectloader): bumps version 2022-03-07 11:59:00 +00:00
Felix Deiters b5b14f8637 Update readme.md
Added an example for server-side usage.
2022-03-02 00:22:44 +01:00
Felix Deiters e427c7f2f2 Fix Web Workers 2022-02-28 17:22:49 +01:00
Felix Deiters 28aff364a3 Allow to inject fetch to objectloader constructor 2022-02-28 12:46:26 +01:00
Felix Deiters 2f19961a6a Add WHATWG fetch as dev dependency
This allows to test the loader server side. Node.js will adopt undici’s fetch implementation with v18
https://github.com/nodejs/node/commit/6ec225392675c92b102d3caad02ee3a157c9d1b7
2022-02-28 11:46:14 +01:00
Dimitrie Stefanescu af0af7a416 chore(objectloader): bumps version 2022-01-13 15:05:17 +00:00
izzylys 7b29861f55 fix(objectloader): check for nulls and continue
null type is an object, so nulls here were throwing:
`"TypeError: Cannot read property 'referencedId' of null"
`

checking and continuing when nulls are encountered instead
2022-01-12 12:02:31 -08:00
Dimitrie Stefanescu 5b957771e8 fix(deps): re-bootstrapped everything and ensured local build actually works 2021-11-24 11:12:33 +01:00
Dimitrie Stefanescu 77fa95b152 chore(objectloader): bumps version & removes console log 2021-11-23 23:26:14 +00:00
cristi8 9ea48e2a77 wip viewer 2021-11-11 20:39:11 +02:00
cristi8 580039d1a0 wip viewer - optimizations 2021-10-31 19:00:31 +02:00
cristi8 0c305f9deb wip viewer 2021-10-29 21:40:13 +03:00
cristi8 355301ae36 wip viewer 2021-10-29 11:05:38 +03:00
cristi8 4291652fe2 objectloader diff endpoints and cache 2021-10-12 13:23:33 +03:00
Alan Rynne 4690c9acbf fix(docker): Build viewer with local ObjectLoader
It was previously pulling from npm, which lead to build mismatches.
2021-09-09 12:38:49 +02:00
Alan Rynne 18eea01c29 feat(embed): Wrapped all localStorage access with try/catch statements 2021-08-26 16:27:53 +02:00
luz paz ad97cdf444 Fix various typos
Found via `codespell -q 3 -L optio,promisses,usera`
2021-07-22 09:23:21 -04:00
Dimitrie Stefanescu 38103269a4 fix(objectloader): bumps version 2021-05-26 13:54:56 +01:00
Dimitrie Stefanescu c6a80b7585 chore(objectloader): removed console.log from constructor 😬 2021-05-26 13:54:38 +01:00
Dimitrie Stefanescu 9188f40220 feat(objectloader): bumps version 2021-05-26 13:03:50 +01:00
Dimitrie Stefanescu 88f20d7e0d feat(objectloader): added example usage for new func in readme 2021-05-26 13:03:22 +01:00
Dimitrie Stefanescu 46e2cf7d53 feat(objectloader): restructuring examples folder 2021-05-26 12:26:37 +01:00
Dimitrie Stefanescu 464b4c0d25 feat(objectloader): finalises logic for getAndConstructObject function 2021-05-26 10:30:34 +01:00
Dimitrie Stefanescu 6fc9bc4128 feat(objectloader): adds testing files (not tests) 2021-05-25 23:09:02 +01:00
Dimitrie Stefanescu 01706b2439 feat(objectloader): wIP: new methods to load & construct object 2021-05-25 23:07:34 +01:00
Dimitrie Stefanescu d5bd3dcaa5 chore(loader): bumps version 2021-05-07 12:36:27 +01:00
Dimitrie Stefanescu 73849fd5d7 chore(objectloader): bumps version 2021-04-23 21:22:53 +01:00
Dimitrie Stefanescu 42d1ca2e1d Update readme.md
adds badge
2021-03-25 19:20:54 +00:00
Dimitrie Stefanescu ed866b553a chore(packages): prepares package.json files for pub on npm for viewer & objectloader 2021-03-25 19:03:49 +00:00
Dimitrie Stefanescu 0fa5edaaf0 docs(objectloader): added sample load function 2021-03-25 18:30:13 +00:00
Dimitrie Stefanescu 65531836bb feat(objectloader): added basic readme 2021-03-25 18:19:06 +00:00
Dimitrie Stefanescu e0641639da feat(loader): separated object loader into separate package 2021-03-25 17:27:29 +00:00