Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jscad/csg.js

DEPRECATED: CSG Library for JSCAD (See the link below)
https://github.com/jscad/csg.js

fix(center): fix center function z axis for non-uniform geometries (#129)

054604309613a40b500f040169b8cd8ed9413343 authored over 5 years ago
docs(README): added notes about not accepting V1 PRs anymore (#117)

8789ba8463c49cd545bb22d0e44dad3b80c77ef3 authored over 6 years ago
0.7.0

3ccda88078ae10f12945316683e6c634f85597c5 authored over 6 years ago
feat(path): Add getTurn() method to determine the general turn direction of a path. (#116)

* Add a method to determine the general turn direction of a path. This will help in converting c...

4cd83fa109a722c513e02f2b9474653a256ae069 authored over 6 years ago
0.6.0

2ba12a38e020ae75404e184deed6a1aa0eccc6a0 authored over 6 years ago
feat(vector_text/char): big overhaul & additions to the vector_text/ char system (#107)

This PR adds lots of new features, overhauls the implementation, and provides a future facing se...

eadcd5883a60854c2e9be566c71f996dea7faf9a authored over 6 years ago
fix(2d shape factories): fix fromNestedPointsArray(#103)

* fix(fromNestedPointsArray) : polygon was not generated if only one points set is provided
* a...

729d459d589d0e845e7c2f66c33a3b1d770e61b3 authored almost 7 years ago
fix(polygon): params custom paths (#104)

* fix polygon with custom path(s)
* clean docs
* allow multiple paths in points list with path...

7d93db86b257e2025db11365023286e13ffef4a5 authored almost 7 years ago
feat(2d polygons): add support for polygons (2D) with holes(#101)

* allow multiple paths in points list + holes support
Hole detection follows the even/odd rule,...

22f8f801f115816d84ec2b91246d3507f89cc83d authored almost 7 years ago
chore(pkg): remove quoted paths for test for windows compatibility (#102)

e4606eedb39d8df8bb76c70213b0880d6619f36d authored almost 7 years ago
0.5.4

6486dd8bb354a67bd74272cfa82356a9d57a2d61 authored almost 7 years ago
fix(center): Correcting center() functionality (#97)

* Corrected center() and updated tests suites
* Removed centering mutators (UG)
* Added center...

52e792de22d8300712560b966a035f8814d3f2d0 authored almost 7 years ago
0.5.3

caa7241b4b4965396c0742e483d45bb6d5f643da authored almost 7 years ago
test(subtractions): added test for complex edge-case subtract with two example solids (#94)

82154a98abe7bf62581f6d3d5611f03bcf925ba8 authored almost 7 years ago
0.5.2

f4450549e3329e00298d3ad0e87658bce3a3953f authored about 7 years ago
fix(rotate): fixing angle-axis style rotation (#90)

6c28c1c1f048d70f4bb5d52e7d5d2343edaa161b authored about 7 years ago
0.5.1

2af525b073cfc49aec6344daaccbf430663a08eb authored about 7 years ago
fix(CAG): added back missing CAG.fromCompactBinary (#91)

* fix(CAG): added back missing CAG.fromCompactBinary !!
* added correct exports
* upgrading te...

57e8f5df2a03ecb787358970dece6a9ecc9ea234 authored about 7 years ago
0.5.0

5cedebcd49a224b85d398d012cc8106169f04adc authored about 7 years ago
refactor(api): merge scad-api code into this repo (#87)

* refactor(): moved most of scad api into src/api
* refactor(): modified imports of api entry
...

eabac968a0c07fd45629edd55158272f92bb839a authored about 7 years ago
0.4.1

dc1bb60741b1a067e3dc81d09f60aa9565884465 authored about 7 years ago
docs(Vector2D): fixed typo in Vector2D documentation (#89)

6b2fce7ad01a9fcc526ffbe39f3f2a13ad46637a authored about 7 years ago
0.4.0

e5b922c338f484689549b115d790a4e1a065e75e authored about 7 years ago
fix(docstring): fixed a few bad docstrings which prevented docs from being generated (#76)

441fd184e2e39e35f609bec7d6badd6ca5797eea authored about 7 years ago
refactor(): restructure (#71)

* refactor():
* seperated code into core & api
* split out a lot of 'api' functions from ...

ab8b9dff870cd6836558e3a370b8093287a5dfcc authored about 7 years ago
0.3.8

ec3a75cbf6701e0d7cfdb450e0037167156839ac authored about 7 years ago
fix(shared object): support shared objects without color (#74)

* Fixed construction of new CSG.Polygon.Shared(undefined)
* Added test for CSG.Polygon.Shared c...

f90ad50fa4a84162275cb706aa0e360d56d74578 authored about 7 years ago
0.3.7

891ad4f3f8b0eba488a7a4351d821824ab9be762 authored about 7 years ago
test(math & geometry): new tests for Line2D, Vector3D, etc, and further coverage (#65)

* Additonal tests for polygon convexity, and shared color construction
* enhanced fail messages...

e10a90762809ee2d644b7bc778949a4165efcbaf authored over 7 years ago
0.3.6

bb9e8942e18446c731adf580661f165fa5ea6aa4 authored over 7 years ago
chore(pkg): minor tweaks to package.json (#64)

* chore(pkg): minor tweaks to package.json
* chore(CI): removed testing for node 7 added testin...

4a0dbaf52144bd0e54af341b7ce4a4a91b5ad62e authored over 7 years ago
0.3.5

9f645861ba94502c684664e7fdef68d7aa9a7710 authored over 7 years ago
fix(fixTJunctions): fixes issues with fixTJunctions (#63)

* fixes internals for some corner cases of fixTJunctions (see https://github.com/jscad/scad-api/...

78c5102574a7fb91afdd97f71562031a9a4d958b authored over 7 years ago
0.3.4

84360bd498c5b624530cb86af13d9fff2500f33c authored over 7 years ago
fix(ConnectorsList): add back missing ConnectorsList (#62)

* fix(ConnectorList): added missing ConnectorList export
* test(connectors): added very basic c...

cfc1c7efca8503952d72e2ddb81f25b54824d92b authored over 7 years ago
0.3.3

2e2c9895f4875129abb3781fa9feaabb482bf88d authored over 7 years ago
test(cag-shapes): fixed failing tests due to precision issues (#60)

added CAGNearlyEquals helper, to deal with precisions issues

0e5ba9f9e3fb0949c3989a2c6dca092b5c1846dc authored over 7 years ago
chore(package): Release automation (#58)

* chore(pkg): added .npmrc & updated gitignore to play nicer with new npm versions
(package-loc...

ec1260fcbd50903cb594dbac347933bb1c579de1 authored over 7 years ago
0.3.2

0aaaf6ec2aba0698ec58722b1eb2654c3a178cb9 authored over 7 years ago
test(Vector3D & Polygon3D) : New tests for Vector3D and Polygon3D (#57)

* Additonal tests for polygon convexity, and shared color construction
* enhanced fail messages...

b73163ae6bb0f744d4bf97fff758db3200d05067 authored over 7 years ago
test(3d shapes): Added basic tests for multiple 3d shapes (#54)

basic tests for
* roundedCylinder
* roundedCube
* cylinderElliptic
* polyhedron

85a8054c8dabaf17866b5de6dab9d5ee65fca4b7 authored over 7 years ago
fix(path2D): added missing innerToCAG method to path2D proto & added tests & docs (#52)

* Changed checkIfConvex() to return boolean
* Changed Polygon constructor to throw error
* Add...

4a5e37ea4985d4172fa8a832cc4f2cbeb961750a authored over 7 years ago
test(): Completed basic tests for Polygon and Polygon.Shared (#51)

* Changed checkIfConvex() to return boolean
* Changed Polygon constructor to throw error
* Add...

94a81556fea600445fd96aeafeaf5b964557c1e1 authored over 7 years ago
Merge pull request #50 from z3dev/master

Additions tests for Polygon

388b0b134f0d122fb3e41f3b28d57daee7fc9c23 authored over 7 years ago
Added tests for createFromPoints()

7f9390f27d77a77e015f03cb5d74522acf95a55f authored over 7 years ago
Removed unused logic in createFromPoints()

Added FIXME comments on strange behaviour

036dc144cf12e26a8ee7f7151ac71f25192b3e4d authored over 7 years ago
Merge branch 'master' of https://github.com/jscad/csg.js

87349c3297805a9e95ce40b04d2fbaf64af12db9 authored over 7 years ago
Merge pull request #49 from jeromew/master

refactor(csg.js): move Path2.innerToCAG to CAGFactories. Renamed as f…

29ed09292241e2f723a4069a7657ef38ed22905e authored over 7 years ago
refactor(csg.js): move Path2.innerToCAG to CAGFactories. Renamed as fromPath2

dfbf743315a819f413d9b74dd9d2338b82f30c40 authored over 7 years ago
Merge branch 'master' of https://github.com/jscad/csg.js

77d5b27d60156d5f156a8be5bb0359e1851ff456 authored over 7 years ago
0.3.1

6624615768e5de6cf18eaed5524ae6e266f5c8af authored over 7 years ago
fix(Polygon3) : also other fixes and tests (#43)

*fixed bad import
*added basic test for polygon3
*updated release scripts

702e5dc2de235c27525dff41ceb5229b9630b74f authored over 7 years ago
docs(): Further Documentation (#45)

* Changed source to everything in src directory
* Additional JSDOC comments

dbdc5fc2b8a54318584851a5a3c179f4a52cda36 authored over 7 years ago
Additional JSDOC comments

9c24e2d01faefea26b99fee22ee402f18f343bf7 authored over 7 years ago
Changed source to everything in src directory

e48921e122e974c0452587f110010d42e4befcba authored over 7 years ago
refactor(csg.js): split out various pieces into seperate modules (#42)

- split out various pieces into seperate modules
- split ou 2d & 3d primitives
- split out mat...

fd81044f0d96fa2389dd7ad9dfacf7384137438f authored over 7 years ago
0.3.0

609006a87688f0268841efd7858ac48195e7d4a6 authored over 7 years ago
feat(CAG.toPoints): CAG Enhancement for toPoints()

* Additional test using Vector3D constructor
* Added CAG.toPoints() in order to convert to a li...

d023243b9ceb5f3ddb1826e590a84348114a955c authored over 7 years ago
0.2.4

060363d1aef4503ee72e88eda90cddb1237b8ebe authored over 7 years ago
fix(CAG): reverted back CAG to default to canonicalized = false

- this fixed some issues dealing in some official OpenJSCAD examples
- enables .canonicalized()...

68a0558ef71e868d8106f62471cc70bd95fad018 authored over 7 years ago
0.2.3

c660d13d7e71f223025e7f08ac6e258f18922408 authored over 7 years ago
chore(): (#38)

- fixed typos /bad names in README
- added missin license file

ef6b0ebd7333c84cfcd76f4775d7c68b1d619956 authored over 7 years ago
0.2.2

86d8cb661d6e9aaa1d6f2d6c763ce1b6fa77530a authored over 7 years ago
Merge branch 'master' of github.com:jscad/csg

24a20e29acfb8f6672848e8ec090f7b5db73b1b2 authored over 7 years ago
chore(package): updated description and names for releases (#37)

1b5af55575a1d3e2c3c064217492de3c64fb20d3 authored over 7 years ago
chore(package): updated description and names for releases

ced5dd7055e445aa19606e4fd7ad013d13937091 authored over 7 years ago
docs:()Last minute changes to README (#36)

modified path to online docs

de5663c1e545fd07806d46221f4e68e003e3295b authored almost 8 years ago
Completing Supporting Documents (#34)

docs(): completed supporting documents

cec17f1e7a93559e07ea7eb353e48f0459f6e64d authored almost 8 years ago
0.2.1

4f9ea3d52f0458df797c45b5f2f6b7942c67b9d1 authored almost 8 years ago
Merge branch 'master' of github.com:jscad/csg

dd1b4354ab6e3f2a45f574cf1964de38fa805941 authored almost 8 years ago
0.2.0

399a4cdc07501a948e2c8ef013a2c5e5e27dd650 authored almost 8 years ago
Merge pull request #32 from jscad/cleanups

Cleanups and fixes to package & tests

95dcbbdb6009241ea3bae51298880768825db2bf authored almost 8 years ago
chore(gitignore): added objects folder to avoid accidental commit of test helpers

ebb79e8cc5ca4ef59b111735a3cafb0ae50304e6 authored almost 8 years ago
refactor(test): import cleanups

6d4de6b9ae04938470a7c8daff2a5d86312e7532 authored almost 8 years ago
fix(asserts): fixed issue with asserts in latest ava

1210f66f95e2bd873fbe30411cb3debf7f26e1c6 authored almost 8 years ago
refactor(test): moved test helpers to test (they are helpers of tests)

- overall cleanup & tweaks

5482f5d99a93d89fded0791539777d0a38138eb2 authored almost 8 years ago
chore(package): updated dependencies

- updated ava commands
- removed obsolete package.json entries

aea4f5e86ef6e484f40cf88d081e93eca5b32fed authored almost 8 years ago
Merge pull request #31 from z3dev/master

Making sense of Epsilon values

59d60670a2e959e33113489467aee20f8479bc72 authored almost 8 years ago
Merge branch 'master' of https://github.com/jscad/csg.js

521d51e63c43d09e7bdb63618f3b6aa68b7efe5d authored almost 8 years ago
Added CSG EPS angleEPS areaEPS

Changed all hard coded values to one of these.

e95d0fd615379b66fd866826ed2d827c6b4b2ace authored almost 8 years ago
Merge pull request #30 from z3dev/master

Initial Tests for Vector2D

a0e21ddff35158b9bd2c6585a478ada31134ec33 authored almost 8 years ago
updated to use nearlyEquals

adc390e25baa78e2c7e2e8919f293439e3c08cfc authored almost 8 years ago
Helper to compare nearly equal numeric values

277af5670fcbaeb11cba1c150f5e957bace80f3f authored almost 8 years ago
Initial Tests for Vector2D

cad3fafacf8594b743465c716993346a43b5e9b4 authored almost 8 years ago
Merge pull request #28 from z3dev/master

Completed integration of cylinderElliptic()

f4fa7b644bccaf13fb3f050cc3f4264d5c60c46f authored almost 8 years ago
Added stub for testing cylinderElliptic()

86e5e01c6038b60231efa4314c9123ef97d873f5 authored almost 8 years ago
Removed tabs from merge of cylinderElliptic()

Changed comments for cylinderElliptic() to JSDOC

980f99e09b18952e1da451e8e129d0258e640c21 authored almost 8 years ago
chore(tests): Increased timeout

timeout for tests seems to be the only issue on travis (they run fine locally for me in Node 4 ...

32cebb380a343e239427de34b6cb5dd62ea25300 authored almost 8 years ago
Merge pull request #2 from dav-m85/test

test CSG

6b0ff43b36c893af5dc523536c7cc74d8dbc59f5 authored almost 8 years ago
forcing es2015 preset because of node 4

bb7fd1b3357775e2eb3d937459b26626a4e22e47 authored almost 8 years ago
Merge remote-tracking branch 'upstream/master' into test

773aa02e942212074bf71934222b9661b820ed94 authored almost 8 years ago
csg shapes testing and test cleanup

5035cec3c87f29f1df53fa340574aa0307906139 authored almost 8 years ago
couple of fixes to enable testing

53c14a16ab133006c3e69e24f8dfb8a2923c7a1f authored almost 8 years ago
moving comparePolygons to asserts

a5fe5b788ad1238bbf44cdf4f731ff728d1ec8b6 authored almost 8 years ago
Added back the one liner description

a07e23810dccd1e75e2db33c17d9630b8d1269d1 authored almost 8 years ago
Merge pull request #13 from z3dev/master

Restructuring comments to JSDOC

4d531e8d939fa1d4650f844f67d8ff9aa98130ea authored almost 8 years ago
adapt CSG constructive operations tests to new project structure

c2783be35426583ad312c22f0128fc7f6a725ae1 authored almost 8 years ago
babel is already declared in ava deps

3071fe2bf56fcd874c1e8afbddc671242303f76b authored almost 8 years ago
Merge remote-tracking branch 'upstream/master' into test

207ad542f3d9c733f92add5727794c6e5f2f91bf authored almost 8 years ago
Merge branch 'master' of https://github.com/jscad/csg.js

4b1de5625b2edf67990ba05c28b38d940595cf4a authored almost 8 years ago