Skip to content

Releases: haltcase/stunsail

v1.0.0-rc.8

Choose a tag to compare

@haltcase haltcase released this 06 Jul 05:31
FEATURES
  • add package exports for node esm support (4c0f30a)

v1.0.0-rc.7

v1.0.0-rc.7 Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 10 Feb 05:56
FEATURES

v1.0.0-rc.6

v1.0.0-rc.6 Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 26 Jan 23:00
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.

v1.0.0-rc.5

v1.0.0-rc.5 Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 12 Jan 23:11
FEATURES
  • add toObjectWith (52459a3)
  • toObject,toObjectWith: return empty object on nil input (b231d3f)
BREAKING CHANGES
  • toObject,toObjectWith: Passing null or undefined to these functions will now result in an empty object.

v1.0.0-rc.4

v1.0.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 02 Jan 16:26
BUG FIXES
  • types: create index for type definitions (58ee0cd)

v1.0.0-rc.3

v1.0.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 02 Jan 01:15
BUG FIXES
  • babel: use local names for generated imports (f6c5f1e)
FEATURES
  • apply,cap: report what type was received in TypeError (c3d1848)
  • pipe: change pipe to accept an argument list instead of array (6d317e2)
  • add TypeScript definitions (a8c09cc)
  • require node 12 (5a80774)
BREAKING CHANGES
  • pipe: pipe now accepts multiple arguments rather than a single array.
  • Support for Node < 12 has been dropped.

v1.0.0-rc.2

v1.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 15 Jan 19:51
BREAKING CHANGES
  • Node versions <8 are no longer supported.
FEATURES
PERFORMANCE
  • move some regexes to constants (a87e0a7)

v1.0.0-rc.1

v1.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 22 Dec 19:04

Initial release candidate.