Originally published on strongloop.com
For the past few months, the LoopBack team has been busy improving the framework. Aside from implementation, we also did some investigation to plan out road map for the incoming new features. Here are our main focuses in last quarter:
- Authentication: released
@loopback/authentication@3.x
version. - Authorization: experimental feature which provides basic support for authorization.
- Inclusion of Related Models: query data over relations with
inclusionResolver
. - Creating REST API from Model Classes: the proposed design to allow users create REST API with less code.
- Importing LoopBack 3 Models: migrate your LB3 applications to LB4 with command
lb4 import-lb3-models
.
We have a monthly blog reviewing what we've done in each milestone. To stay tuned, don't forget to follow us on Twitter @StrongLoop.
Let's take a closer look at each of the epic.