Skip to content

Releases: asd-xiv/blocks

v3.11.0

21 Jul 12:22
Compare
Choose a tag to compare

3.11.0 (2020-07-21)

Features

v3.10.0

17 Jul 17:35
Compare
Choose a tag to compare

3.10.0 (2020-07-17)

Features

v3.9.0

20 May 23:15
Compare
Choose a tag to compare

3.9.0 (2020-05-20)

Features

  • Remove babel, split route permission checking, remove (587c6d4)
  • Remove Babel, split route permission checking, remove jwt parsing middleware (b720264)

v3.8.0

24 Mar 22:13
Compare
Choose a tag to compare

3.8.0 (2020-03-24)

Features

  • Change to mutant-ws/m, mutant-ws/pluginus (e93cfbd)
  • Update packages (fe2f611)

v3.7.5

23 Feb 22:35
Compare
Choose a tag to compare

3.7.5 (2020-02-23)

Bug Fixes

  • If route.isAllowed throws, return 403 instead of 500 (a9d4e39)

v3.7.4

23 Feb 13:02
Compare
Choose a tag to compare

3.7.4 (2020-02-23)

Bug Fixes

  • Default accepted content-type to "application/json" (not all acceptable options) (ea87920)
  • If Authorization header not present, make ctx.jwt destructure friendly by setting it to empty object (2ee499d)

v3.7.3

19 Feb 21:27
Compare
Choose a tag to compare

3.7.3 (2020-02-19)

Bug Fixes

  • For multipart data parsed with busboy set the file field to the tmp file path (1c6f50b)

v3.7.2

18 Feb 19:22
Compare
Choose a tag to compare

3.7.2 (2020-02-18)

Bug Fixes

  • Set default payload only when route returns undefined, null or NaN (d65f2f9)

v3.7.1

18 Feb 17:11
Compare
Choose a tag to compare

3.7.1 (2020-02-18)

Bug Fixes

  • Run CORS middleware before route check (dadced2)

v3.7.0

18 Feb 16:31
Compare
Choose a tag to compare

3.7.0 (2020-02-18)

Features

  • Add method and path to invalid jwt error (1f1d9e2)
  • Add tests for JWT middleware (c0c0774)
  • Remove unnecesary param defaults (1c497f8)