jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.58k stars 505 forks source link

build(all): changes to packages and rollup in preparation for prerelese #1281

Closed z3dev closed 10 months ago

z3dev commented 10 months ago

These changes update the various packages in preparation for pre-releases of V3. The changes include:

NOTE: There are no code changes. All tests pass.

All Submissions:

z3dev commented 10 months ago

@platypii @hrgdavor @SimonClark

some quick questions...

the packages are being reworked slightly to provide a list of contributors. should the list contain email/url or just names? or nothing at the package level? or a BIG list of contributors are the project level? note that most of the lists are out of date

hrgdavor commented 10 months ago

It is nice to keep a mention of people that contributed. Big list of contributors at project level is fine, I think is tedious to provide it for each package. for the contributor inof, keep what you have now, and those that want to change the info can provide a PR. For me personally, at this point in time a link to github profile is fine.

z3dev commented 10 months ago

@platypii @hrgdavor I'm going to stop here as there are lots of changes to each of the packages. That will make the review easy. I'll continue on with the rollup configurations in part 2.