Releases: mutongx/p4m
Releases · mutongx/p4m
Release list
v0.5.2
v0.5.1
Support default value for ActionsMapping to avoid unknown action rais…
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.3.0b1
v0.2.0
Added
- Support
shelveandunshelvecommand- 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
changecommand's interactive mode no longer throws exception when invalid change is specifiedp4 statusno longer gives a blank output when it is slow- When the internally-invoked
p4 changecommand exits beforep4 statuscommand, it looks like that we are not able to catch theexitevent. The reason is unknown. Changing the event toclosesolves the problem, and we should try to investigate it in the future.
- When the internally-invoked
v0.1.1b2
Update changelog