Skip to content

v1.0.0-rc.6

Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 26 Jan 23:00
· 27 commits to master since this release
FEATURES
  • remove default export from index (b734db8)
  • add count (505f0df)
  • isEmpty: treat whitespace-only strings as empty (a203e5e)
BREAKING CHANGES
  • there are now only named exports from the main stunsail package. Use import * as stunsail from 'stunsail' instead of a default import.
  • isEmpty: isEmpty now considers strings consisting of only whitespace empty.