Skip to content

Releases: osdevisnot/klap

v4.0.5

14 Jan 19:24
Compare
Choose a tag to compare

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

11 Jan 22:55
3cff849
Compare
Choose a tag to compare

4.0.4 (2020-01-11)

Bug Fixes

  • address sourcemap issues and misc refactor (3cff849)

v4.0.3

03 Jan 06:06
Compare
Choose a tag to compare

4.0.3 (2020-01-03)

Bug Fixes

  • fix servor to prevent clear screen on start command (4f4f530)

v4.0.2

03 Jan 00:00
Compare
Choose a tag to compare

4.0.2 (2020-01-02)

Bug Fixes

  • disable google closure compiler until we resolve the import issues (76833ee)

v4.0.1

02 Jan 23:25
Compare
Choose a tag to compare

4.0.1 (2020-01-02)

Bug Fixes

  • fix missing return for exec function (8987b87)

v4.0.0

02 Jan 22:54
98ddab0
Compare
Choose a tag to compare

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

02 Jan 08:03
6fe6ac4
Compare
Choose a tag to compare

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

24 Dec 07:32
2e9cc51
Compare
Choose a tag to compare

3.6.1 (2019-12-24)

Bug Fixes

  • add $ to mangle regex and init improvements (#25) (2e9cc51)

v3.6.0

23 Dec 18:57
7465019
Compare
Choose a tag to compare

3.6.0 (2019-12-23)

Bug Fixes

Features

  • improved init command with typescript scaffolding (47b959c)

v3.5.4

20 Dec 04:25
e958e7b
Compare
Choose a tag to compare

3.5.4 (2019-12-20)

Bug Fixes