Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.4 #131

Merged
merged 2 commits into from
Jul 17, 2017
Merged

Release 0.3.4 #131

merged 2 commits into from
Jul 17, 2017

Conversation

wiyarmir
Copy link
Member

@wiyarmir wiyarmir commented Jul 17, 2017

Added:

  • StateT type
  • Discipline
  • IO Monad
  • Kleisli instances
  • Test laws

Changed:

Removed:

  • Remove remaining katz references

Fixed:

  • Fix usage in Android API below 19

Full list of closed PRs:

#122 MonadError Laws [by @raulraja]
#65 Create discipline [by @JMPergar]
#112 Typeclasses laws [by @raulraja]
#116 Rename test folder from katz to kategory [by @Guardiola31337, @ffgiraldez]
#117 Remove katz directory [by @raulraja, @pakoito]
#119 fix usage on android API <19 [by @ffgiraldez, @pakoito]
#120 Add fixes to Monads found by new Law checks [by @pakoito, @raulraja]
#121 Address PR changes in Eq [by @pakoito]
#109 Add IO Monad [by @pakoito, @ffgiraldez]
#123 Add instances to Kleisli [by @pakoito]
#124 Add tests for StateT
#125 Extract common implementations of Eq [by @pakoito]
#126 Fix first Reader implicit instantiation [by @pakoito, @ffgiraldez]
#127 Kleisli and EitherT extra instances and tests + some fixes [by @raulraja]
#128 Add laws for Foldable instances [by @pakoito]
#129 Add instance lookup for Foldable and Traverse methods [by @pakoito]

@codecov-io
Copy link

codecov-io commented Jul 17, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@501d6af). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #131   +/-   ##
=========================================
  Coverage          ?   55.65%           
  Complexity        ?      212           
=========================================
  Files             ?       90           
  Lines             ?     1335           
  Branches          ?      174           
=========================================
  Hits              ?      743           
  Misses            ?      518           
  Partials          ?       74

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 501d6af...61c87be. Read the comment docs.

@@ -1,6 +1,6 @@
# Package definitions
GROUP=io.kategory
VERSION_NAME=0.3.4-SNAPSHOT
VERSION_NAME=0.3.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.3.5-SNAPSHOT, as we're going to start working towards 0.3.5!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm working on a script that adds -SNAPSHOT to every non-release build, but you are right, until then it should stay 😄

Copy link
Member

@pakoito pakoito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting for @ffgiraldez. I'll stamp myself.

@pakoito pakoito requested a review from ffgiraldez July 17, 2017 20:51
@ffgiraldez ffgiraldez merged commit 0cbe5ca into arrow-kt:master Jul 17, 2017
rachelcarmena pushed a commit that referenced this pull request Feb 24, 2021
* Fix Validated docs by adding previously mentioned parallelValidate fun to accumulate errors

* Adds Validated.fromNullable equivalent to fromOption

* Adds Validated.fx in docs as a refactor in the config parsing function

* Add suspend and non-suspend fx blocks like Either

* Add specific nelApplicative function for Validated

* Add section about Validated.nelApplicative

* Language Review

Co-authored-by: Jason McClellan <52432856+jkmcclellan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants