Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pr1sm/history_dart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: pr1sm/history_dart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 35 files changed
  • 1 contributor

Commits on Sep 7, 2019

  1. Add pedantic package

    This commit adds the pedantic package to the project as a dev
    dependency and includes the recommended analysis options in the
    projects analysis options yaml file.
    pr1sm committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    887a6f8 View commit details
    Browse the repository at this point in the history
  2. Fix analysis lints

    This commit fixes lints generated from the pedantic analysis
    options. Formatting is run to ensure format checks pass.
    
    No functionality is affected by these changes.
    pr1sm committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    9b52a79 View commit details
    Browse the repository at this point in the history
  3. Fix unnecessary_new lint

    For some reason the unnecessary_new lint is not showing up locally,
    but is showing up in the ci builds -- this commit addresses the lint.
    pr1sm committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    6f3050f View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.0.2

    This commit bumps the package version for a patch release since
    no functionality is changed. The changelog is updated as well.
    pr1sm committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    2e6b002 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.2

    Merge pull request #3 from pr1sm/update_analysis_options
    pr1sm authored Sep 7, 2019
    Configuration menu
    Copy the full SHA
    02e1179 View commit details
    Browse the repository at this point in the history
Loading