Releases: intersystems/ipm
Releases · intersystems/ipm
v0.2.2
v0.2.1
-
Show module repository
Use -show-repo modifier with search command to show repositories
zpm: USER>search -show-repo
-
CSP Applications
For REST applications no longer need to specify attributes: Directory and Path -
Custom parameters to modules installation support
Add Default element in the module.xml to define a parameter and default value
<Defaults>
<Default Name="count" Value="7" />
</Defaults>
Use parameters in module.xml as ${count}
In install command use -Dcount=42 to pass a new value
-
Wiki documentation is added
-
Fix analytics issue
-
Fix issue when extracted file size less than original