Releases: alleyinteractive/mantle-framework
Releases · alleyinteractive/mantle-framework
v0.5.0
Big release!
What's Changed
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #290
- Prevent external requests during unit testing by @srtfisher in #293
- Adding macroable to responses by @srtfisher in #292
- Bump actions/cache from 3.0.4 to 3.0.5 by @dependabot in #294
- Bumping asset manager by @srtfisher in #295
- Update testkit to include URL Generator by @srtfisher in #296
- Opening up 0.5 by @srtfisher in #289
- Add request before/after callbacks by @srtfisher in #298
- Cleaning up the flag/argument, simplify to flag/argument/option by @srtfisher in #297
- Including mantle-framework/http-client with testing by @srtfisher in #299
- Fix Asset_Manager bug on asset() by @anubisthejackle in #300
- Adding an Installation_Manager to facilitate installation by @srtfisher in #302
- Adding Conditionable Method Chaining by @srtfisher in #304
- Adding support for Mock_Http_Sequence inside an array by @srtfisher in #303
- Adding Concurrent Http Client Request Support by @srtfisher in #301
- Bumping composer autoloader to v0.6 by @srtfisher in #306
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
- Allow testing framework factory to return models in #276
- Define Post Model Terms Fluently in #277
- Add is_json/headline to Str in #279
- [fix] Make all headers lowercase for easier comparison in #280
- Adding a With_Faker trait in #285
- Adding Assert JSON Structure in #286
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Added
- Create new Testkit cases: Integration and Unit Test by @anubisthejackle in #269
- Adding create_ordered_set helper by @srtfisher in #271
- Allow control over the temporary URL expiration by @srtfisher in #272
- Allow attributes to register hooks by @srtfisher in #273
- Registering listeners with attributes in #275
Fixed
- Fix Faker deprecation warnings about accessing methods as parameters by @anubisthejackle in #270
- Ensure WP_MULTISITE can be passed properly in #274