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

Releases: poppinss/response

Updating underlying dependencies

30 Aug 04:31
Compare
Choose a tag to compare

Getting rid of explicitMode

28 Aug 04:09
Compare
Choose a tag to compare

We have removed the explicitEnd flag and now all responses the deferred until finish is invoked. Since, we are handling all the use cases (except callbacks), it's better to defer and not give any option to change that behavior.

People using callbacks can convert them to Promises

  • refactor: removing explicitEnd mode all together 3509a37
  • chore(package): update dependencies 6c8e34e

v1.0.10...v1.1.0

Updating underlying dependencies

27 Jul 04:06
Compare
Choose a tag to compare
  • chore(package): update dependencies 1c2327f
  • chore(deps-dev): update husky requirement from ^2.7.0 to ^3.0.0 (#1) ed55c17
  • chore(deps): update ts-essentials requirement from ^2.0.11 to ^3.0… (#2) 05d1f43
  • chore(deps): update ts-essentials requirement from ^2.0.11 to ^3.0.0 db40dfa
  • chore(deps-dev): update husky requirement from ^2.7.0 to ^3.0.0 15f611e

v1.0.9...v1.0.10

Minor updates to the interface

29 Jun 07:46
Compare
Choose a tag to compare
  • refactor: make cookieoptions partial in response interface e476f92
  • chore(package): update dependencies 519c5f2

v1.0.8...v1.0.9

Updating docs

29 May 17:56
Compare
Choose a tag to compare
  • docs(api): update api docs 97fb7ad
  • docs(readme): update readme file 26927f9
  • chore(package): update depedencies be3e36b

v1.0.7...v1.0.8

Remove AdonisJs typings

26 May 03:42
Compare
Choose a tag to compare

We will move the AdonisJs typings to @adonisjs/core. This keeps the container bindings and Typescript typings at one place

  • refactor: remove adonisjs typings 2aacc25

v1.0.6...v1.0.7

Export config contract from Adonis typings

25 May 08:03
Compare
Choose a tag to compare
  • refactor: export config contract from adonis typings 2622146

v1.0.5...v1.0.6

Fixes for AdonisJs types

20 May 04:14
Compare
Choose a tag to compare
  • fix: move adonis typings to a directory 695cbd9
  • chore(package): update dependencies ea67c93

v1.0.4...v1.0.5

Fixing adonis typings

19 May 16:18
Compare
Choose a tag to compare

The release mainly is focused on AdonisJs

  • refactor: cleanup adonis-typings b45f96d

v1.0.3...v1.0.4

Fix package by installing ts-essentials

19 May 14:51
Compare
Choose a tag to compare

ts-essentials must be a production dependency, since the module is used by other modules and they need all types related modules when used with Typescript.

  • refactor: export ResponseContract from adonis module 39ac5e6
  • chore(package): add git block fdcfd5e
  • docs(readme): set width on banner image 4b96285
  • chore(package): add ts-essentials as prod dep 7e27a02

v1.0.2...v1.0.3