Skip to content

v6.6.0

Choose a tag to compare

@pluma pluma released this 27 Aug 22:49
264ff8c

Changed

  • Reimplemented collection.import

    The previous implementation was broken. The new implementation should be backwards-compatible
    in cases where it previously wasn't broken but is more flexible and also handles buffers.

Fixed

  • Added missing dependency on @types/node (#567)

    This should solve TypeScript errors when the dependency was not already added.