-
Notifications
You must be signed in to change notification settings - Fork 17
Fix collection getMapping #507
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
Conversation
doc/7/getting-started/.react/cypress/screenshots | ||
doc/7/getting-started/.react/cypress/videos | ||
doc/7/getting-started/.vuejs/cypress/screenshots | ||
doc/7/getting-started/.vuejs/cypress/videos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this .gitignore has to be updated every time a new version comes out?
doc/7/getting-started/.react/cypress/screenshots | |
doc/7/getting-started/.react/cypress/videos | |
doc/7/getting-started/.vuejs/cypress/screenshots | |
doc/7/getting-started/.vuejs/cypress/videos | |
doc/*/getting-started/.react/cypress/screenshots | |
doc/*/getting-started/.react/cypress/videos | |
doc/*/getting-started/.vuejs/cypress/screenshots | |
doc/*/getting-started/.vuejs/cypress/videos |
Codecov Report
@@ Coverage Diff @@
## 7-dev #507 +/- ##
=======================================
Coverage 95.79% 95.79%
=======================================
Files 32 32
Lines 1308 1309 +1
=======================================
+ Hits 1253 1254 +1
Misses 55 55
Continue to review full report at Codecov.
|
# [7.2.0](https://github.com/kuzzleio/sdk-javascript/releases/tag/7.2.0) (2020-04-28) #### Bug fixes - [ [#508](#508) ] Fix SearchResult.next with sort/size ([Aschen](https://github.com/Aschen)) - [ [#512](#512) ] Fix token expired ([Aschen](https://github.com/Aschen)) - [ [#511](#511) ] Avoid to mutate user options ([Aschen](https://github.com/Aschen)) - [ [#507](#507) ] Fix collection getMapping ([Aschen](https://github.com/Aschen)) #### New features - [ [#510](#510) ] Add security:refresh ([Yoann-Abbes](https://github.com/Yoann-Abbes)) #### Enhancements - [ [#509](#509) ] Add the rate limit property to Profile objects ([scottinet](https://github.com/scottinet)) ---
What does this PR do?
Allow to pass the option
includeKuzzleMeta
to collection:getMapping method