Skip to content

Commit

Permalink
Adaptation also to version 3.X
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed Mar 3, 2020
1 parent 4f77d5e commit 3f8474b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Release notes

## 1.14.0
Mar 03, 2020

Fix *Value* param on **Find-CouchDBDocuments**
Fix *Key* param on **Get-CouchDBDocument**
Fix **Clear-CouchDBDocuments**
Add issue template cmdlet bug
Add issue template cmdlet enhancement
Add issue template **PSCouchDBQuery** class bug
Add issue template **PSCouchDBQuery** class enhancement
Add issue template **PSCouchDBDesignDoc** class bug
Add issue template **PSCouchDBDesignDoc** class enhancement
Improved **Grant-CouchDBDatabasePermission** cmdlet
Re-adaptation of the **Revoke-CouchDBDatabasePermission** cmdlet
Add pull request template
Fix **Search-CouchDBFullText** *UseQueries* param
Add *ReadOnly* validation function to **PSCouchDBDesignDoc**
Added remote possibilities for database copying
Fix **Get-CouchDBDatabaseInfo**
Fix **Restart-CouchDBServer** on Unix based os
Fix **Copy-CouchDBDatabase** cmdlet
Fix issue #1523,#2092,#2336,#2475 for default port
Add deprecation shows and list in design documents class


## 1.13.0
Sep 18, 2019

Expand Down
4 changes: 2 additions & 2 deletions PSCouchDB/PSCouchDB.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSCouchDB.psm1'

# Version number of this module.
ModuleVersion = '1.13.9'
ModuleVersion = '1.14.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -30,7 +30,7 @@
Copyright = '(c) Matteo Guadrini. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Powershell module for CouchDB v2.X'
Description = 'Powershell module for CouchDB v2.X and v3.X'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.0'
Expand Down

0 comments on commit 3f8474b

Please sign in to comment.