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

Projections follow up #454

Merged
merged 3 commits into from
Aug 20, 2021
Merged

Projections follow up #454

merged 3 commits into from
Aug 20, 2021

Commits on Aug 19, 2021

  1. Projections follow up

    This is a follow up PR after merging the Projections PR. This is
    a combination of lots of small things.
    
    - Add documentation to properties of `MapEntry` so that they are
    displayed
    - Move map#project so that we maintain alphabetical order
    - Add some corner case tests for projections and aggregations
    - Used asserCountEqual on projection tests so that the tests will
    be more durable, even if we add more items to map
    - Add missing API documentation for projections
    - Fix API documentation of projections around the return value documentations
    - Add unit tests for the invalid projection inputs
    - Make the projections code snippet simpler
    - Add a code sample for projections
    mdumandag committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    ce3eae1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    2835336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dcc95f View commit details
    Browse the repository at this point in the history