Skip to content

Latest commit

 

History

History
106 lines (52 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

106 lines (52 loc) · 3.66 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.31 (2020-09-13)

Note: Version bump only for package @thi.ng/dcons

2.2.30 (2020-08-28)

Note: Version bump only for package @thi.ng/dcons

2.2.29 (2020-08-17)

Note: Version bump only for package @thi.ng/dcons

2.2.28 (2020-08-16)

Note: Version bump only for package @thi.ng/dcons

2.2.0 (2019-11-30)

Features

  • dcons: add dcons() factory fn (syntax sugar) (6e09446)
  • dcons: add ISeqable impl (seq()) & tests (1cfb02a)
  • dcons: add sort(), update shuffle(), add tests (f6bbcd5)

2.1.0 (2019-07-07)

Bug Fixes

  • dcons: .toString() impl, use String() conv for values (d6b1f11)

Features

  • dcons: address TS strictNullChecks flag, minor optimizations (cb5ad93)
  • dcons: enable TS strict compiler flags (refactor) (4e73667)

2.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • enabled multi-outputs (ES6 modules, CJS, UMD)
  • build scripts now first build ES6 modules in package root, then call scripts/bundle-module to build minified CJS & UMD bundles in /lib
  • all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.

1.1.0 (2018-08-24)

Features

  • dcons: add IReducible impl, update deps & imports (1280cfd)

1.0.0 (2018-05-12)

Code Refactoring

BREAKING CHANGES

  • dcons: due to @thi.ng/api/IStack update, pop() now returns popped value instead of the list itself
  • minor other refactoring

0.3.0 (2018-04-22)

Features

  • dcons: add asHead()/asTail() (19f7e76)

0.2.0 (2018-04-10)

Features

  • dcons: add IEmpty impl, minor refactoring (10c089a)