moclojer
GitHub
  • README
  • First Steps
    • Overview
    • Installation
    • Your First Mock Server
    • Dynamic Responses
    • Multiple Endpoints
    • Real-World Example
  • Templates
    • Template System Overview
    • Template Variables
  • Advanced Features
    • WebSocket Support
    • External Bodies
    • Webhook Integration
    • Rate Limiting
    • Multi-Domain Support
  • Framework Integration
    • Using as a Library
  • Reference Documentation
    • Configuration Specification
    • FAQ
  • Community and Contribution
    • Documentation Refactor
    • Code of Conduct
  • Release Notes
    • Latest Changes
    • v0.4.0
    • v0.3.5
    • v0.3.4
    • v0.3.3.1
    • v0.3.3
    • v0.3.2
    • v0.3.1
    • v0.3.0
    • v0.2
    • v0.1
Powered by GitBook
On this page
  • What’s Changed
  • Contributors

Was this helpful?

Edit on GitHub
  1. Release Notes

v0.3.0

🎯 milestone🔖 full Changelog

What’s Changed

  • Reduce maintenance complexity caused by the OpenAPI specification by @avelino and @rodweb https://github.com/moclojer/moclojer/issues/113

  • Fixed configuration file observer, it was not working by @rodweb https://github.com/moclojer/moclojer/issues/120

  • Cross-Origin Resource Sharing (CORS) does not work by @vmesel https://github.com/moclojer/moclojer/issues/123

  • Leave core package clean (low cognitive load) by @avelino https://github.com/moclojer/moclojer/pull/134

  • Clear Slf4jLog (main thread logs) by @matheusfrancisco @souenzzo @avelino https://github.com/moclojer/moclojer/pull/135

  • endpoint with xlsx content by @avelino https://github.com/moclojer/moclojer/pull/152

  • include file in body endpoint return by @avelino https://github.com/moclojer/moclojer/pull/160

  • extend-body.path: dynamic path support based on request by @avelino https://github.com/moclojer/moclojer/pull/166

  • webhook support: background execution, with waiting time before executing by @avelino https://github.com/moclojer/moclojer/pull/176

  • tests: reuse server object by @avelino https://github.com/moclojer/moclojer/issues/178

  • structure to receive vector with configuration not "only" file in FS by @avelino https://github.com/moclojer/moclojer/issues/188

  • specify support for the use of frameworks by @avelino https://github.com/moclojer/moclojer/issues/191

Contributors

  • @avelino

  • @rodweb

  • @matheusfrancisco

  • @vmesel

  • @souenzzo

Previousv0.3.1Nextv0.2

Last updated 1 year ago

Was this helpful?