Skip to content

Releases: ryanmoran/faux

Version 0.19.1

08 Sep 00:33
Compare
Choose a tag to compare

Updates dependencies

Version 0.19.0

07 Sep 23:38
Compare
Choose a tag to compare

Allows fakes to be named directly using a --name flag.

Version 0.18.0

06 Oct 18:33
Compare
Choose a tag to compare

Handles import tracking for aliases and mixin packages for subtypes.

Version 0.17.0

06 Oct 16:32
Compare
Choose a tag to compare

Allows interfaces to include packages that are aliased.

Version 0.16.0

07 Sep 20:45
Compare
Choose a tag to compare

Handles send/recv only channels correctly.

Version 0.15.0

06 Sep 18:52
Compare
Choose a tag to compare

Fixes the naming of fields that are pointers to named types.

Version 0.14.0

06 Sep 18:29
Compare
Choose a tag to compare

Bumps Golang version to 1.13

Version 0.13.0

03 Jul 14:35
Compare
Choose a tag to compare

Uses the absolute file path when processing imports for a generated fake file.

Version 0.12.0

28 May 16:01
Compare
Choose a tag to compare

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

22 May 13:50
Compare
Choose a tag to compare

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.