Releases: ryanmoran/faux
Version 0.19.1
Updates dependencies
Version 0.19.0
Allows fakes to be named directly using a --name
flag.
Version 0.18.0
Handles import tracking for aliases and mixin packages for subtypes.
Version 0.17.0
Allows interfaces to include packages that are aliased.
Version 0.16.0
Handles send/recv only channels correctly.
Version 0.15.0
Fixes the naming of fields that are pointers to named types.
Version 0.14.0
Bumps Golang version to 1.13
Version 0.13.0
Uses the absolute file path when processing imports for a generated fake file.
Version 0.12.0
Fixes a bug that would infinitely recurse across named types that are already defined. Should have not visible impact on fake generation.
Version 0.11.0
Fixes a bug that prevented the entire dependency graph for an interface from being loaded. This resulted in incorrectly generated fakes. There may be a increase in generation time due to the larger dependency graph now being loaded.