Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 710 Bytes

ChangeLog.md

File metadata and controls

36 lines (28 loc) · 710 Bytes

2.3.1

  • Fix rollup hook: ongenerate -> onwrite, generateBundle -> writeBundle
  • Fallback to live reload

2.3.0

2.2.6

  • Fix Vulnerability

2.2.5

  • Enhancement:
    1. Refactoring rollup-plugin-hotreload.js and add helpers
    2. add build CI and some jest tests

2.2.4

  • Enhancement:
    1. reduce too many unnecessay event source request

2.2.3

  • Fix bug:
    1. NODE_ENV window support

2.2.2

  • Fix bug:
    1. write after end
    2. fix wrong hotreload file path

2.1.2

  • Multiple files hotreload supported
  • Auto injected into HTML supported
  • EventSource (depended on browsers)