joker 0.1.0-dev.4
joker: ^0.1.0-dev.4 copied to clipboard
HTTP request stubbing and mocking library for Dart. Intercept HTTP requests from any library using HttpOverrides.
Changelog #
0.1.0-dev.4 #
- Without any functional changes, updated
pubspec.yamlfiles to set version to0.1.0-dev.4and repository links.
0.1.0-dev.3 #
Changed #
- Updated
pubspec.yamlfiles to set version to0.1.0-dev.3and added repository links.
0.1.0-dev.2 #
Added #
stubJsonFile()method for loading JSON files as stub responsesstubText()method for creating text-based stub responsesJokerFileLoadExceptionexception for handling file loading errors
Changed #
_addStub()and_stubUrl()methods are now private for internal library use- Public stub methods are now the recommended API for developers
0.1.0-dev.1 #
- Initial version with foundational features.