Skip to content

Commit

Permalink
docs: add lb3 parity warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza authored and raymondfeng committed Jan 20, 2020
1 parent b380b22 commit ca9d8b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/site/Understanding-the-differences.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ model definitions, migrating their application incrementally.

## Concept/feature mapping

{% include note.html content="See the [GitHub issue](https://github.com/strongloop/loopback-next/issues/1920) for a full list of features that have not been migrated to LoopBack 4." %}

In Loopback 3.x (and earlier), models were responsible for both accessing data
in other systems (databases, SOAP services, etc.) and providing the
application's external REST API. This made it easy to quickly build a REST
Expand Down
2 changes: 2 additions & 0 deletions docs/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ multiple repos, as in v3. However, examples and externally-developed components
will be in separate repositories.
'%}

{% include important.html content="Certain features from LoopBack 3 may still be a work in progress or are not planned to be migrated to LoopBack 4. See [Understanding the differences](understanding-the-differences.md)." %}

LoopBack is a highly extensible, open-source Node.js and TypeScript framework
based on Express that enables you to quickly create APIs and microservices
composed from backend systems such as databases and SOAP or REST services.
Expand Down

0 comments on commit ca9d8b8

Please sign in to comment.