Skip to content

Releases: varHarrie/mokia

v0.5.0

09 Sep 10:21
Compare
Choose a tag to compare

Features

  • cli: improve watch mode
  • server: add context option, default to producer
  • server: add bodyWrapper option, default to producer.generate
  • server: add delay option
  • server: add middlewares option
  • server: add proxy option to replace preferredUrl and fallbackUrl
  • producer: add pagination producer
  • producer: add imageDataURL producer to replace image and dataImage
  • decorator: improve createDecorator implementation and types.
  • mokia: add defineConfig export

BREAKING CHANGES

  • server: remove preferredUrl and fallbackUrl
  • producer: remove image and dataImage
  • mokia: update exports, only export mokia as default

v0.4.0

26 Sep 05:06
Compare
Choose a tag to compare
  • Add support for interceptors
  • Add generate decorator
  • Add timestamp generator
  • Fix getDependencies that fail to list all relative files

v0.3.0

15 May 02:27
Compare
Choose a tag to compare
  • Now --watch will watch all relative files

v0.2.1

14 May 01:57
Compare
Choose a tag to compare
  • Add silent option
  • Add priority option