Skip to content

Releases: mostjs/hold

Update to @most/core

21 Sep 11:57
Compare
Choose a tag to compare
  • Use @most/hold >= 3.0.0 with @most/core 0.x and 1.x
    • Use @most/hold < 3.0.0 with most 1.x

Named Exports

27 Jan 15:23
Compare
Choose a tag to compare

Switch to named exports, rather than default exports.

// before
import hold from '@most/hold'
// now
import { hold } from '@most/hold'