Skip to content

Implementation of ApplicationPattern 2.1.2

Latest
Compare
Choose a tag to compare
@PrathibaJee PrathibaJee released this 07 Oct 13:34
f285390

Implementation of ApplicationPattern 2.1.2

This release contains,

  • implementation of the BasicServices (released npm package onf-core-model-ap-bs+2.1.2
  • implementation of the ApplicationPattern framework (released npm package onf-core-model-ap+2.1.2)
  • Functionalities supported in this release shall be find in this umbrella issue #1009

How to integrate AP 2.1.2 into applications

  1. In the packages.json , update the ApplicationPattern and basicServices package to the version 2.1.1
"onf-core-model-ap": "2.1.2",
"onf-core-model-ap-bs": "2.1.2"
  1. In the server/controllers/BasicServices.js of your application, modify the code as it is here.

What's Changed

Full Changelog: v2.1.2_spec...V2.1.2_impl