Skip to content

Latest commit

 

History

History
1251 lines (590 loc) · 59.2 KB

CHANGELOG.md

File metadata and controls

1251 lines (590 loc) · 59.2 KB

5.1.10 (2024-09-05)

Bug Fixes

  • security: patch micromatch dependency vulnerabilities (#688) (a37d99d)

5.1.9 (2024-08-21)

Bug Fixes

  • security: patch fast-xml-parser dependency vulnerabilities (#686) (f22d0a2)

5.1.8 (2024-06-20)

Bug Fixes

  • security: patch ws dependency vulnerabilities (#685) (2104ce6)

5.1.7 (2024-06-14)

Bug Fixes

  • security: patch braces dependency vulnerabilities (#684) (7839af3)

5.1.6 (2024-06-09)

Bug Fixes

  • security: patch mysql2 dependency vulnerabilities (#683) (ff4cd95)

5.1.5 (2024-05-17)

Bug Fixes

  • security: patch lodash.template dependency vulnerabilities (#682) (c5fcf06)

5.1.4 (2024-05-16)

Bug Fixes

  • security: patch ejs dependency vulnerabilities (#681) (8214090)

5.1.3 (2024-04-25)

Bug Fixes

  • security: patch mysql2 dependency vulnerabilities (#680) (cbb9141)

5.1.2 (2024-04-15)

Bug Fixes

  • security: patch mysql2 dependency vulnerabilities (#679) (c0ac9d0)

5.1.1 (2024-04-12)

Bug Fixes

  • security: patch tar dependency vulnerabilities (#678) (5c4ee7a)

5.1.0 (2024-03-27)

Features

  • do not fail to re-login if previous token is wrong (#677) (f67c183)

5.0.10 (2024-03-25)

Bug Fixes

5.0.9 (2024-03-11)

Bug Fixes

  • security: patch jose dependency vulnerabilities (#675) (f5dac97)

5.0.8 (2024-03-11)

Bug Fixes

  • dependencies: remove warning caused by @hapi/joi (#674) (4a7f91e)

5.0.7 (2024-03-08)

Bug Fixes

  • vulnerability: bump jsonwebtoken to bypass vulnerability (#673) (1d5a84d)

5.0.6 (2024-03-08)

Bug Fixes

  • security: fix tedious security issue (#671) (cebb294)

5.0.5 (2024-03-04)

Bug Fixes

  • continue the login process when a browser cannot be opened (WSL) (#670) (01e2ac4)

5.0.4 (2024-02-29)

Bug Fixes

  • security: patch es5-ext dependency vulnerabilities (#668) (994a34a)

5.0.3 (2024-02-22)

Bug Fixes

  • security: patch ip dependency vulnerabilities (#667) (f440647)

5.0.2 (2024-02-19)

Bug Fixes

  • warning during install due to superagent (#666) (bc44f18)

5.0.1 (2024-02-19)

Bug Fixes

  • warning logs during install due to joi (#665) (2edff18)

5.0.0 (2024-02-06)

Bug Fixes

BREAKING CHANGES

  • requires node>=18

4.3.2 (2024-01-26)

Bug Fixes

  • security: patch lodash.set dependency vulnerabilities (#657) (4945ec8)

4.3.1 (2024-01-12)

Bug Fixes

  • security: patch follow-redirects dependency vulnerabilities (#656) (41444cd)

4.3.0 (2023-12-14)

Bug Fixes

  • typescript: correctly dump typescript files when collections name are complexe (#653) (269fc41)

Features

  • onboarding: users can now generate project on mongodb serverless instances (#654) (d421a09)

4.2.5 (2023-12-07)

Bug Fixes

  • dumper: ignore mongodb fields that includes column and log warning (#652) (e940447)

4.2.4 (2023-12-07)

Bug Fixes

  • dumper: wrap some special character within quotes when dumping mongoose schema (#651) (d998bf1)

4.2.3 (2023-11-16)

Bug Fixes

  • onboarding: users can now onboard on cosmos nosql databases (#648) (d67c5e2)

4.2.2 (2023-10-20)

Bug Fixes

  • fix schema serialization on schema:apply for SA field hook property (#642) (16e6d7b)

4.2.1 (2023-10-20)

Bug Fixes

  • security: patch @babel/traverse dependency vulnerabilities (#641) (577308f)

4.2.0 (2023-09-01)

Bug Fixes

  • security: generate projects with sequelize version 6 (#623) (343ac7c)

Features

  • generate old project with latest version of forest-express-xxx (#626) (2d2d023)

4.1.7 (2023-09-01)

Bug Fixes

  • schema:update: correct a typo in an instruction (#622) (e22191f)

4.1.6 (2023-09-01)

Bug Fixes

  • security: patch mongodb dependency vulnerabilities (#620) (a14b619)

4.1.5 (2023-08-04)

Bug Fixes

  • security: patch semver dependency vulnerabilities (#619) (a65fdf5)

4.1.4 (2023-08-04)

Bug Fixes

  • security: patch dottie dependency vulnerabilities (#618) (827fde2)
  • security: patch semver dependency vulnerabilities (#615) (2b598b3)
  • security: patch tough-cookie dependency vulnerabilities (#616) (002bb89)
  • security: patch word-wrap dependency vulnerabilities (#617) (f20b6dc)

4.1.3 (2023-07-24)

Bug Fixes

  • test environments being created are correctly flagged in the terminal (#614) (99a796a)

4.1.2 (2023-07-24)

Bug Fixes

  • environments-list: correctly display test environments (#613) (30acdc1)

4.1.1 (2023-07-21)

Bug Fixes

  • orm_version and database_type are now optionnal on schema:apply to ensure v2 compatibility (#612) (5abc776)

4.1.0 (2023-07-10)

Features

  • environments: allow to disable roles when creating an environment (#605) (bf5d9fa)

4.0.2 (2023-06-30)

Bug Fixes

  • security: patch word-wrap dependency vulnerabilities (#610) (79796e7)

4.0.1 (2023-06-23)

Bug Fixes

  • security: patch semver dependency vulnerabilities (#608) (6033ca5)

4.0.0 (2023-06-19)

Bug Fixes

  • project-create: do not crash when SQL databases use self-signed certificates (#591) (36e8674)

Features

  • agent-nodejs: toolbelt can now connect to SSL database via connection URI (#604) (58b0856)
  • node: end the support of Node.js versions 10, 11, 12, 13 (#592) (9c17132)

BREAKING CHANGES

  • node: users will have to upgrade to Node.js version 14+ to ensure a full compatibility

4.0.0-beta.3 (2023-06-14)

Bug Fixes

  • project-create: do not crash when SQL databases use self-signed certificates (#591) (36e8674)

4.0.0-beta.2 (2023-06-08)

Bug Fixes

  • project-creation: prompt for database schema when only --databaseConnectionURL flag is given (#602) (ddec281)

3.4.3 (2023-06-08)

Bug Fixes

  • project-creation: prompt for database schema when only --databaseConnectionURL flag is given (#602) (ddec281)

4.0.0-beta.1 (2023-05-31)

Features

  • node: end the support of Node.js versions 10, 11, 12, 13 (#592) (9c17132)

BREAKING CHANGES

  • node: users will have to upgrade to Node.js version 14+ to ensure a full compatibility

3.4.2 (2023-05-30)

3.4.1 (2023-05-29)

3.4.0 (2023-04-24)

Features

  • agent-nodejs: unify javascript and typescript generated code and .env (#589) (2001308)

3.3.0 (2023-04-17)

Features

  • typescript: users can now generate agent-nodejs projects in typescript (#571) (58972d7)

3.2.4 (2023-04-11)

Bug Fixes

  • agent-nodejs: properly pass the dialect options (#582) (759c39f)

3.2.3 (2023-03-31)

Bug Fixes

  • agent-nodejs: remove deprecated connection options on mongoose dumper (#578) (41c365c)

3.2.2 (2023-03-30)

Bug Fixes

  • mongoose-models: don't use quote on model attributes that do not have special characters (#577) (1b1a3fc)

3.2.1 (2023-03-28)

Bug Fixes

  • security: patch xmldom dependency vulnerability (#479) (06c2909)

3.2.0 (2023-03-27)

Features

  • create-command: add commands to generate agent-nodejs projects (#532) (c791e87)

3.1.11 (2023-03-15)

Bug Fixes

  • schema:update: properly retrieve the export path of the models when using multiple databases (#555) (0e676b9)

3.1.10 (2023-03-14)

3.1.9 (2023-03-13)

Bug Fixes

  • node10: change build target to correctly support node10 (#549) (5fd2a6c)

3.1.8 (2023-03-13)

3.1.7 (2023-03-13)

Bug Fixes

  • update: add back support of outputDirectory option (#550) (d691100)

3.1.6 (2023-03-13)

Features

  • run diff command when push or deploy fails (#529) (40a236f)

3.1.5 (2023-03-09)

3.1.4 (2023-03-08)

Bug Fixes

  • docker: correctly build docker image to prevent execution error (#541) (39be1bd)

3.1.3 (2023-03-08)

3.1.2 (2023-03-01)

Bug Fixes

  • mongo: don't use spinner when analyzing the database (#535) (db29809)

3.1.1 (2023-02-28)

3.1.0 (2023-02-13)

Features

  • schema-diff: compare two environments api map (#476) (170da5d)

3.0.12 (2023-02-09)

3.0.12-beta.2 (2023-02-08)

3.0.12-beta.1 (2023-02-08)

3.0.11 (2023-02-03)

Bug Fixes

  • security: patch http-cache-semantics dependencies vulnerabilities (#500) (8dd4998)

3.0.10 (2023-01-24)

Bug Fixes

  • security: patch cookiejar dependency vulnerabilities (#490) (5020460)

3.0.9 (2023-01-19)

Bug Fixes

  • security: patch got dependency vulnerability (#488) (635df16)

3.0.8 (2023-01-19)

Bug Fixes

  • security: patch qs dependency vulnerabilities (#489) (9384928)

3.0.7 (2023-01-19)

Bug Fixes

  • security: patch jose dependency vulnerability (#487) (4c658c3)

3.0.6 (2022-11-30)

Bug Fixes

  • handle case when apiEndPoint is null during the onboarding (#463) (e24c175)

3.0.5 (2022-11-28)

Bug Fixes

3.0.4 (2022-11-02)

Bug Fixes

3.0.3 (2022-10-26)

Bug Fixes

  • display correct error message when the origin environment has be… (#440) (f97e5fb)

3.0.2 (2022-10-25)

Performance Improvements

  • fix performance issue on pg greater that 12 when updating models (#444) (f451140)

3.0.1 (2022-10-10)

Bug Fixes

  • ci: mark beta as a prerelease delivery channel (#421) (f33464f)

3.0.1-beta.1 (2022-09-06)

Bug Fixes

  • ci: mark beta as a prerelease delivery channel (#421) (f33464f)

3.0.0 (2022-09-06)

Features

  • users can now change their branch origin (#414) (fab4ef5)

BREAKING CHANGES

  • forest branch, forest push, forest deploy usage is now based on FOREST_ENV_SECRET

2.7.2 (2022-07-06)

Bug Fixes

  • auth: display a better error message when the provided token is empty (#402) (0648bb3)

2.7.1 (2022-07-04)

Bug Fixes

  • init: correctly generate database url when needed (#384) (4ae33e2)
  • security: patch semantic-release dependencies vulnerabilities (#391) (889f503)
  • security: patch semver-regex dependency vulnerability (#390) (8a05858)

2.7.0 (2022-05-31)

Features

2.6.11 (2022-05-10)

Bug Fixes

  • schema: fix incorrect dateonly model type detection (#377) (441df27)

2.6.10 (2022-05-04)

Bug Fixes

  • upgrade generated project using express-jwt to 6.1.2 (#375) (7dd58d6)

2.6.9 (2022-05-04)

Bug Fixes

  • dockerfile: upgrade generated dockerfile to use node 14 alpine as base (#374) (878233c)

2.6.8 (2022-04-27)

Bug Fixes

  • cors: add access control allow private network handling (#372) (9c324fe)

2.6.7 (2022-04-19)

Bug Fixes

  • security: patch ansi-regex dependency vulnerabilities (8bb7fb5)
  • security: patch ansi-regex dependency vulnerabilities (f0a9693)
  • security: patch async dependency vulnerabilities (78e36e3)
  • security: patch follow-redirects dependency vulnerabilities (1c03034)
  • security: patch jsprim dependency vulnerabilities (14a59d8)
  • security: patch moment dependency vulnerabilities (239c91a)
  • security: patch node-fetch dependency vulnerability (#349) (8c5661c)

2.6.6 (2022-04-19)

Bug Fixes

  • security: patch minimist dependency vulnerabilities (#362) (b675a31)

2.6.5 (2022-04-15)

Bug Fixes

  • deps: remove vulnerability on generated projects (#369) (d00aaca)

2.6.4 (2022-04-06)

Bug Fixes

  • datatypes: MONEY is not automatically generated anymore on Postgresql and MsSql (#360) (ac7ab3e)

2.6.3 (2022-03-28)

2.6.2 (2022-03-22)

Bug Fixes

  • upgraded Mongoose version in order to resolve vulnerabilities (#356) (a1cbee1)

2.6.1 (2022-03-15)

Bug Fixes

  • templates: add link to performance doc in count route (#355) (f7ebd92)

2.6.0 (2022-02-21)

Features

  • send better events during project generation (#348) (60a2800)

2.5.5 (2022-01-03)

Bug Fixes

  • mongodb: fix typos on the "analysis" word (#324) (47670a9)

2.5.4 (2021-12-31)

Bug Fixes

  • logger: allow logger to display object (#321) (d81d5f1)

2.5.3 (2021-12-31)

Bug Fixes

  • mongodb: force to display progress bar by default (#322) (c318970)

2.5.2 (2021-12-30)

Bug Fixes

  • mongodb: fix the onboarding cli when mongodb does't support js (#311) (ee97db2)

2.5.1 (2021-12-10)

Bug Fixes

  • error message when the user wants to create a branch on a remote branch (#285) (2cbde60)

2.5.0 (2021-11-15)

Features

  • reset: allow users to reset layout changes on a remote environment (#284) (1c2ce0e)

2.4.1 (2021-10-28)

Bug Fixes

  • change the method to generate files to be compatible with sequelize@6 (#267) (4600ffe)

2.4.0 (2021-10-26)

Bug Fixes

  • display projects when connected with sso (#265) (83ec508)

Features

  • show if the user is connected via sso or not (#266) (5a5a865)

2.3.6 (2021-10-22)

Bug Fixes

  • docker: avoid using NODE_PATH in docker (#260) (fe5e365)

2.3.5 (2021-10-14)

Bug Fixes

  • docker: pass schema directory via process environment (#229) (0005856)

2.3.4 (2021-09-22)

Bug Fixes

  • security: patch hosted-git-info dependency vulnerabilities (#228) (aee5744)

2.3.3 (2021-09-22)

Bug Fixes

  • security: patch glob-parent dependency vulnerability (#185) (ec0e407)
  • security: patch hosted-git-info dependency vulnerability (#187) (6ba6afb)
  • security: patch normalize-url dependency vulnerability (#181) (dbdc185)

2.3.2 (2021-09-22)

Bug Fixes

  • security: patch dependencies of dependencies vulnerabilities (#227) (b0875f5)

2.3.1 (2021-09-22)

Bug Fixes

  • security: patch jose dependency vulnerability (#161) (f224f04)
  • security: patch path-parse dependency vulnerabilities (#214) (9532d3f)
  • security: patch semantic-release vulnerabilities (#225) (abd1aff)
  • security: patch tmpl dependency vulnerabilities (#224) (3a6a4ae)

2.3.0 (2021-09-02)

Features

  • display the auth secret when creating an environment (#219) (6320f5d)

2.2.8 (2021-08-25)

Bug Fixes

  • dumper: ignore stats model name when generating/updating project to avoid route conflicts (#216) (649f802)

2.2.7 (2021-08-16)

Bug Fixes

  • correct HTML markup in generated view/index.html (#215) (5968d15)

2.2.6 (2021-08-04)

Bug Fixes

  • automatically add fieldsToFlatten property for mongoose projects to the generated files (#212) (08b5661)

2.2.5 (2021-08-03)

Bug Fixes

  • avoid details route conflicting with count when overriding details route (#211) (0060bfd)

2.2.4 (2021-07-26)

Bug Fixes

  • transmit databaseSchema in command projects:create (#210) (c6fd2e3)

2.2.3 (2021-07-23)

Bug Fixes

  • handle properly mongo connection close (#209) (4a6da5d)

2.2.2 (2021-07-20)

2.2.1 (2021-07-16)

2.2.0 (2021-07-15)

Bug Fixes

Features

2.2.0-beta.4 (2021-07-13)

2.2.0-beta.3 (2021-07-12)

Bug Fixes

  • logout also logout from forest.d folder (#202) (4adb531)

2.2.0-beta.2 (2021-07-12)

Bug Fixes

2.2.0-beta.1 (2021-07-09)

Features

2.1.2 (2021-06-17)

Bug Fixes

  • validate that project id is an integer instead of a string (#194) (dd1eac3)

2.1.1 (2021-06-10)

Bug Fixes

  • accept new meta key format for forestadmin schema (#182) (360b1a7)

2.1.0 (2021-05-26)

Features

  • switch-command: add branch:switch alias (#170) (a4ab481)

2.0.8 (2021-05-25)

2.0.7 (2021-05-25)

Bug Fixes

  • update cli-table dependency (28638b2)

2.0.6 (2021-04-29)

Bug Fixes

  • add missing keys isReadOnly for actions fields, isPrimaryKey and foreignAndPrimaryKey for fields (5c031cc)

2.0.5 (2021-04-09)

Bug Fixes

  • dwo: allow to deploy on remote non production reference environment (d68c52a)

2.0.4 (2021-04-06)

Bug Fixes

  • security: patch marked dependency vulnerabilities (#157) (f99829b)

2.0.3 (2021-04-06)

Bug Fixes

  • security: patch ini dependency vulnerabilities (#156) (6e2f979)

2.0.2 (2021-04-06)

Bug Fixes

  • security: patch y18n dependency vulnerabilities (#155) (2786cd1)

2.0.1 (2021-03-19)

Bug Fixes

  • logout: logout command now works as expected (#153) (c289d7f)

2.0.0 (2021-02-23)

Bug Fixes

Features

  • login without entering a password, and use application tokens (#136) (6bc64e8)

BREAKING CHANGES

  • the default login method now require to validate a temporary code on Forest Admin

2.0.0-beta.3 (2021-02-22)

Bug Fixes

  • serialize hooks information with schema:apply (#139) (2e0589a)

1.7.6 (2020-12-24)

Bug Fixes

  • serialize hooks information with schema:apply (#139) (2e0589a)

2.0.0-beta.2 (2020-12-23)

Bug Fixes

2.0.0-beta.1 (2020-12-18)

Features

  • login without entering a password, and use application tokens (#136) (6bc64e8)

BREAKING CHANGES

  • the default login method now require to validate a temporary code on Forest Admin

1.7.5 (2020-12-03)

Bug Fixes

  • prevent installation error due to premature evaluation caused by a dependency (99799e3)

1.7.4 (2020-11-26)

Bug Fixes

  • deploy-command: allow project to be passed in as argument using --projectId or -p (#122) (2e36d3c)

1.7.3 (2020-11-20)

Bug Fixes

  • push-command: allow project to be passed in as argument using --projectId or -p (#123) (fd6250e)

1.7.2 (2020-09-24)

Bug Fixes

  • change link to docs in the init command (#112) (35a114e)

1.7.1 (2020-09-07)

Bug Fixes

  • test: isolate temporary files to reduce random test fails (#107) (e9717bc)

1.7.0 (2020-08-21)

Features

  • add includeLegacy parameter to project by env secret retrieval (#106) (d32c0ad)

1.6.3 (2020-08-17)

Bug Fixes

  • commands: add newline at end of generated .env file (#104) (8dc6ec7)
  • commands: remove Slack reference in error messages (#105) (d2b1d6c)

1.6.2 (2020-08-17)

Bug Fixes

  • add missing forest-environment-id header to deploy command API call (#103) (902d0e6)

1.6.1 (2020-07-30)

Bug Fixes

  • vulnerabilities: bump 2 dependencies of dependencies (#96) (fb17fbe)

1.6.0 (2020-06-24)

Features

1.5.3 (2020-06-19)

Bug Fixes

  • commands: update misleading error message for push command (#92) (4c406c7)

1.5.2 (2020-06-02)

Bug Fixes

  • remove "Cannot read property 'dim' of undefined" message when command is not found (#89) (e9a85b6)

1.5.1 (2020-06-01)

Bug Fixes

  • commands: make each commands run as expected (0531c08)

1.5.0 (2020-06-01)

Features

  • command: add new push branch command (#78) (f255fba)

1.4.1 (2020-05-28)

Bug Fixes

  • branch: fix switch command when environment has no current branch (#88) (d118b1f)
  • homogenize all displayed error messages style (#87) (2f14aa4)

1.4.0 (2020-05-27)

Features

1.3.4 (2020-05-26)

Bug Fixes

  • homogenize the format of the command descriptions (#83) (4a1aecb)

1.3.3 (2020-05-20)

Bug Fixes

  • authentication: fix login and logout messages (#80) (da42a02)

1.3.2 (2020-05-20)

Bug Fixes

  • spinner: avoid promise failures on paused spinner (#75) (bc11afe)

1.3.1 (2020-05-19)

Bug Fixes

  • spinner: fix cli lock on spinner pause (#73) (d7bdad6)

1.3.0 (2020-05-18)

Bug Fixes

  • spinner: remove unneeded check on attachToPromise (#71) (75fa9e9)

Features

  • branch: add switch command (#61) (74f401a)
  • add new spinner singleton instance and service for cli commands (#68) (2379db4)

RELEASE 1.2.0 - 2020-05-13

Added

  • Technical - Add sonar lint.
  • Technical - Make the CI lint the commit messages.
  • Readme - Add the test coverage badge.
  • Technical - Add unexpected error management in tests.
  • Technical - Add an api error deserializer.
  • Branch command - Add --help option.
  • Branch command - Add branch creation.
  • Branch command - Add branch list.
  • Branch command - Add branch delete.
  • Branch command - Allow users to specify a custom target project.

Changed

  • Technical - Untrack IDE .idea folder.
  • Technical - Reduce the complexity of Prompter.isRequested method.
  • Technical - Introduce conventional commits.
  • Technical - Adapt release manager to conventional commits.
  • Tests - Add test for forest environments:create command.
  • Technical - Use Jest instead of Mocha for the test base.
  • Technical - Rename the class of the environments update command.
  • Technical - Remove CI configuration warnings.
  • Technical - Remove useless CI configuration.
  • Readme - Update the community badge.
  • Dependencies - Get rid of useless dev dependencies (globby, moment, nyc, semver).

Fixed

  • Authentication - Exit any process if the authentication fails.
  • Tests - Fix authentication problems during tests.
  • Security - Patch acorn dependency vulnerabilities.
  • Dependencies - Get rid of useless git-hooks dependency.

RELEASE 1.1.0 - 2020-03-20

Added

  • Environments - Add environments:update command.
  • Authentication - Add Google authentication.
  • Technical - Add tests on google authentication.
  • Technical - Add lint pre-commit-hook.
  • Tests - Add test for forest environments command.

Changed

  • Technical - Clean temporary tests files.
  • Logs - Remove worrisome emojis (such as fire and skulls) from error messages.
  • Login command - Perform login before any authenticated operation if not already logged.
  • Commands - Ease the selection of project.
  • Technical - Remove caching of authToken and api endpoint.
  • Logout command - Display an explicit message when users having a lumber session try to logout.

RELEASE 1.0.5 - 2020-03-10

Fixed

  • Apimap Apply - Fix apply on recent apimap.

RELEASE 1.0.4 - 2020-03-10

Added

  • Versioning - Configure the warn-if-update-available plugin that warns when a new version is available.
  • Prompt - Add the @oclif/plugin-not-found plugin which print "did you mean ...?" to correct the user input.

Changed

  • Readme - Add a community section.
  • Readme - Remove the Licence section as it is already accessible in the Github page header.
  • Technical - Upgrade ESLint rules.
  • Technical - Replace package-lock.json by yarn.lock.
  • Technical - Upgrade the CI Node version.
  • Technical - Add the linter in the CI.
  • Authentication - Try to authenticate using .lumberrc
  • Technical - Ignore .iml files

Fixed

  • License - Add missing license file.

RELEASE 1.0.3 - 2019-07-31

Added

  • Updates - Warn users if an update of the Toolbelt is available.

Changed

  • Technical - Rename environment variable SERVER_HOST to FOREST_URL.
  • Security - Patch lodash dependency vulnerabilities.

Fixed

  • Build - Fix build script.

RELEASE 1.0.2 - 2019-03-28

Changed

  • Login command - Add env variables to avoid prompt in the login command.

RELEASE 1.0.1 - 2019-02-14

Changed

  • Readme - Improve the wording.
  • Help - Improve a command description.

RELEASE 1.0.0 - 2019-02-14

Added

  • Projects - Authenticated users can list their projects.
  • Environments - Authenticated users can list/create/delete their environments.
  • Environments - Authenticated users can copy the layout from one environment to another.
  • Environments - Authenticated users can manually apply the schema of an environment if it uses the liana version 3+ (with a .forestadmin-schema.json).