ex_unit_fixtures v0.3.1 Release Notes

Release Date: 2016-02-01 // about 8 years ago
    • ๐Ÿ“š Hid some documentation on the internals of the library from the public API docs.
    • โœ… Module scoped dependencies can no longer depend on test scoped dependencies.
    • ๐Ÿ›  Fixed an issue where fixtures were marked as "function" scoped by default, rather than the "test" scoped expected in most places and stated in the docs.
    • ๐Ÿ›  Fixed an issue where module scoped fixtures would be created on module start, but then also created whenever a test depended on them.