Releases: osdevisnot/klap
Releases · osdevisnot/klap
v4.0.5
4.0.5 (2020-01-14)
Bug Fixes
- remove $ variable name mangling from terser (0ba8881)
- upgrade dev dependencies to latest version (11cbac0)
v4.0.4
4.0.4 (2020-01-11)
Bug Fixes
- address sourcemap issues and misc refactor (3cff849)
v4.0.3
4.0.3 (2020-01-03)
Bug Fixes
- fix servor to prevent clear screen on start command (4f4f530)
v4.0.2
4.0.2 (2020-01-02)
Bug Fixes
- disable google closure compiler until we resolve the import issues (76833ee)
v4.0.1
4.0.1 (2020-01-02)
Bug Fixes
- fix missing return for exec function (8987b87)
v4.0.0
4.0.0 (2020-01-02)
Bug Fixes
- cleanup map files during build (cb63bf4)
- don't create files if variations exists (9567d0d), closes #29
- read browserlist form
pkg.browserlist
as opposed to pkg.klap.browserlist
(8c8ad50)
- remove prettier configuration (5f5def5), closes #30
- upgrade dev dependencies (fe6cd09)
- upgrade dev dependencies (3a8f1a8)
Features
- google closure compiler support for klap (f70194b)
- remove options for jsx pragma, now determined automatically (f153db7)
BREAKING CHANGES
- Many of react like javascript frameworks seem to standardize on
h
being a JSX
pragma function. We assume this for klap
if react
is not listed in project dependencies
v3.6.2
3.6.2 (2020-01-02)
Bug Fixes
- catch
exec
exceptions in utils & provided err message for klap init
(6729494), closes #27
- init.js: silently handles exceptions thrown by child_process (83cc45a), closes #27
v3.6.1
3.6.1 (2019-12-24)
Bug Fixes
- add $ to mangle regex and init improvements (#25) (2e9cc51)
v3.6.0
3.6.0 (2019-12-23)
Bug Fixes
Features
- improved init command with typescript scaffolding (47b959c)
v3.5.4
3.5.4 (2019-12-20)
Bug Fixes