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

Add lang.and and lang.or for booleans #220

Merged
merged 2 commits into from
Jan 17, 2018
Merged

Add lang.and and lang.or for booleans #220

merged 2 commits into from
Jan 17, 2018

Conversation

nlepage
Copy link
Member

@nlepage nlepage commented Jan 16, 2018

Description

&& and || operators

Example usage

See JSDoc

@nlepage nlepage added this to the 1.0 milestone Jan 16, 2018
@nlepage nlepage self-assigned this Jan 16, 2018
@codecov-io
Copy link

Codecov Report

Merging #220 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #220   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          93     95    +2     
  Lines         267    269    +2     
=====================================
+ Hits          267    269    +2
Impacted Files Coverage Δ
packages/immutadot/src/lang/and.js 100% <100%> (ø)
packages/immutadot/src/lang/or.js 100% <100%> (ø)

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 5059858...81b46cb. Read the comment docs.

@nlepage nlepage merged commit d2d112e into master Jan 17, 2018
@nlepage nlepage deleted the feature/lang_boolean branch January 17, 2018 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants