Changelog for wavefront-0.7.0.3
0.7.0.2
- Added support for
vector-0.12.0.0.
0.7.0.2
- Added support for GHC 8.
0.7.0.1
- Added support for
dlist-0.8.
0.7
- Changed
Elementconstructor by addingelSmoothingGroup.
## 0.6
Facehas just a single constructor now; pattern synonmys are available to pattern match againstTriangleandQuad.
0.5.1
- Exported all useful constructors and symbols.
0.5
Breaking changes
objFacesnow contain structured faces of typeFace. AFacecan be:- a
Triangle; - a
Quad; - an arbritrary
Polygon. Whatever the shape of the face, it holds severalFaceIndexused to reference locations, normals and texture coordinates.
- a
- Ditto for
objLines.
0.4.0.1
- Fixed a bug in the implementation of
untilEnd.
0.4
- Removed most modules from the exposed interface. Everything can be found in Codec.Wavefront.
- Changed internal structures of a few types. The structure of those types shouldn’t be used in the interface, so a few functions to access them was provided.
0.3
Breaking changes
- Changed the interface to manipulate
WavefrontOBJ. It’s now a dedicated type withVectorinstead ofDList, which is way better.
0.2
Non-breaking changes
- Added more verbose documentation everywhere.
Breaking changes
- Removed
ctxtName. It was an old function used to implement user-defined objects, but since we haveElement, we don’t need those anymore.
0.1.0.2
- Changed the loop of
tokenizefrommany1tountilEnd(internal parser in Token.hs). That’s due to the factmany1silently ignores failures whileuntilEnddoes not. - Changed implementation of
tokenizeto usechoice, which is implemented exactly as we had. - Removed
identifierand usenameinstead to relax conditions on formatting names.
0.1.0.1
- Added forgotten Codec.Wavefront.
0.1
- Initial revision.