Skip to content

Latest commit

 

History

History
177 lines (58 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

177 lines (58 loc) · 4.36 KB

Change Log

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

1.1.7 (2019-11-30)

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

1.1.6 (2019-11-09)

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

1.1.5 (2019-09-21)

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

1.1.4 (2019-08-21)

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

1.1.3 (2019-08-16)

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

1.1.2 (2019-07-31)

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

1.1.1 (2019-07-12)

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

1.1.0 (2019-07-07)

Bug Fixes

  • csp: TS strictNullChecks, update various return types (da909ac)

Features

  • csp: enable TS strict compiler flags (refactor) (3d7fba2)
  • csp: update Mult.tap() to use set semantics (c9bc953)

1.0.19 (2019-05-22)

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

1.0.18 (2019-04-26)

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

1.0.17 (2019-04-24)

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

1.0.16 (2019-04-15)

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

1.0.15 (2019-04-03)

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

1.0.14 (2019-04-02)

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

1.0.13 (2019-03-28)

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

1.0.0 (2019-01-21)

Bug Fixes

  • csp: disable __State reverse enum lookup (3b8576f)

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.

0.3.64 (2018-09-24)

Performance Improvements

  • csp: State => const enum (c3e8d68)

0.3.11 (2018-02-08)

Bug Fixes

  • csp: fix #5, example in readme (a10a487)
  • csp: fix #5, more example fixes (rfn calls) (080c2ee)