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

Releases: algoan-archive/nestjs-pagination

v2.0.0

03 Feb 12:38
Compare
Choose a tag to compare

2.0.0 (2020-02-03)

Features

  • add configuration object to interceptor and decorator (292bd09)

BREAKING CHANGES

  • Interceptor now accepts an option object as constructor argument

v1.1.0

30 Jan 14:24
Compare
Choose a tag to compare

1.1.0 (2020-01-30)

Features

  • add mongo pagination param decorator (adcf9de)

v1.0.1

28 Jan 16:37
Compare
Choose a tag to compare

1.0.1 (2020-01-28)

Bug Fixes

  • interceptor: return the entire resource array (dcc98da)

v1.0.0

27 Jan 18:14
Compare
Choose a tag to compare

1.0.0 (2020-01-27)

Features

  • interceptor: add the content-range header to the response (532d602)
  • interceptor: create a add link-header-interceptor (7d599f2)