All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.1.34 (2020-07-28)
Note: Version bump only for package @thi.ng/csp
1.1.33 (2020-07-17)
Note: Version bump only for package @thi.ng/csp
1.1.32 (2020-07-08)
Note: Version bump only for package @thi.ng/csp
1.1.31 (2020-07-08)
Note: Version bump only for package @thi.ng/csp
1.1.30 (2020-07-04)
Note: Version bump only for package @thi.ng/csp
1.1.29 (2020-07-02)
Note: Version bump only for package @thi.ng/csp
1.1.28 (2020-06-20)
Note: Version bump only for package @thi.ng/csp
1.1.27 (2020-06-14)
Note: Version bump only for package @thi.ng/csp
1.1.26 (2020-06-01)
Note: Version bump only for package @thi.ng/csp
1.1.25 (2020-06-01)
Note: Version bump only for package @thi.ng/csp
1.1.24 (2020-05-29)
Note: Version bump only for package @thi.ng/csp
1.1.0 (2019-07-07)
- csp: TS strictNullChecks, update various return types (da909ac)
- csp: enable TS strict compiler flags (refactor) (3d7fba2)
- csp: update Mult.tap() to use set semantics (c9bc953)
1.0.0 (2019-01-21)
- csp: disable __State reverse enum lookup (3b8576f)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- 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)
- csp:
State
=> const enum (c3e8d68)