Skip to content

Releases: m3g/ShowMethodTesting.jl

v1.3.0

23 Nov 23:54

Choose a tag to compare

ShowMethodTesting v1.3.0

Diff since v1.2.1

  • Better support (actual support) for floating point numbers in scientific notation.

Merged pull requests:

  • Bump actions/checkout from 4 to 5 (#11) (@dependabot[bot])
  • support comparison with numbers in scientific notation (#12) (@lmiq)

v1.2.1

06 Nov 20:40

Choose a tag to compare

ShowMethodTesting v1.2.1

Diff since v1.2.0

  • improve comparison of arrays and propagate comparison options to string compared.

v1.2.0

17 Mar 14:09

Choose a tag to compare

ShowMethodTesting v1.2.0

Diff since v1.1.0

New features:

  • The parse_show function supports now the context and mime keywords, which are forwarded to the repr call as repr(mime, x; context=...). If mime == nothing the repr(x; context=...) method is called (by default mime == nothing and context == nothing).

Merged pull requests:

  • support context and mime passing to repr (#10) (@lmiq)

v1.1.0

07 Mar 14:10

Choose a tag to compare

ShowMethodTesting v1.1.0

Diff since v1.0.2

New feature

  • Support any container with elements of type Pair as the list of replacements to be applied in parse_show.

Merged pull requests:

  • support arrays for collections in repl (#8) (@lmiq)

v1.0.2

07 Mar 13:06

Choose a tag to compare

ShowMethodTesting v1.0.2

Diff since v1.0.1

  • Show full compared strings when the comparison fails.

v1.0.1

07 Mar 12:23

Choose a tag to compare

ShowMethodTesting v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

21 Dec 19:27

Choose a tag to compare

ShowMethodTesting v1.0.0

Update release.