Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI Changelog #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
## 2.3.0
### Changed
- Official Release

## 2.3.0-rc.1
### Changed
- FIO-7661: fix self signed certificate error

## 2.2.0
### Changed
- FIO-7371: API source for clone command and updated tests
- FIO-7018: Add tests to CLI tool

## 2.1.0
### Changed
- Fixing issues with updating the roles of submissions to the destination role ids
- FIO-7179: fix object mutation that will clobber project settings
- Fixed issue with migrating form roles.
- Refactor clone 2
- FIO-7165: Fixes forms migrated without type field

## 2.1.0-rc.3
### Changed
- Fixing issues with the project query for src and dst clones
- Fixed options for dest project

## 2.1.0-rc.2
### Changed
- Fixing the role cloning

## 2.1.0-rc.1
### Changed
- Making changes to speed up clone process [b29b2b4] (https://github.com/formio/cli/commit/b29b2b472c8d9b7e2ffeacd58036439956d0f393)
- Another clone command refactor [a63adb2] (https://github.com/formio/cli/commit/a63adb250b38172273b915b46fb3dea2f1c46248)
- More refactor and cleanup [101b5ce] (https://github.com/formio/cli/commit/101b5ce3d0181eadae8169eeef9c353477f1184d)

## 2.0.1
### Changed
- Do not print out the submission revisions
- Update Readme.md

## 2.0.0
### Changed
- FIO-6963: Replace all formio-service mentions in src directory to node-fetch
- Refactoring clone command [0602bc6] (https://github.com/formio/cli/commit/0602bc6826359ef938ceb28678435b54bb4793fb)
- Fixing role ids cloning. [281e5a2] (https://github.com/formio/cli/commit/281e5a27c633062f2aaccf733b8909b9d2e83dc0)
- multiple fixes and improvements [5b33a12] (https://github.com/formio/cli/commit/5b33a127d4bbf6633ada8a40190e5e233f7aae16)
- bump up the version to 2.x and change the repo name
- FIO-6935: Fix cloning source project to new DB and add helper method to find last element in the collection
- FIO-6935: Adds db connections closing, improved submissions with references mapping, fixed submissions only option
- FIO-6935: Fixes encrypted fields and access migration
- FIO-6935: Fixes cloning from OSS project
- FIO-6935: Update logo
- FIO-6935: Disable --update-existing option for OSS
Loading