Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
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: micmonay/simconnect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aHugues/simconnect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 30, 2022

  1. Change package name

    aHugues committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    fc84cef View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Move EasySimConnect to an interface

    This commit moves EasySimConnect from a struct to an interface and
    implements it with the concreteEasySimConnect struct. This will allow
    better testing in the future and makes it easier for users to inject
    dependencies.
    Aurélie Hugues committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    e54dbe1 View commit details
    Browse the repository at this point in the history
  2. Add logger to the EasySimConnect struct

    This commit adds a logrus logger to the struct instead of using the
    global logger. This allows the outside user to set the logger
    configuration instead of letting this library use it.
    aHugues committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    18d59e2 View commit details
    Browse the repository at this point in the history
Loading