Skip to content

Releases: intersystems/ipm

v0.2.2

22 Apr 16:03
c6845ab
Compare
Choose a tag to compare

fixed bug with getting the latest version of the package

v0.2.1

17 Apr 10:46
5ee72fd
Compare
Choose a tag to compare
  1. Show module repository
    Use -show-repo modifier with search command to show repositories
    zpm: USER>search -show-repo

  2. CSP Applications
    For REST applications no longer need to specify attributes: Directory and Path

  3. 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

  1. Wiki documentation is added

  2. Fix analytics issue

  3. Fix issue when extracted file size less than original

1.0

19 Sep 19:27
64fe188
Compare
Choose a tag to compare
1.0
Update README.md