Skip to content

v0.2.13

Compare
Choose a tag to compare
@vvaezian vvaezian released this 03 Aug 01:38
· 128 commits to master since this release

Added

  • create_collection function

Changed

  • Fixed the issues #20 and #22.
  • Changed the behavior of the copy_collection function. Previously it would copy only the content of the source collection, but now copies the contents together with source collection itself.
    In other words, now a new collection with the same name as the source collection is created in the destination and the content of the source collection is copied into it.
  • Improved the function make_json.