|
1 |
| -- Migrate to Typescript [`#3`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/merge_requests/3) |
2 |
| -- Close #2 - Follow-up from 'Add ApiEntityService, JSONApiParser and EntityCreator' [`#11`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/merge_requests/11) |
3 |
| -- Add a parser to parse responses based in a schema definition [`#2`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/merge_requests/2) |
4 |
| -- Add ApiEntityService, JSONApiParser and EntityCreator [`#1`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/merge_requests/1) |
5 |
| -- Merge branch '2-id-follow_up_from_add_api_entity_service_json_api_parser_and_entity_creator' into 'master' [`#2`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/issues/2) [`#2`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/issues/2) |
6 |
| -- Close #2 - Follow-up from 'Add ApiEntityService, JSONApiParser and EntityCreator' [`#2`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/issues/2) |
7 |
| -- Add tests configuration [`0cfb2cf`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/0cfb2cf7b81c43f123d0804c16fcdda1eebd4a26) |
8 |
| -- Add eslint configuration [`15b2c76`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/15b2c76e7eedc30c2d19deca135d31f507e0aa7c) |
9 |
| -- Add release configuration [`64a8f22`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/64a8f22844665a0d8282c6967fe25f8b82a8a2b8) |
10 |
| -- Add Typescript to the project [`ef21b6d`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/ef21b6dd7ac202926e68dbbe7d5763068ec06d84) |
11 |
| -- Migrate SchemaParser to Typescript [`52ade4a`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/52ade4a09908cfa9d19f81eaa065cec4ab7a0ac5) |
12 |
| -- Migrate ApiEntityService to typescript [`45eb416`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/45eb4165ef616f08b7b10eb97a94dcd624ac93da) |
13 |
| -- Refactor types declaration and update package.json for typescript [`3cf7ef8`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/3cf7ef805a8ebc584b1a8b829b76ea1d73a4848b) |
14 |
| -- Migrate JSONApiParser to Typescript [`e0dd690`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/e0dd69053b7baf51d10dcc529de49fc2b8747fb7) |
15 |
| -- Add gitignore [`64ef964`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/64ef964cefbf0c77ab91970f2acc6871e0caf514) |
16 |
| -- Add SonarQube and Gitlab CI config to the project [`6e62459`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/6e62459ac13e1f80763b0c4ca711d94b250efb39) |
17 |
| -- Migrate creator to typescript [`b4d6db2`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/b4d6db2bd662cef80c5984dccbb443096d51e0f4) |
18 |
| -- Configure Eslint to not ask for extension when importing ts files [`eaac6ac`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/eaac6acecdc9ed3a9370415f6f9d7e04d03e5917) |
19 |
| -- Move package to @amalgama scope [`770df6d`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/770df6d2d1e4b9b16dedd83b01da01c0f523bfe6) |
20 |
| -- Add npm package configuration [`830dbbd`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/830dbbd101285061dc09bb8d76f55349075527d0) |
21 |
| -- Initial commit [`a4abf4f`](https://git.amalgama.co/amalgama/packages/npm/api-entity-service/-/commit/a4abf4fe06a9e17fdcc52d14a3e9f14c47be8ba9) |
| 1 | +### Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. Dates are displayed in UTC. |
| 4 | + |
| 5 | +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). |
| 6 | + |
| 7 | +#### [v1.1.0](https://git.amalgama.co/amalgama/packages/compare/v1.0.0...v1.1.0) |
| 8 | + |
| 9 | +- Accept error handler for ApiEntityService [`#15`](https://git.amalgama.co/amalgama/packages/pull/15) |
| 10 | +- Allow parsers to parse data with custom functions [`#14`](https://git.amalgama.co/amalgama/packages/pull/14) |
| 11 | +- Make services return metadata from API response [`#13`](https://git.amalgama.co/amalgama/packages/pull/13) |
| 12 | +- Allow arbitrary query params for all methods [`#12`](https://git.amalgama.co/amalgama/packages/pull/12) |
| 13 | +- Fix Changelog URLs [`e654766`](https://git.amalgama.co/amalgama/packages/commit/e654766fbad71ead9af6a063f49a357fb4d13ee9) |
| 14 | +- Add CHANGELOG file [`63094a4`](https://git.amalgama.co/amalgama/packages/commit/63094a42ed908e8ad2f861af6d2f3ed3573c6f38) |
| 15 | + |
| 16 | +#### v1.0.0 |
| 17 | + |
| 18 | +> 29 March 2022 |
| 19 | +
|
| 20 | +- Migrate to Typescript [`#3`](https://git.amalgama.co/amalgama/packages/pull/3) |
| 21 | +- Close #2 - Follow-up from 'Add ApiEntityService, JSONApiParser and EntityCreator' [`#11`](https://git.amalgama.co/amalgama/packages/pull/11) |
| 22 | +- Add a parser to parse responses based in a schema definition [`#2`](https://git.amalgama.co/amalgama/packages/pull/2) |
| 23 | +- Add ApiEntityService, JSONApiParser and EntityCreator [`#1`](https://git.amalgama.co/amalgama/packages/pull/1) |
| 24 | +- Merge branch '2-id-follow_up_from_add_api_entity_service_json_api_parser_and_entity_creator' into 'master' [`#2`](https://git.amalgama.co/amalgama/packages/issues/2) [`#2`](https://git.amalgama.co/amalgama/packages/issues/2) |
| 25 | +- Close #2 - Follow-up from 'Add ApiEntityService, JSONApiParser and EntityCreator' [`#2`](https://git.amalgama.co/amalgama/packages/issues/2) |
| 26 | +- Add tests configuration [`0cfb2cf`](https://git.amalgama.co/amalgama/packages/commit/0cfb2cf7b81c43f123d0804c16fcdda1eebd4a26) |
| 27 | +- Add eslint configuration [`15b2c76`](https://git.amalgama.co/amalgama/packages/commit/15b2c76e7eedc30c2d19deca135d31f507e0aa7c) |
| 28 | +- Add release configuration [`64a8f22`](https://git.amalgama.co/amalgama/packages/commit/64a8f22844665a0d8282c6967fe25f8b82a8a2b8) |
0 commit comments