Skip to content

Releases: quintype/quintype-node-backend

fix(bulk request): POST bulk to a get

14 Feb 13:39
Compare
Choose a tag to compare

Localhost was erroring out with a 5** response code for Bulk POST to GET.
It was figured that the api consumes JSON & text content which are serialized via trial and error

v2.3.3

17 Oct 15:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

04 Oct 11:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

Implement axios toggle

03 Mar 04:32
Compare
Choose a tag to compare

Axios can be toggled here, can be overridden using scripts or BlackKnight

What's Changed

Full Changelog: v2.3.0...v2.3.1

Implement request fallback for network calls (deprecated)

01 Mar 06:57
Compare
Choose a tag to compare

This version is deprecated, please update to the versions above

fix: request function error handling

25 Aug 10:40
Compare
Choose a tag to compare

request function was returning error object as a response, as the response was 200. Added a check if response.status (status inside response object) is 404 to throw an exception instead of returning error object

Replace RP with Axios

22 Jul 06:32
Compare
Choose a tag to compare
  • Deprecated RP is replaced by axios #64
  • Request timeouts implemented, capped to 2s

standardize lint

15 Jun 07:52
Compare
Choose a tag to compare

We have noticed getting lint changes based on system preference. To avoid this we are standardizing the lint across malibu libraries

Include collection cache keys and collection type to nested collection items

13 May 07:42
Compare
Choose a tag to compare

Include collection cache keys and collection type to nested collection items. This will be used by quintype-node-framework to build cache keys for a page so that when a collection gets updated the cache gets cleared and the changes gets reflected on the front-end - https://github.com/quintype/itsman/issues/7411

Support nested collection items limit.

05 May 14:53
Compare
Choose a tag to compare