Originally published on strongloop.com
Happy New Year! The number of LoopBack 4 downloads in 2019 increased more than double than that in 2018. Thank you for your continuous support in using and contributing to LoopBack. We cannot do this alone and we really appreciate all the contributions from the community. In December, we were happy to have 3 community members join us as maintainers: @derdeka, dougal83 and achrinza!
As year 2020 commences, let us summarize our development activities in the last quarter of 2019.
- Migration Guide: created the outline for general runtime migration and added details on migrating Express middleware and model relations.
- Going cloud native: added extensions for observability and deployment documentation
- Authentication and authorization: enhanced the documentation and enabled token based authentication in API Explorer
- Inclusion of Related Models: completed MVP and ability to allow custom scope.
- Partition Key with Cloudant and CouchDB: added support for partitioned database
- Creating REST API from Model Classes: added the ability to generate controller from Model and Repository classes