Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesshore committed Apr 18, 2020
1 parent 10aaea8 commit a3b371b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ description to be done
* Improved error messages when making invalid assertions
* Improved nickname generation
* Added optional `nickname` parameter to QElement.parent()

* Added optional `nickname` parameter to PositionDescriptor.to()
* PositionDescriptor returns a Span, which is completely compatible with previous return value
* New Span descriptor; Span.middle; Span.center; Span.plus; Span.minus; Span.times


## 0.15.x: Support for third-party test runners
Expand Down
8 changes: 3 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
* (DONE) .should.notEqual()
* (DONE) PositionDescriptor assertions
* (DONE) SizeDescriptor assertions
* PositionDescriptor.to() return a 'span' that can have a middle/center.
* e.g., logo.center.should.equal(button.left.to(content.left).center);
* Description of above: "center of span from left edge of 'button' to left edge of 'center'"
* (DONE) PositionDescriptor.to() return a 'span' that can have a middle/center.
* (DONE) Update nickname generation
* Rename element.rendered --> element.rendering or other? If so, rename ElementRendered class?
* Fix documentation, including links, if this is changed
Expand All @@ -51,8 +49,8 @@
* (DONE) PositionDescriptor.to() is a Span, not a Size
* (DONE) PositionDescriptor.to() takes a nickname
* (DONE) SizeDescriptor equivalent - Span
* Check links - Span, SizeDescriptor equivalents, PositionDescriptor.to(), api
* CHANGELOG
* (DONE) Check links - Span, SizeDescriptor equivalents, PositionDescriptor.to(), api
* (DONE) CHANGELOG


## Dogfooding Notes
Expand Down

0 comments on commit a3b371b

Please sign in to comment.