- .NET Core project files migration
- .NET 5.0 migration
- FAKE 5 build migration
- update docs
- map with interval like Map.map
- Fix MinValue and MaxValue on infinite
- extract generic set theory on interval
- add foldN and ofSeq
- add always
- clean ofMap
- add fold function
- fix ofMap
- Add ofOption feature
- Bug fix on contiguous detection
- Fix Documentation
- refactoring on apply and add lift2
- enhanced merge function, avoid toList
- traverse map : Map<'a, 'b Temporary #seq> -> Map<'a, 'b> Temporary seq see : http://fsharpforfunandprofit.com/posts/elevated-world-4/#traverse Aggregate accross time intersection, in order to have coherence and applicative functor approach. A usefull simple sample can be found into TraverseTests.
- Applicative functor : function is now an n option type parameter function in order to get a better feedback on missing value on period
- Applicative functor for value on time interval