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.1

🎯 milestone🔖 full Changelog

What's Changed

  • Add openapi v3 support by @souenzzo in https://github.com/avelino/moclojer/pull/2

  • Minimal graalvm support by @souenzzo in https://github.com/avelino/moclojer/pull/3

  • dynamic endpoint support by @avelino in https://github.com/avelino/moclojer/pull/8

  • slugify router-name -> remove replace / by @avelino in https://github.com/avelino/moclojer/pull/10

  • params query support by @avelino in https://github.com/avelino/moclojer/pull/12

  • implement (body-params/body-params) by @avelino in https://github.com/avelino/moclojer/pull/14

  • run the tests after the linter by @avelino in https://github.com/avelino/moclojer/pull/19

  • [EDN-MOCK-SERVER-SUPPORT]- add edn support to moclojer by @matheusfrancisco in https://github.com/avelino/moclojer/pull/16

  • Graal build v2 by @souenzzo in https://github.com/avelino/moclojer/pull/21

  • Hot reload support by @souenzzo in https://github.com/avelino/moclojer/pull/22

  • +multipart support, fixes #20 by @souenzzo in https://github.com/avelino/moclojer/pull/23

  • generate version automatically with tag creation by @avelino in https://github.com/avelino/moclojer/pull/24

  • split build and release into two actions by @avelino in https://github.com/avelino/moclojer/pull/27

  • docker file image by @avelino in https://github.com/avelino/moclojer/pull/28

  • generating reflect.config in gaction by @avelino in https://github.com/avelino/moclojer/pull/29

Contributors

  • @souenzzo

  • @avelino

  • @matheusfrancisco

Previousv0.2

Last updated 2 years ago

Was this helpful?