This repository was archived by the owner on Jul 24, 2022. It is now read-only.
V2 PR#69
Open
kaosat-dev wants to merge 5 commits intomasterfrom
Open
Conversation
…objects) (#66) These changes move the serialize() functions to V2 API ready. The new API is... - [x] api update to : serialize (options, ...objects) Support for arrays as inputs to serializers - [X] rework AMF serializer (API V2, use onml library, multiple CSGs) - [X] rework DXF serializer (API V2) - [X] rework JSON serializer (API V2, multiple CSG/CAG) - [X] rework STL serializer (API V2, multiple CSGs) - [X] rework SVG serializer (API V2, muliple CAGs, fixes) - [X] rework X3D serializer (API V2, use onml library, multiple CSGs)
…he packages (#77) * feat(scad-deserializer): added old openscad-openjscad-translator to the packages * removed soon to be obsolete build steps & tools * remove big pre-built files for now * updated dependencies where applicable * minor tweaks here & there * removed import from io for now until code is updated
- @jscad/amf-deserializer@1.0.0-alpha.d0fb3056 - @jscad/amf-serializer@1.0.0-alpha.d0fb3056 - @jscad/dxf-deserializer@1.0.0-alpha.d0fb3056 - @jscad/dxf-serializer@1.0.0-alpha.d0fb3056 - @jscad/gcode-serializer@1.0.0-alpha.d0fb3056 - @jscad/io@1.0.0-alpha.d0fb3056 - @jscad/io-utils@1.0.0-alpha.d0fb3056 - @jscad/json-deserializer@1.0.0-alpha.d0fb3056 - @jscad/json-serializer@1.0.0-alpha.d0fb3056 - @jscad/obj-deserializer@1.0.0-alpha.d0fb3056 - @jscad/scad-deserializer@1.0.0-alpha.d0fb3056 - @jscad/stl-deserializer@1.0.0-alpha.d0fb3056 - @jscad/stl-serializer@1.0.0-alpha.d0fb3056 - @jscad/svg-deserializer@1.0.0-alpha.d0fb3056 - @jscad/svg-serializer@1.0.0-alpha.d0fb3056 - @jscad/x3d-serializer@1.0.0-alpha.d0fb3056
merge latest master changes
the carret (^) / semver syntax causes issues with pre-releases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WORK IN PROGRESS , do not merge
this is the general PR for the V2 major update, to be merged AFTER all the V2 changes have been integrated