Releases: anystub/anystub-core
Releases · anystub/anystub-core
anystub-core-1.1.0
- (!) 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
- append delta to stubs
- custom implementation for locate to find stubs
anystub-core-1.0.1
- changed format of stub files
- http mask-body migrated to anystubparameters
- global config
What's Changed
- Mt by @feech in #9
- Mt by @feech in #10
- Bodymethods by @feech in #11
- add tests by @feech in #12
- Flatfile by @feech in #13
- Fixmasking by @feech in #14
Full Changelog: anystub-core-0.9.1...anystub-core-1.0.1
anystub-core-0.9.1
- settings from a config file
- supports non-blocking stub writing