Skip to content

Latest commit

 

History

History
119 lines (61 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

119 lines (61 loc) · 3.12 KB

Changelog

All notable changes to actions will be documented in this file.

v1.1.4 - 2024-05-21

What's Changed

  • Implemented DispatchSync method by @MarioGattolla in #11

New Contributors

  • @MarioGattolla made their first contribution in #11

Full Changelog: https://github.com/defstudio/actions/compare/v1.1.3...v1.1.4

v1.1.3 - 2023-06-09

Full Changelog: https://github.com/defstudio/actions/compare/v1.1.2...v1.1.3

v1.1.0 - 2023-03-12

Full Changelog: https://github.com/defstudio/actions/compare/v1.0.4...v1.1.0

v1.0.4 - 2022-11-15

Full Changelog: https://github.com/defstudio/actions/compare/v1.0.3...v1.0.4

v1.0.3 - 2022-02-13

What's Changed

  • adds jobFailed method by @fabio-ivona in #10

Full Changelog: https://github.com/def-studio/actions/compare/v1.0.2...v1.0.3

v1.0.2 - 2022-02-13

Full Changelog: https://github.com/def-studio/actions/compare/v1.0.1...v1.0.2

  • Fix: ActionJob serialization

v1.0.1 - 2022-02-12

Full Changelog: https://github.com/def-studio/actions/compare/v1.0.0...v1.0.1

fix ActionJob serialization

v1.0.0 - 2022-02-11

What's Changed

  • implements spy testing helper by @fabio-ivona in #8
  • implements partial_mock testing helper by @fabio-ivona in #9

Full Changelog: https://github.com/def-studio/actions/compare/v0.1.0...v1.0.0

v0.1.0 - 2022-02-09

What's Changed

  • adds mock without arguments by @fabio-ivona in #7

Full Changelog: https://github.com/def-studio/actions/compare/v0.0.9...v0.1.0

v0.0.9 - 2022-02-09

Full Changelog: https://github.com/def-studio/actions/compare/v0.0.8...v0.0.9

v0.0.8 - 2022-02-09

What's Changed

  • Mock single return value by @fabio-ivona in #6

Full Changelog: https://github.com/def-studio/actions/compare/v0.0.7...v0.0.8

v0.0.7 - 2022-02-01

What's Changed

  • adds runMany() method by @fabio-ivona in #4
  • adds batch() and chain() methods by @fabio-ivona in #5

Full Changelog: https://github.com/def-studio/actions/compare/v0.0.6...v0.0.7

v0.0.6 - 2022-02-01

Full Changelog: https://github.com/def-studio/actions/compare/v0.0.5...v0.0.6

v0.0.5 - 2022-01-30

Full Changelog: https://github.com/def-studio/actions/compare/v0.0.4...v0.0.5

v0.0.3 - 2022-01-30

Full Changelog: https://github.com/def-studio/actions/compare/v0.0.2...v0.0.3

v0.0.2 - 2022-01-29

What's Changed

  • Acts as job by @fabio-ivona in #1

New Contributors

  • @fabio-ivona made their first contribution in #1

Full Changelog: https://github.com/def-studio/actions/compare/v0.0.1...v0.0.2

v0.0.1 - 2021-11-23

  • initial release

Full Changelog: https://github.com/def-studio/actions/commits/v0.0.1

Unreleased