okwolf / hyperapp-logger

Log Hyperapp state updates and action information to the console.
MIT License
47 stars 5 forks source link

Hyperapp 0.16.2+ support #11

Closed okwolf closed 6 years ago

okwolf commented 6 years ago

Updates for the latest Hyperapp including removing modules and D => S => A point-free style.

Also closes #9.

codecov[bot] commented 6 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          27     25    -2     
  Branches        7      4    -3     
=====================================
- Hits           27     25    -2
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7d3b7b3...6ff48a1. Read the comment docs.

okwolf commented 6 years ago

@JorgeBucaran any concerns before I merge this?