Skip to content

Releases: wmfs/tymly-fastify-plugin

v1.4.0

29 Jul 14:19
Compare
Choose a tag to compare

1.4.0 (2020-07-29)

✨ Features

  • blueprint: add local file download state machine (f6d9b8e)
  • download file state resource can take optional download directory, and name for the browser (99c4d76)

πŸ› Bug Fixes

  • can pass optional download filename, for the content-disposition header (187781a)

βš™οΈ Continuous Integrations

  • circle: use updated circle node image [skip ci] (12045a2)

v1.3.0

18 Jun 14:00
Compare
Choose a tag to compare

1.3.0 (2020-06-18)

✨ Features

  • file-downloading: Added file can be marked as deletable (cc3d094)
  • file-downloading: Download keys are good for one use only (8bd2de9)
  • file-downloading: Return 404 error is key is bad (5229362)
  • file-downloading: Serve up a file using the download key (e70ea3e)
  • file-downloading: Wire up route into fastify (6659a98)
  • state-resource: Start of file download state resource (36df07c)
  • state-resources: fileDownloading state resource (cf7c381)
  • File downloading service (805de11)

🚨 Tests

  • s/Simple tests/Fastify tests/ (c9cf665)

v1.2.0

13 May 12:00
Compare
Choose a tag to compare

1.2.0 (2020-05-13)

✨ Features

  • specify host to listen on (1e32f28)

v1.1.1

13 May 08:55
Compare
Choose a tag to compare

1.1.1 (2020-05-13)

πŸ› Bug Fixes

  • upload: Invoke state machine once upload is complete (f8c5702)
  • upload: Save uploaded file to temp directory. (9953c64)

πŸ›  Builds

  • dependencies: Updated dependencies. Nearly all of them. (528575d)
  • deps-dev: update semantic-release dev dependencies (b45881c)

πŸ“¦ Code Refactoring

  • services: Remove callback parameter from service boot methods (7d7c3d9)
  • test: Use await tymly.boot (6c3f11a)
  • upload: Remove happy path debug output (0add03b)
  • add upload route, log incoming info for now (eb34b69)
  • launch state machine if one is specified (9afba3b)
  • log some info about file, save form data, complete upload (e65be83)
  • pass file info into state machine (55b68c9)

🚨 Tests

  • state-resources: Remove unnecessary init methods (7ac0cc3)

βš™οΈ Continuous Integrations

  • circle: add context env var config to config.yml (a460a4e)

πŸ’Ž Styles

v1.1.0

12 Feb 11:24
Compare
Choose a tag to compare

1.1.0 (2020-02-12)

✨ Features

  • use preValidation to specify which routes to protect (8701657)

πŸ’Ž Styles

v1.0.0

12 Feb 11:16
Compare
Choose a tag to compare

1.0.0 (2020-02-12)

✨ Features

πŸ› Bug Fixes

♻️ Chores

πŸ’Ž Styles