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

✨"now configurable!"; customizable auto-labels and diff style #38

Closed
wants to merge 16 commits into from

Commits on Feb 24, 2020

  1. tests/refactor ~ increase test flexibility with templates and 'maybe_…

    …unwind' (to catch panics)
    rivy committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    94a58ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80cd29b View commit details
    Browse the repository at this point in the history
  3. add "labels" feature (auto-label arguments for assert output)

    - with the "labels" feature enabled, `assert_{eq,ne}!(...)` will auto-label arguments
    - `with_labels_assert_{eq,ne}!(...)` will always auto-label arguments
      - arguments may be manually labelled by using `with_labels_assert_{eq,ne}!(foo: ..., bar: ...)` syntax
    
    * note: to be auto-labeled, both arguments must be identifiers, not values
    rivy committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a0442e3 View commit details
    Browse the repository at this point in the history
  4. tests ~ add "labels" tests

    rivy committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f8f782b View commit details
    Browse the repository at this point in the history
  5. refactor ~ pin all "unstable" dependencies (semver has no API stabili…

    …ty guarantees for < v1.0.0)
    rivy committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    05db9a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7218f62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68d5737 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3df61dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f4e81b View commit details
    Browse the repository at this point in the history
  10. refactor ~ simplify main 'lib' (format_changeset() => Comparison + …

    …Config; repackaging related code)
    rivy committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    af88089 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49cb4d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0edcc67 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    669e8d0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5af20db View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f39b86 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    0d65b17 View commit details
    Browse the repository at this point in the history