Skip to content

Releases: proofit404/stories

5.1.0

14 Oct 19:30
Compare
Choose a tag to compare

5.1.0 (2022-10-14)

Features

5.0.0

21 Jul 13:45
Compare
Choose a tag to compare

5.0.0 (2022-07-21)

Code Refactoring

Features

BREAKING CHANGES

  • The old codebase was removed. The library was redesigned
    from scratch. A lot of existed functionality was removed. Contrib integrations
    was moved to separate repositories. The goal of the library stays the same.
    Allow to express domain knowledge inside codebase with minimal friction. The
    approach we took is very similar with the old one but most of design flaws
    was fixed in new version.

5.0.0-rc.4

13 Jul 05:28
Compare
Choose a tag to compare
5.0.0-rc.4 Pre-release
Pre-release

5.0.0-rc.4 (2022-07-13)

Features

5.0.0-rc.3

02 Dec 22:58
Compare
Choose a tag to compare
5.0.0-rc.3 Pre-release
Pre-release

5.0.0-rc.3 (2021-12-02)

Features

4.0.0

12 Nov 23:48
Compare
Choose a tag to compare

4.0.0 (2020-11-12)

Build System

BREAKING CHANGES

  • drop python 3.6 support.

3.0.0

01 Oct 14:19
Compare
Choose a tag to compare

3.0.0 (2020-10-01)

Features

BREAKING CHANGES

  • All usage of the Skip() marker should be replaced
    with Next() marker.

2.0.0

30 Aug 17:47
Compare
Choose a tag to compare

2.0.0 (2020-08-30)

Code Refactoring

BREAKING CHANGES

  • Due to the our new policy of enterprise user support
    we will drop abandoned version of python and libraries we are
    integrated with as soon as they reach official end of life.

1.0.2

31 Jul 20:47
Compare
Choose a tag to compare

1.0.2 (2020-07-31)

Bug Fixes

  • deny to use same story step twice (d379956)

1.0.1

26 Jun 20:04
Compare
Choose a tag to compare

1.0.1 (2020-06-26)

Bug Fixes

  • prevent story to call itself recursively (4a7007a)

1.0.0

22 May 15:28
Compare
Choose a tag to compare

1.0.0 (2020-05-22)

Features

  • deprecate substories defined within the class (c5d7930), closes #388

BREAKING CHANGES

  • Substories defined in the same class do not deserve special treatment. From now they require to have different context contracts and failure protocols. They will be interpreted the same way as if they were defined in the other class. Shortcuts module have been removed.