Skip to content

PSCouchDB v1.6

Compare
Choose a tag to compare
@MatteoGuadrini MatteoGuadrini released this 24 Jul 14:33
· 474 commits to master since this release

Release notes

  • Rewrite a Find-CouchDBDocuments: now accept two type of arguments; see help or wiki.
  • Add alias for all cmdlets; discover with this:
Get-Command -Module PSCouchDB | foreach { Get-Alias -Definition $_.name -ea 0 }
  • Add PSCouchDBQuery class; with this you can build any type query and parse to Find-CouchDBDocuments; see help of cmdlet:
help Find-CouchDBDocuments -Example