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

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antleblanc authored and CDS Agent committed Mar 6, 2019
1 parent ddb2c0c commit 35ecd50
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 35ecd50

Please sign in to comment.