Skip to content

Releases: mutongx/p4m

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 16 Jan 08:12
Release 0.5.2

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Jan 14:30
Support default value for ActionsMapping to avoid unknown action rais…

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 14:01
Update to 0.5.0

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 04 Jan 07:13
Update CHANGELOG

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 02:55
Update changelog

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Dec 08:28
Update changelog for 0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 08:11
Update changelog and release v0.3.0

v0.3.0b1

Choose a tag to compare

@github-actions github-actions released this 23 Nov 16:48
Update CHANGELOG

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Nov 14:52

Added

  • Support shelve and unshelve command
    • Bug: Both of them have some duplicated codes with others. Will try to fix it in the future.
  • A brand new object specification and parser to convert p4's dict object to JS object, with array support
  • Use GitHub Actions to create releases

Changed

  • A lot of changes in the process of learning TypeScript, with far less type casts in code.

Fixed

  • change command's interactive mode no longer throws exception when invalid change is specified
  • p4 status no longer gives a blank output when it is slow
    • When the internally-invoked p4 change command exits before p4 status command, it looks like that we are not able to catch the exit event. The reason is unknown. Changing the event to close solves the problem, and we should try to investigate it in the future.

v0.1.1b2

v0.1.1b2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Nov 08:03
Update changelog