Skip to content

Releases: alahyaoui/sap-cap-template

v1.1.0

18 Jan 23:50
Compare
Choose a tag to compare

Features

  • Add a request template to the project 7dfe90d
  • Add changelog bc25768
  • Add eslint ignore config file 55d2692
  • Add handlers index file 434a18f
  • Add prettier config file a838ba1
  • Add prettier file for cds files ae81f0b
  • Add prettier ignore file d03b344
  • Add service authentication annotation file 3529aa0
  • Add service capabilities annotation file acf2631
  • Add service declaration 2c87489
  • Add service JavaScript implementation 5225652
  • Add support for typescript linting 9cedf23
  • Add utils index file 64cc1d4
  • Convert SampleServiceHandler to typescript and move generic code to BaseHandler e3e56da
  • Create ArrayUtils an utility class for operations related to arrays 05adf94
  • Create DateUtils an utility class for operations related to dates e665557
  • Create EntityUtils an utility class for operations related to cds entities d931284
  • Create ObjectUtils an utility class for operations related to objects 9f463cc
  • Create SampleController class 5971699
  • Create SampleRepository class 34e2052
  • Create SampleService class 08ada8f
  • scripts: Add git hooks scripts 8e284f3
  • scripts: Add new valid scope "feat!" to git commit messages f8eaea7
  • scripts: Remove dev-infra scope option ff7adfa
  • srv: Add some examples of custom event handlers b15b561
  • srv: Add typescript support 8434f32
  • srv: Change SampleService route to 'sample' d68e6a8
  • srv: Log hanlders paramterers using nodejs inspect function from util 87cc225
  • Update eslint ignore list 5b89404
  • Update eslint rules a9a1396
  • Update gitignore file b05d677
  • Update Gitignore file c61690a
  • Update prettier ignored list 0a796ed
  • Update SampleReadOnlyView entity eba241b
  • Update scripts to add typescript support to prettier 76ceccf
  • Update Typing and logging 0adfd70

Bug Fixes

  • Application not running due to missing auth and db configuration 1ebd42b
  • scripts: Disable pre-push hook due to test not being ready 7c64212
  • scripts: Fix regex error and remove useless code f3b6a9f
  • scripts: Remove syntax error 70da529
  • srv: Fix the sample service 4ea2fb4