packages feed

waterfall-cad-examples-0.6.2.1: CHANGELOG.md

# Changelog for `waterfall-cad-examples`

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).

## Unreleased

## 0.6.2.1

## 0.6.2.0

- Added `TakePathFractionExample`, demonstrating `takePathFraction`

## 0.6.1.0

### Added 

- Added `PlatonicSolidsExample`, demonstrating `tetrahedron`, `centeredCube`, `octahedron`, `dodecahedron` and `icosahedron`

## 0.6.0.1

- Adjusted `CsgExample` to use `centeredCylinder`, and removed use of `Booleans.Operators` 
- Use `whenNearlyEqual` in `FilletExample`

## 0.6.0.0

### Added

- Added `TwoDBooleansExample` demonstrating 2D boolean operations
- Added Chamfers to `FilletExample`

## 0.5.1.1

- Add 3D models to Haddocks

## 0.5.0.0

- Add SVG.PathExample and SVG.ReadFileExample
- Add SVG output

## 0.4.0.0

- Add LoftExample

## 0.3.0.1

## 0.3.0.0

### Changed

- The project now depends on (and supports) OpenCascade `7.8.0` or later

## 0.2.2.1

## 0.2.2.0

- Added an example demonstrating `Waterfall.IO.readSolid`
- Added support for writing files as OBJ

## 0.2.1.0

- Added support for writing files as GLTF/GLB

## 0.2.0.0

- Add an example demonstrating both `Waterfall.BoundingBox.Oriented` and `Waterfall.BoundingBox.AxisAligned`

## 0.1.2.2 - 2024-01-09 

### Fixed

- Fixed dependency versions

## 0.1.2.1 - 2024-01-09 

### Added 

- Add an example for `Waterfall.Offset`

## 0.1.1.1 - 2023-12-12 

## 0.1.1.0 - 2023-12-12 

## 0.1.0.0 - 2023-12-05 

### Added

- Added Waterfall.Text, containing text rendering functions

## 0.0.0.1 - 2023-11-29