Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Releases: bakjs/bak

v4.2.0

26 Aug 11:38
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • controller: remove validate.payload for GET and HEAD requests (04f35a9)

Features

  • cli: support extra args (2c8398e)

v4.1.2

26 Aug 11:38
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • server.js: check for nested plugin props (#14) (ce3a3ca)

v4.1.1

26 Aug 11:39
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • server: support array as options for plugin registration (056edb8)

v4.1.0

27 May 22:18
@pi0 pi0
Compare
Choose a tag to compare

4.1.0 (2018-05-27)

Bug Fixes

  • default config value to 'bak.config.js' (30d0388)
  • don't replace 0.0.0.0 with hostname (2addad5)
  • use simpler type checkings (260d756)

Features

  • development mode support with bak dev (d90c729)
  • fully support esm for route, controllers and plugins (3cd74d7)
  • use @bakjs/dev-errors (0869214)
  • use consola (eccbdcd)
  • use std-env to detect dev mode by default (d260238)