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

🎯 milestone🔖 full Changelog

What's Changed

  • release process does not work :bug Something isn't working https://github.com/moclojer/moclojer/issues/ by @avelino

  • dependabot: add maven repo https://github.com/moclojer/moclojer/issues/103 by @avelino

  • Better default config path for CLI like usage :devx :enhancementNew feature or request https://github.com/moclojer/moclojer/issues/63 by @rafaeldelboni

  • created bug report flow https://github.com/moclojer/moclojer/issues/101 by @avelino

  • clj-kondo: upgrate to v2023.04.14 https://github.com/moclojer/moclojer/issues/98 by @avelino

  • Distribution of the final docker image with binary filehttps://github.com/moclojer/moclojer/issues/44 by @avelino

  • using native-image in docker image https://github.com/moclojer/moclojer/issues/95 by @avelino

  • Fixes docker command and some English readability https://github.com/moclojer/moclojer/issues/76 by @vmesel

  • Build/make dynamic pedestal router https://github.com/moclojer/moclojer/issues/71 by @avelino

  • isolating openapi into smaller functions https://github.com/moclojer/moclojer/issues/75 by @avelino

  • Create CODE_OF_CONDUCT.md https://github.com/moclojer/moclojer/issues/74 by @avelino

  • Remove git submodule dependence (openapi spec) https://github.com/moclojer/moclojer/issues/69 by @avelino

  • Running inside docker in http server is not publicly exposed :bug Something isn't working https://github.com/moclojer/moclojer/issues/67 by @avelino

  • [Documentation] Add documentation to this repository https://github.com/moclojer/moclojer/issues/66 by @matheusfrancisco

  • Add Command-line interface https://github.com/moclojer/moclojer/issues/62 by @rafaeldelboni

  • Adds Command Line Interface https://github.com/moclojer/moclojer/issues/65 by @rafaeldelboni

  • Adds manual install script like babashka https://github.com/moclojer/moclojer/issues/61 by @rafaeldelboni

  • better describe the code documentation https://github.com/moclojer/moclojer/issues/60 by @avelino

  • clojure devcontainer support https://github.com/moclojer/moclojer/issues/58 by @avelino

  • when the configuration file does not exist it gives an error https://github.com/moclojer/moclojer/issues/53 by @avelino

  • config: try File Not Found https://github.com/moclojer/moclojer/issues/56 by @avelino

  • docker image problem ghcr.io/avelino/moclojer:latest java exec format error https://github.com/moclojer/moclojer/issues/54 by @avelino

  • Avoid moclojer.helpers namespace https://github.com/moclojer/moclojer/issues/49 by @souenzzo

  • Avoid multiple slf4j bindings in classpath https://github.com/moclojer/moclojer/issues/48 by @souenzzo

  • support for multiple domains in the specification (configuration) https://github.com/moclojer/moclojer/issues/47 by @avelino

  • add multi-host support https://github.com/moclojer/moclojer/issues/46 by @avelino

  • openapi: specified endpoints are not working https://github.com/moclojer/moclojer/issues/45 by @avelino

  • Using multistage to smaller docker images by @avelino

Contributors

  • @souenzzo

  • @avelino

  • @rafaeldelboni

  • @vmesel

  • @matheusfrancisco

Previousv0.3.0Nextv0.1

Last updated 2 years ago

Was this helpful?