From 35ecd5071dd43fb388d2ceb6475c5b7a0505940b Mon Sep 17 00:00:00 2001 From: CDS Agent Date: Wed, 6 Mar 2019 08:06:21 +0000 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5792546..af0cb8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [3.0.0](https://github.com/ovh-ux/ng-ovh-api-wrappers/compare/v2.0.0...v3.0.0) (2019-03-06) + + +### Features + +* **iceberg:** add request support ([5f37d62](https://github.com/ovh-ux/ng-ovh-api-wrappers/commit/5f37d62)) +* add expand with iceberg ([22f72ad](https://github.com/ovh-ux/ng-ovh-api-wrappers/commit/22f72ad)) +* **iceberg:** handle cache cleaning ([3e5a776](https://github.com/ovh-ux/ng-ovh-api-wrappers/commit/3e5a776)) +* **iceberg:** handle cursor mode offset ([cd416fa](https://github.com/ovh-ux/ng-ovh-api-wrappers/commit/cd416fa)) +* **iceberg:** manage iceberg filters ([5d2b0f5](https://github.com/ovh-ux/ng-ovh-api-wrappers/commit/5d2b0f5)) +* **iceberg:** update descriptions ([5faa71a](https://github.com/ovh-ux/ng-ovh-api-wrappers/commit/5faa71a)) +* rename module ([aa30929](https://github.com/ovh-ux/ng-ovh-api-wrappers/commit/aa30929)) + + +### BREAKING CHANGES + +* module is now named as `ngOvhApiWrappers` + + + # [2.0.0](https://github.com/ovh-ux/ng-ovh-apiv7/compare/v1.2.8...v2.0.0) (2019-02-19) diff --git a/package.json b/package.json index c0378b0..db3af09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/ng-ovh-api-wrappers", - "version": "2.0.0", + "version": "3.0.0", "description": "AngularJS component designed to configure ApiEndpoints with the same interface as a $resource yet allow for extended configuration by providing ApiRequests objects that can be modified with chained methods to define the parameters sent to APIv7 or Iceberg.", "keywords": [ "angularjs",