Skip to content

Releases: thisisagile/easy-sample

v1.6.2

31 Mar 09:40
Compare
Choose a tag to compare

1.6.2 (2021-03-31)

Bug Fixes

v1.6.1

18 Mar 10:50
Compare
Choose a tag to compare

1.6.1 (2021-03-18)

Bug Fixes

v1.6.0

18 Mar 10:11
7be943c
Compare
Choose a tag to compare

1.6.0 (2021-03-18)

Features

  • github: Enable dependabot dependency updates (7be943c)

v1.5.4

10 Mar 08:56
Compare
Choose a tag to compare

1.5.4 (2021-03-10)

Bug Fixes

  • Add coverage badge to the readme, rename pipeline (c4ff741)

v1.5.3

10 Mar 08:42
Compare
Choose a tag to compare

1.5.3 (2021-03-10)

Bug Fixes

  • Update dependencies and run prettier (8b34fc0)

v1.5.2

06 Mar 14:14
Compare
Choose a tag to compare

1.5.2 (2021-03-06)

Bug Fixes

  • test: added get to non-existing id (2c52d87)
  • Updated package.json. (47649a5)
  • data: added error handling for custom Omdb error. (f7ef16d)
  • src: added provider to SampleService.ts (913e8e1)

v1.5.1

15 Feb 08:30
Compare
Choose a tag to compare

1.5.1 (2021-02-15)

Bug Fixes

  • sampleservice: updated app (a1cc1b9)
  • sampleservice: updated start method. (d582f63)

v1.5.0

14 Feb 22:14
Compare
Choose a tag to compare

1.5.0 (2021-02-14)

Bug Fixes

  • Added tests: Added tests to Movie.test.ts and MovieMap.test.ts (2616e7f)
  • app: app start (d1603db)
  • Fixed Service: Fixed import of ExpressProvider. (8aef9a2)
  • Moved Service class: Moved Service.ts class to easy framework. (e240aeb)
  • Movie: updated update. (6a3c9ef)
  • MovieMap: updated to this.prop. (df901f5)
  • movies.http: added health check (9f8bd51)
  • MovieUri: extended tests. (6069ae4)
  • OmdbUri: updated to new Uri (65b0295)
  • SelectMovie: inherits from Search now. (69d61d2)
  • updated resources. (71c26a1)
  • Updated package.json: Updates to package.json (1771978)

Features

  • Added service.ts: Bootstrapping the movie service. (9f18464)
  • Added Service.ts: First-cut service class, will extend to use middleware. (eb58e14)
  • SampleService: added root service class. (49db246)

v1.4.0

23 Dec 08:56
Compare
Choose a tag to compare

1.4.0 (2020-12-23)

Bug Fixes

  • Added byId to OmdbGateway.ts: Added byId() method to gateway. (97aec90)
  • Added host to MovieUri.ts: Added localhost for now in MovieUri.ts, will replace by external variable later. (f72f8a2)
  • Added update() to Movie: Added update method (though we cannot call the external service, as an example. (282c079)
  • Updated dependencies: Updated package.json. (4e5f70b)

Features

  • Added ManageMovie.ts: Added use case. (56c5443)
  • Added MovieMap.ts: Adding mapping between exernal service and this service. (b9aee41)
  • Added resources: Added MoviesResource.ts and MoviesResource.ts resource classes to handle incoming requests. (10c54e8)

v1.3.0

09 Dec 10:18
Compare
Choose a tag to compare

1.3.0 (2020-12-09)

Features

  • Added MovieResource: Added resource class MovieResource.ts. (d2fc7b8)
  • Added MoviesResource: Added resource class MoviesResource.ts. (9854cdb)
  • Added Select Movie use case: Added SelectMovie.ts use case. (093be29)