Skip to content

Releases: ballercat/jambox

0.0.12

09 Feb 20:03
37c2f19
Compare
Choose a tag to compare
  • add: abort event
  • fix: aborted requests are evacuated from cache
  • fix: content type responses are no longer hidden
  • fix: spelling for log files sever -> server

0.0.11

20 Jan 17:45
fbe07fb
Compare
Choose a tag to compare
  • auto mocks patch requests even if network mode is enabled.
  • preferNetwork boolean is added to allow network first responses even if an auto-mock is available.

0.0.10 - Usability improvements, sub-commands, notifications

15 Jan 18:35
7fc1294
Compare
Choose a tag to compare
  • Let users specify a filepath during an auto-mock. This filepath will be read
    from disk when an auto-mock is used.
  • Improve nextjs-graphql-example. Add a demo of an image placeholder.
  • Add Chrome Extension notifications. Config updates fire notifications.
  • Add ping & shutdown sub-commmands to jam-server
  • Add tail sub-command for tailing a current log
  • Create a .jambox folder if one doesn't exist in cwd

0.0.9 - Cache globs match hostname + pathname

08 Jan 22:02
83ff6e7
Compare
Choose a tag to compare
v0.0.9 - Add graphql + nextjs demo/recipe (#2)

0.0.8 - Config watch-mode

03 Jan 21:06
388d6d4
Compare
Choose a tag to compare
  • Bugfix: trust list
  • Bugfix: cache handling. Remove unnecessary options
  • Feature: config file is watched for changes, server resets with changes.

0.0.7

02 Jan 22:29
Compare
Choose a tag to compare
  • Public release
  • Rewrite DevTool in svelte