Skip to content

Releases: gongo/turnip_formatter

v0.8.0

06 Sep 16:02
Compare
Choose a tag to compare

What's Changed

  • Support activesupport v7 by @masayuki0812 in #104
  • Use GitHub Actions instead of Travis CI by @gongo in #105
    • Support RSpec 3.11 and 3.12 (Drop 3.7, 3.8)
    • Support Ruby 3.0 or later (drop 2.x)
  • Set coveralls environment. by @gongo in #106
  • Support turnip version 4 and limit counts to features by @marcoadkins in #103
    • Drop turnip 3.x

Full Changelog: v0.7.2...v0.8.0

v0.7.1

27 Jun 15:30
Compare
Choose a tag to compare

Notes

Support ActiveSupport 5.x [GH-99]

v0.7.0

01 Feb 15:32
Compare
Choose a tag to compare

Notes

  • Support RSpec 3.6 and 3.7 [GH-97]
    • Drop 3.5, 3.4 and 3.3
  • Support Turnip 3.1.0 [GH-98]

v0.6.1

23 Apr 12:19
Compare
Choose a tag to compare

Support RSpec 3.5.x [GH-92] [GH-93]

v0.6.0

04 Apr 14:18
Compare
Choose a tag to compare

Notes

Features

Supports the following scenario cases:

  1. When multiple error occur in one step [GH-87]
  2. When multiple error occur in one scenario [GH-87]
  3. When error occurs in before hook [GH-83]
  4. When error occurs in after hook [GH-83]

refs: example/README.md

Fixes

Refactoring Classes: rename

Before class name (v0.5.0) After class name (v0.6.0) issue / pr
TurnipFormatter::Printer::Scenario TurnipFormatter::Renderer::Html::Scenario [GH-71]
TurnipFormatter::Printer::TabXXXStatistics TurnipFormatter::Renderer::Html::StatisticsXXX [GH-72]
TurnipFormatter::Printer::RuntimeError TurnipFormatter::Renderer::Html::ScenarioOutline [GH-74]
TurnipFormatter::Printer::Index TurnipFormatter::Renderer::Html::index [GH-75]
TurnipFormatter::Template#xxx TurnipFormatter::Renderer::Html#xxx [GH-78]

v0.6.0.pre.beta.7

28 Feb 03:51
Compare
Choose a tag to compare

Bug Fixes

  • Support failure report with aggregate_failures [GH-87]

v0.6.0.pre.beta.6

19 Jan 03:57
Compare
Choose a tag to compare

Bug fixes

  • TurnipFormatter::Renderer::Html::RuntimeError was recognized as built-in RuntimeError [GH-86]

v0.6.0.pre.beta.5

18 Jan 10:45
Compare
Choose a tag to compare

Bug fixes

  • Support errors occur at before and after hook [GH-83]

Core

  • Drop support RSpec 3.2.x [GH-85]

v0.6.0.pre.beta.4

21 Dec 03:52
Compare
Choose a tag to compare

Bug fixes

  • Step report should be html escaped [GH-81]

v0.6.0.pre.beta.3

21 Nov 20:08
Compare
Choose a tag to compare

Bug fixes

  • Occur error when blank feature [GH-80]

Refactoring

  • TF::Printer::Scenario ➡️ TF::Renderer::Html::Scenario [GH-71]
  • TF::Printer::TabXXXStatistics ➡️ TF::Renderer::Html::StatisticsXXX [GH-72]
  • TF::Printer::RuntimeError ➡️ TF::Renderer::Html::RuntimeError [GH-74]
  • TF::Printer::Index ➡️ TF::Renderer::Html::Index [GH-75]
  • TF::Template 's methods ➡️ TF::Renderer::Html [GH-78]