Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
87 lines (39 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

87 lines (39 loc) · 2.3 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.1 (2019-05-29)

Bug Fixes

  • npm: 🐛Fix publish to yarnkng (ab84289)
  • scroll: 🐛Fix scroll not triggered (c20e218)

2.1.0 (2019-04-26)

Features

  • scan: ✨Support scan current state (6973039)

2.0.0 (2017-05-31)

Bug Fixes

  • bundle: 📦Support IE9 in rollup bundle (95da4c4)

build

  • bundle: 💥Make rollup bundle support umd (3819024)

Code Refactoring

  • Project: 💥Rename impression.js to [@vivaxy](https://github.com/vivaxy)/impression (4f57e8a)

BREAKING CHANGES

  • Project: Rename npm package.
  • bundle: Removed exports.default and module.exports usage in npm package

1.1.3 (2017-04-19)

Bug Fixes

  • rollup: 🐛Fix rollup bundle without EventEmitter3 (b2745c8)

1.1.2 (2017-04-19)

1.1.1 (2017-03-08)

Bug Fixes

  • 🐛Fix default options; Update README.md; Using yarn; Using standard-version; (253c308)

1.1.0 more APIs, more accuracy when telling impression changed

  • added types into callback arguments
  • added observers events
  • end event now triggered by beforeunload browser event

1.0.1 bugfix

  • fixed event callback data

1.0.0 first version