Skip to content

Commit

Permalink
Update to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HopefulLlama committed Jun 8, 2017
1 parent e77db09 commit bd35795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
- Nothing yet

## [2.0.0] - 2017-06-08
### Added
- `assert` now has an optional `withSetup(setupText)` to allow insertion of OpenSCAD code, prior to the test. Chains with both `openScadFunction()` and `openScadModule()`.
- `assert.openScad2DModule()` now available, along with assertions for 2D modules.
Expand All @@ -21,7 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- `openScadFunction().outputToBe('...')` now performs a strict equality check, rather than weak containment check.


## [1.1.0] - 2017-05-28
### Added
- `not()` function to both `openScadFunction()` and `openScadModule`. Inverts the expectation of the next chained assertion.
Expand All @@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release hype!

[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/HopefulLlama/UnitTestSCAD/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unittestscad",
"version": "1.2.0",
"version": "2.0.0",
"description": "UnitTestSCAD: Unit Testing for OpenSCAD",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd35795

Please sign in to comment.