Skip to content

Releases: DCzajkowski/snapshy

Configurable snapshots directory

06 Jun 14:12
Compare
Choose a tag to compare

Thanks to a contribution by the community member @punchcafe, this version has gotten a new feature (introduced in #7).

Changelog:

  • Added an ability to specify a directory in which the snapshot files are saved.

Inspect options override and opaque structs support

07 Mar 00:55
Compare
Choose a tag to compare

Thanks to a contribution by the community member @Legrandk, this version has gotten two new features (introduced in #5).

Changelog:

  • Added an ability to override Inspect.Algebra.to_doc/2 options via :serialize_inspect_options in Application env

If your application uses some custom :serialize_inspect_options, your snapshots will be generated using this configuration. This may be a breaking change if you have configuration that doesn't allow values you use. In this case, please file a new issue.

  • Made structs be formatted by the inspect protocol. This allows to opaque structs to be serialized properly.

Added a `test_snapshot` improvement

11 May 23:03
Compare
Choose a tag to compare

0.2.3

11 May 23:00
9460e06
Compare
Choose a tag to compare
Update Snapshy version in the readme file

0.2.2

09 May 01:11
Compare
Choose a tag to compare
Merge branch 'master' of github.com:DCzajkowski/snapshy

0.2.1: Merge pull request #1 from DCzajkowski/feature/travis

09 May 01:10
7b16e63
Compare
Choose a tag to compare