|
| 1 | +4.8.1 |
| 2 | +----- |
| 3 | + |
| 4 | +### Enhancements |
| 5 | + |
| 6 | +- Add Trampoline.suspend(final F0<Trampoline<A>> a). (see [#367](https://github.com/functionaljava/functionaljava/pull/367)); |
| 7 | + |
| 8 | +### Fixes |
| 9 | + |
| 10 | +- Fix regression in lifted semigroup sum. Fix #365 (see [#366](https://github.com/functionaljava/functionaljava/pull/366)); |
| 11 | + |
| 12 | +### Internal |
| 13 | + |
| 14 | +- Fix compile under jdk11. Enable jdk11 travis build. (see [#361](https://github.com/functionaljava/functionaljava/pull/361)); |
| 15 | +- Fix warnings (see [#369](https://github.com/functionaljava/functionaljava/pull/369)); |
| 16 | +- Add P tests (see [#360](https://github.com/functionaljava/functionaljava/pull/360)); |
| 17 | +- Exclude consume/ from coverage (see [#357](https://github.com/functionaljava/functionaljava/pull/357)); |
| 18 | +- Add DList tests (see [#356](https://github.com/functionaljava/functionaljava/pull/356)); |
| 19 | +- Add Visitor tests (see [#354](https://github.com/functionaljava/functionaljava/pull/354)); |
| 20 | + |
1 | 21 | 4.8
|
2 | 22 | ---
|
3 | 23 |
|
|
20 | 40 | - Added Scalacheck Arbitrary implementations for Natural and NonEmptyList. (see [`405c3ec`](https://github.com/functionaljava/functionaljava/commit/405c3ec));
|
21 | 41 | - Added unit test coverage for Semigroup implementations. The StringBuffer and StringBuilder tests fail because both of those types are mutable. The IO test fails because the ArbitraryIO implementation does not implement equals. (see [`ef81130`](https://github.com/functionaljava/functionaljava/commit/ef81130));
|
22 | 42 | - Fixed the ArbitraryIO implementation and created a Properties object for testing the IO semigroup. (see [`a8e979f`](https://github.com/functionaljava/functionaljava/commit/a8e979f));
|
23 |
| -- Added working tests coverage for the StringBuffer and StringBuilder semigroup implementations. Added the Semigroup tests to the list of Scalacheck test suite. (see [`aa4de33`](https://github.com/functionaljava/functionaljava/commit/aa4de33)); |
24 | 43 | - Equal: remove reference to static field of LazyString. Fix #321 (see [`6c6dabd`](https://github.com/functionaljava/functionaljava/commit/6c6dabd));
|
25 | 44 | - Add IOFunctions tests (see [#340](https://github.com/functionaljava/functionaljava/pull/340));
|
26 | 45 | - Add Stream tests (see [#341](https://github.com/functionaljava/functionaljava/pull/341));
|
|
30 | 49 | - Add Parser tests (see [#349](https://github.com/functionaljava/functionaljava/pull/349));
|
31 | 50 | - Add FingerTree tests (see [#351](https://github.com/functionaljava/functionaljava/pull/351));
|
32 | 51 | - Add TreeZipper tests (see [#352](https://github.com/functionaljava/functionaljava/pull/352));
|
33 |
| -- Add Reader/Writer tests (see [#353](https://github.com/functionaljava/functionaljava/pull/353)); |
| 52 | +- Add Reader/Writer tests (see [#353](https://github.com/functionaljava/functionaljava/pull/353)); |
0 commit comments