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 1.2.0 #21

Closed
wants to merge 7 commits into from
Closed

Release 1.2.0 #21

wants to merge 7 commits into from

Conversation

benoitvidis
Copy link
Contributor

@benoitvidis benoitvidis commented Nov 20, 2018

1.2.0 (2018-11-20)

Bug fixes

  • [ #16 ] Fix "equals" crashing on unknown value types (scottinet)

New features

  • [ #17 ] The keyword "exists" can now search for array values (scottinet)

Enhancements


scottinet and others added 7 commits September 13, 2018 15:05
Fix "equals" crashing on unknown value types
* document array value syntax

* unit tests update + bugfixes

* fix broken test

* forgot to add the new file to git -_-

* use a Set to store field=>operand keys

* fix array value description

* add missing tests (oops)

* even better performances

* apply @amaret comment
* document array value syntax

* wip

* unit tests update + bugfixes

* fix broken test

* forgot to add the new file to git -_-

* use a Set to store field=>operand keys

* fix array value description

* add missing tests (oops)

* even better performances

* (wip)

* further simplification + unit tests updates

* modernize, simplify, optimize

* leftovers

* add LGTM badges
@codecov-io
Copy link

codecov-io commented Nov 20, 2018

Codecov Report

Merging #21 into master will increase coverage by <.01%.
The diff coverage is 99.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   96.62%   96.62%   +<.01%     
==========================================
  Files          33       33              
  Lines         978      979       +1     
==========================================
+ Hits          945      946       +1     
  Misses         33       33
Impacted Files Coverage Δ
lib/match/matchExists.js 100% <100%> (ø) ⬆️
lib/match/matchNotGeospatial.js 100% <100%> (ø) ⬆️
lib/match/matchNotEquals.js 100% <100%> (ø) ⬆️
lib/match/matchGeospatial.js 100% <100%> (ø) ⬆️
lib/storage/removeOperands.js 99.01% <100%> (ø) ⬆️
lib/match/matchRegexp.js 100% <100%> (ø) ⬆️
lib/storage/objects/subfilter.js 100% <100%> (ø) ⬆️
lib/transform/canonical.js 87.24% <100%> (ø) ⬆️
lib/match/matchNotRegexp.js 100% <100%> (ø) ⬆️
lib/storage/index.js 98.18% <100%> (ø) ⬆️
... and 32 more

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 36f25f9...a7d8622. Read the comment docs.

@benoitvidis
Copy link
Contributor Author

need to rebase - closing

@scottinet scottinet deleted the 1.2.0-proposal branch June 10, 2021 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants