mon/CHANGELOG

39 lines
612 B
Text
Raw Normal View History

2017-09-17 10:37:15 +01:00
CHANGELOG
=========
2017-12-10 18:58:44 +00:00
0.5.0
-----
2018-02-28 22:27:11 +00:00
* Add `Before`, `After` and `Around` combinators
* Use `kemitix-maven-tiles`
* Add `BeanBuilder` experiment
* Upgrade `lombok` to 1.16.20
* Upgrade assertj to 3.9.1
2017-12-10 18:58:44 +00:00
2017-11-26 19:55:28 +00:00
0.4.0
-----
2017-12-09 18:53:32 +00:00
* Restore public access for `TypeAlias.getValue()`
2017-12-10 16:11:12 +00:00
* Add `Maybe`, `Just`, `Nothing`
2017-11-26 19:55:28 +00:00
2017-10-19 22:54:27 +01:00
0.3.0
-----
2017-11-26 19:54:31 +00:00
* `TypeAlias.getValue()` removed in favour of using `map()`
2017-10-19 22:54:27 +01:00
0.2.0
-----
* `TypeAlias.getValue()` is not `final`
* Added `TypeAlias.map()`
* `Mon.map()` and `Mon.flatMap()` are `final`
* Codacy Quality clean up
2017-09-17 10:37:15 +01:00
0.1.0
-----
* Add `TypeAlias<T>`
* Add `Functor<T>`
* Add `Identity<T>`
* Add `Mon<T>`