Skip to content

v3.0.0

Latest

Choose a tag to compare

@teppeis teppeis released this 19 Mar 08:25
· 226 commits to main since this release

Breaking Changes

  • Support Node v14+
  • Dual package

Dual package

Now this package includes both pure ESM and CJS files. You can use either import or require.

import { ArrayMultimap } from '@teppeis/multimaps';
const { ArrayMultimap } = require('@teppeis/multimaps');

v2.0.0...v3.0.0