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

Releases: poppinss/response

Updating underlying dependencies

Choose a tag to compare

@thetutlage thetutlage released this 30 Aug 04:31
  • chore(package): update dependencies 558b4c7

v1.1.0...v1.1.1

Getting rid of explicitMode

Choose a tag to compare

@thetutlage thetutlage released this 28 Aug 04:09

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

Choose a tag to compare

@thetutlage thetutlage released this 27 Jul 04:06
  • 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

Choose a tag to compare

@thetutlage thetutlage released this 29 Jun 07:46
  • refactor: make cookieoptions partial in response interface e476f92
  • chore(package): update dependencies 519c5f2

v1.0.8...v1.0.9

Updating docs

Choose a tag to compare

@thetutlage thetutlage released this 29 May 17:56
  • 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

Choose a tag to compare

@thetutlage thetutlage released this 26 May 03:42

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

Choose a tag to compare

@thetutlage thetutlage released this 25 May 08:03
  • refactor: export config contract from adonis typings 2622146

v1.0.5...v1.0.6

Fixes for AdonisJs types

Choose a tag to compare

@thetutlage thetutlage released this 20 May 04:14
  • fix: move adonis typings to a directory 695cbd9
  • chore(package): update dependencies ea67c93

v1.0.4...v1.0.5

Fixing adonis typings

Choose a tag to compare

@thetutlage thetutlage released this 19 May 16:18

The release mainly is focused on AdonisJs

  • refactor: cleanup adonis-typings b45f96d

v1.0.3...v1.0.4

Fix package by installing ts-essentials

Choose a tag to compare

@thetutlage thetutlage released this 19 May 14:51

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