-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project: added missing release notes
- Loading branch information
1 parent
f4f65f6
commit 2b5390a
Showing
6 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Maintenance release | ||
|
||
## Improvements | ||
|
||
* *guide* #834 added a note about trait inheritance for contexts | ||
|
||
## Fixes | ||
|
||
* allow parameters to be injected in ScalaJS specifications | ||
* moved scala and scalaz future matchers to the JVM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ScalaJS 1.0 release | ||
|
||
## Improvements | ||
|
||
* *core* upgraded ScalaJS to 1.0 | ||
* *core* #809 upgraded scala versions (by @xuwei-k) | ||
* *mock* #808 upgraded mockito-core to 3.3.0 | ||
* *guide* - added an example on using `noShrink` in the user guide | ||
|
||
## Fixes | ||
|
||
* *core* #749 special-case `Option` for quoting values | ||
* *core* #798 proper fix for possible regex match failures in `SpecificationFinder` when trying to find specification class names |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Maintenance release | ||
|
||
## Fixes | ||
|
||
* *core* fixed the instantiation of specification objects with ScalaJS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Maintenance release | ||
|
||
## Fixes | ||
|
||
* *project* release a clean 4.9.2 for ScalaJS 1.0 | ||
* more complete implementation of `Classes` for ScalaJS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Maintenance release | ||
|
||
## Fixes | ||
|
||
* #822 catch fatal errors in executions | ||
* #818 changed the implementation for `beCloseTo` with significant figures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Maintenance release | ||
|
||
## Fixes | ||
|
||
* #757 fixed the instantiation of objects (by @xuwei_k) |