Skip to content

Releases: anystub/anystub-core

anystub-core-1.1.0

06 Mar 12:06
Compare
Choose a tag to compare
  • (!) breaking change for naming stubs. Now, stub files has prefix of class - name. To revert previous behavior use default configuration file with option - testFilePrefix: false
  • now it's recomended to annotate only class with @AnystubId. All tests will have individual stubs in form of <ClassName>-<TestMethodName>.yml

accelerate with big and small stubs

07 Nov 15:06
Compare
Choose a tag to compare
  • append delta to stubs
  • custom implementation for locate to find stubs

anystub-core-1.0.1

27 Oct 21:35
Compare
Choose a tag to compare
  1. changed format of stub files
  2. http mask-body migrated to anystubparameters
  3. global config

What's Changed

Full Changelog: anystub-core-0.9.1...anystub-core-1.0.1

anystub-core-0.9.1

07 Sep 00:21
Compare
Choose a tag to compare
  • settings from a config file
  • supports non-blocking stub writing