lewismiddleton
Results
2
issues of
lewismiddleton
Changes the return type on the `Machine.Parse` method to return a ConventionalCommit object. This gives the type system more information on the properties available. We still get the type information...
When using this package, I found that the return type of the Parse method didn't give me access to any of the attributes on the ConventionalCommit object. Minimal Reproducer ```...