- fix: forgotten class variables in receiver.
- minor bugs.
- switch option for Asist.
- FIX:
--pre-release
flag was broken. Also now flow was tested.
- FEATURE:
--pre-release
flag added to release command. - UPDATE: docs improvements.
- UPDATE: add logic circle to switching frontend.
PARASUT_PHOENIX_SWITCH_NAME
environment variable changed asPARASUT_PHOENIX_SWITCH_APP_NAME
PARASUT_PHOENIX_SWITCH_OWNER_TYPE_NAME
environment variable added.- UPDATE: minor changes on linking
- DELETE:
git push --tags
command removed from release process; it is already done in "ember release" command. - FEATURE:
printX
repo & its related logic & environments added. - UPDATE: docs improvements
- UPDATE: "git push .." after release.
- FEATURE: new switch subcommand added:
pricing_list
. - UPDATE: docs improvements.
- UPDATE: minor bugs.
- FEATURE:
--yes
flag added for ember release auto login.
- BUG: auto release was working as manuel.
- UPDATE: docs improvements
- REFACTOR: release command logic
- UPDATE:
--auto-login
and--output
options for release command - UPDATE: docs improvements
- UPDATE: new core commands for releasing
version
command added.- bug fixings.
- docs improvements.
post-office
repo added.ubl-validator
repo added.release
command added (beta).- tox python3.5 deprecated
- dependency upgrades.
- editor workspace choosing node,ruby versions now in favor of editor actions.
- all version managers (rvm, yvm, nvm) deprecated in favor of asdf .
- docs improvements.
- UPDATE: rich integrated install script.
- UPDATE: docs improvements.
- FIX: run_process output fix.
- FIX: flake8 warnings.
- FIX: black warnings.
- UPDATE: Docs improvements
- UPDATE: Docs improvements
- DELETE: forgotten paremeters.
- FEATURE: rich integrated. Plugin used in hidden commands.
- FEATURE: new
--output
parameter.switch
andlink
command outputs are now hidden. To show their outputs, use--output
prefix at the end of command chain. - FIX: Yarn error situation was not working properly. Exception was not working. Also, CLI now gets angry for the third time.
- REFACTOR: subprocess structure has been rewritten. Inreractive terminal mode deprecated.
- CREATE: API Reference page added.
- CREATE:
run
command added. - UPDATE: pkg updates.
- FIX: tmux exception problem when there is no server.
- REFACTOR:
rails
subcommand changed asfrontend
. - FIX: typos in core.
- FIX: dependencies now installing at installation.
- FIX: state mechanism refactored. There was a FileNotFoundError.
- FIX:
start
command now appending new windows existing session if you run start command in detached mode. - UPDATE: note added to start command.
- Docs improvements
- Docs improvements
- Docs improvements
- Docs installation and usage page improvements.
- Sphinx upgrade.
- Docs improvements
- Documents added on installation.
- Some minor fixings.
- Static type checker mypy added to requirements.
- Black code formatter used.
- Theme changed
- Switch command refactored. added options: addlings, rails.
- Link command base repo argument required now.
- All important environments now coming outside of project.
- Cli now checking env variables; at exception.Keyerror situation, cli logging missing argument with warning.
- Start command refactored.
- Link list command shortening removed. at the moment only option is "--list".
- Parser indent fixed.