Skip to content

Latest commit

 

History

History
239 lines (98 loc) · 6.5 KB

CHANGELOG.md

File metadata and controls

239 lines (98 loc) · 6.5 KB

0.7.0 (2018-09-01)

Features

  • path: Add getTurn() method to determine the general turn direction of a path. (#116) (4cd83fa)

0.6.0 (2018-06-21)

Bug Fixes

Features

  • 2d polygons: add support for polygons (2D) with holes(#101) (22f8f80)
  • vector_text/char: big overhaul & additions to the vector_text/ char system (#107) (eadcd58)

0.5.4 (2018-03-16)

Bug Fixes

  • center: Correcting center() functionality (#97) (52e792d)

0.5.3 (2018-02-13)

0.5.2 (2018-01-29)

Bug Fixes

  • rotate: fixing angle-axis style rotation (#90) (6c28c1c)

0.5.1 (2018-01-29)

Bug Fixes

  • CAG: added back missing CAG.fromCompactBinary (#91) (57e8f5d)

0.5.0 (2018-01-19)

0.4.1 (2018-01-19)

0.4.0 (2018-01-05)

Bug Fixes

  • docstring: fixed a few bad docstrings which prevented docs from being generated (#76) (441fd18)

0.3.8 (2018-01-04)

Bug Fixes

  • shared object: support shared objects without color (#74) (f90ad50)

0.3.7 (2017-11-13)

0.3.6 (2017-11-03)

0.3.5 (2017-11-03)

Bug Fixes

  • fixTJunctions: fixes issues with fixTJunctions (#63) (78c5102)

0.3.4 (2017-11-01)

Bug Fixes

  • ConnectorsList: add back missing ConnectorsList (#62) (cfc1c7e)

0.3.3 (2017-11-01)

0.3.2 (2017-10-28)

Bug Fixes

  • path2D: added missing innerToCAG method to path2D proto & added tests & docs (#52) (4a5e37e)

0.3.1 (2017-06-11)

0.3.0 (2017-05-30)

Features

  • CAG.toPoints: CAG Enhancement for toPoints() (d023243)

0.2.4 (2017-05-20)

Bug Fixes

  • CAG: reverted back CAG to default to canonicalized = false (68a0558)

0.2.3 (2017-05-19)

0.2.2 (2017-05-19)

0.2.1 (2017-04-27)

0.2.0 (2017-04-27)

Bug Fixes

  • asserts: fixed issue with asserts in latest ava (1210f66)

0.1.4 (2017-01-27)

Bug Fixes

  • README: more attempts at fixing README on npm ... (a5ae096)

0.1.3 (2017-01-27)

0.1.2 (2017-01-27)

Bug Fixes

  • typo: fixed typo in package name (4f2aec6)

0.1.1 (2017-01-27)

Bug Fixes

  • babelrc: added missing babelrc (94f9684)
  • package: removed part of package relevant to 'builds' (7bf4815)

0.1.0 (2017-01-16)

Bug Fixes

  • bools fail if cylinder resolution not integer. Solution: parse all resolution as int (af6453c)
  • package: fixed package name (cbba148)

Features

  • csg.js: updated csg.js based on recent changes in OpenjSCAD.org (db1d133)