Skip to content

Latest commit

 

History

History
78 lines (69 loc) · 7.03 KB

RELEASE_NOTES.md

File metadata and controls

78 lines (69 loc) · 7.03 KB

1.2.0+75176fb (Released 2024-6-21)

  • Additions:
    • [#0db8556] Add ftestList and ptestList ✨ #10
    • [#75176fb] Add Suspect utils #9

1.1.0+27d070e (Released 2024-4-12)

1.0.1+247e6e2 (Released 2023-12-15)

1.0.0+c63494b (Released 2023-12-1)

0.4.0+97cc5e3 (Released 2023-11-28)

  • Bugfixes:
    • [#97cc5e3] Fix flattening testList names bug 🐛
    • [#d96563a] Fix release pipeline and update version

0.3.0+f29c1ee (Released 2023-11-20)

  • Additions:
    • [#cbd0592] Merge pull request #2 from MangelMaxime/patch-1
  • Bugfixes:
    • [#f29c1ee] Fix correct Error handling 🐛 + change output to just exitcode + print

0.2.0+0de7cba (Released 2023-11-20)

  • Additions:
    • [#64e11e9] Update README.md
    • [#90eceba] Change target framework to netstandard2.0
    • [#60eab82] Lower FSharp.Core requirement
    • [#88346a5] Add a script for running the build system from Unix
    • [#9a4fc58] Use standard python exe
  • Deletions:
    • [#58664d4] Update dependencies to remove warnings and incompatibilities

0.1.0+0de7cba (Released 2023-9-21)

0.0.0+b5a2033 (Released 2023-9-13)

  • Additions:
    • Create custom python test runner, based on Fable.Mocha and Expecto syntax.
    • Setup project structure 🎉
    • Initial set up for RELEASE_Notes.md
  • Deletions:
    • [#0e58b28] Remove transpiled tests 🔥