Skip to content

Latest commit

 

History

History
219 lines (135 loc) · 9.16 KB

CHANGELOG.md

File metadata and controls

219 lines (135 loc) · 9.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.9.2 (2021-01-14)

Bug Fixes

  • axios: update version due to security fixes (b27e0073)

0.9.1 (2020-03-29)

Bug Fixes

  • axios: create different instances instead of using the default (dba2d742)

0.9.0 (2020-03-29)

Chores

  • decorator: add Header, HeaderMap decorators for parameters (016b9eef)

Documentation Changes

  • readme:
  • doc: add table of contents in README (3dbd9981)
  • add new badgets to README file (d5acd66e)
  • samples: update README for samples (797b7a70)

New Features

  • decorator: new @Header, @HeaderMap decorator (87f994b2)

0.8.0 (2020-02-28)

Build System / Dependencies

  • eslint: add eslint ignore file to ignore samples folder (4c417eed)
  • tests: update jest config to not execute sample tests (9cba90f2)

Chores

  • update package.json version to develop (0e230306)

Documentation Changes

  • samples:
    • update samples folders (7365d8b5)
    • update README (7c2fe8be)
    • update samples README adding more descriptions (96488d3a)
    • add new sample using NestJS and ArangoDB (1adde929)

0.7.2 (2020-02-18)

Documentation Changes

  • samples: update sample dependencies to last versions (45bcd266)
  • logger: update AxiosfitConfig parameters (c3fce041)

New Features

  • logger: update logger to show more info and update dependencies as well (e050bfe4)

0.7.1 (2020-02-01)

Bug Fixes

  • logger:
    • update sample to use the new axiosfit logger class (eae25cbd)
    • change axios-logger to use a custom axiosfit logger (d001c36d)

0.7.0 (2020-01-31)

Build System / Dependencies

  • cz: update commitizen types descriptions (9244646f)

Chores

Documentation Changes

  • samples: update samples with last versions (6ee7b547)
  • changelog: add changelog dependency to generate the changelog automatically (883ce82a)
  • readme: update commit hooks to ensure a valid message (d08242b4)
  • Update LICENSE (fefe3c46)
  • README optimizations (89990c4f)
  • Add shields (f7b17741)

Other Changes

Code Style Changes

  • vscode: update vscode extensions recomendations (ca18486e)

0.6.1 - 2019-12-24

Bugfixes

0.6.0 - 2019-12-16

Changes

0.5.0 - 2019-11-30

Changes

Bugfixes

0.4.4 - 2019-10-27

Bugfixes

0.4.3 - 2019-10-20

Bugfixes

0.4.2 - 2019-10-13

Changes

  • Documentation changes and more samples added.

0.4.1 - 2019-10-06

Bugfixes

0.4.0 - 2019-10-06

Changes

  • Add new Interceptors decorators. See README.md for more information.

Updates

  • Update documentation.
  • Update test dependencies.

0.3.0 - 2019-09-29

Changes

  • Manage responses with Observables or Promises.
  • Add ReturnedTypeNotValidException.

Updates

  • Code refactor.
  • Update documentation.

0.2.0 - 2019-09-22

Changes

  • Code refactor.

0.1.1 - 2019-09-14

Changes

  • Updated dependencies: rxjs:6.5.3.
  • Updated devDependencies: allure-commandline:2.13.0, jest:24.9.0, testcontainers:2.0.0, ts-jest:24.1.0, tslint:5.20.0, typescript:3.6.3.
  • Updated README file.+

0.1.0 - 2019-09-08

First version