UNPKG

lumber-forestadmin

Version:

Forest Admin for Lumber.

112 lines (84 loc) 3.36 kB
# Change Log ## [Unreleased] ## RELEASE 1.5.1 - 2019-10-31 ### Fixed - Docker Install - Force update of lumber to latest version. ## RELEASE 1.5.0 - 2019-10-29 ### Changed - Docker Install - Fix lumber version in `Dockerfile`. - Docker - Use lumber options in `Dockerfile`. ## RELEASE 1.4.1 - 2019-10-15 ### Fixed - Docker Install - Try to ensure the installation of the latest lumber-cli dependency. ## RELEASE 1.4.0 - 2019-10-15 ### Added - Install - Add "token" parameter (`-t, --token`) - Install - Add "password" parameter (`-P, --password`) - Install - Add shortcuts parameters (`-e`: email, `-p`: project name) ### Changed - Generate command - Rename APP_NAME to APPLICATION_NAME for consistency. APP_NAME remains supported. ## RELEASE 1.3.0 - 2019-10-04 ### Changed - Technical - Upgrade Express lianas to v4. ### Fixed - Command Generate - Fix creation of project containing whitespace. ## RELEASE 1.2.2 - 2019-09-20 ### Changed - Install - Remove unecessary logs. - Friendly URLs - Ensure that projects names are unique. ## RELEASE 1.2.1 - 2019-08-27 ### Fixed - Install - Fix install with docker. - Install - Fix install with an existing account but not logged in. ## RELEASE 1.2.0 - 2019-08-22 ### Added - Install - Users can now install lumber-forestadmin with a google account. ## RELEASE 1.1.2 - 2019-08-14 ### Added - Readme - Add a community section in the Readme. - Readme - Add a badge for the NPM package version. ### Fixed - Deploy - Fix deploy script. - Liana Initialization - Any liana options can now be used using a project generated by Lumber v2 (`includedModels`, `excludedModels`, `configDir`,...). - Install - Require user login if the email provided is different than the current session one. ## RELEASE 1.1.1 - 2019-07-16 ### Changed - Performance - Add a maxAge to the default CORS configuration to reduce the number of OPTIONS calls. ## RELEASE 1.1.0 - 2019-07-15 ### Changed - Secrets - Move Forest Auth and Env secrets in environment variables to remove hardcoded values. - Install - Make `npm install` command silent to prevent useless logs. ### Fixed - Technical - Update the package-lock.json. - Install - Fix custom application host and port on ForestAdmin project generation. ## RELEASE 1.0.11 - 2019-07-02 ## RELEASE 1.0.10 - 2019-07-02 ### Fixed - Install - Fix installation of lumber-forestadmin with custom port and custom hostname. - Docker - Fix exposed port if custom. ## RELEASE 1.0.9 - 2019-06-27 ### Added - Technical - Add deploy script to package. ### Fixed - Install - Fix installation of lumber-forestadmin with custom port and custom hostname. ## RELEASE 1.0.8 - 2019-06-19 ### Fixed - Liana - Fix the Support the Liana options "connections". ## RELEASE 1.0.7 - 2019-06-19 ### Added - Liana - Support the Liana options "connections". ## RELEASE 1.0.6 - 2019-06-19 ### Changed - Liana - Upgrade the Forest Lianas. ## RELEASE 1.0.5 - 2019-05-14 ### Added - Docker - Add a Dockerfile to create your backend with Lumber and forestadmin-lumber installed. ## RELEASE 1.0.4 - 2019-05-09 ### Added - Login - Support environment variables to login without prompt. ## RELEASE 1.0.3 - 2019-05-06 ### Fixed - Smart features - Load the routes/ directory automatically. ## RELEASE 1.0.1 - 2019-05-02 ### Added - Loose coupling - Put all Lumber's Forest Admin code into a separate plugin.