Releases: mycolorway/simple-module
Releases · mycolorway/simple-module
v2.0.7
v3.0.3
- CHG: use jQuery 3.0 instead of EventEmitter2 and lodash
- CHG: use phantomjs for browser testing
- CHG: improve bundle technique, which makes it an UMD module since now.
v3.0.2
- FIX: remove useless return after throwing error
- ADD: coffeelint build task
- ADD: test coverage build task and increase test coverage
v3.0.1
- FIX: incorrect publish of v3.0.0 on npm
v3.0.0
- Fresh new start. Now Providing event emitter, mixins and plugins features for browser or node sub-modules.
- Changed: replace jQuery with lodash as dependency.
- Changed: replace grunt with gulp for build and publish automation.
- Changed: use jade to generate doc site instead of jekyll.
- Removed: i18n features, please use dedicated i18n module like i18next instead.
v2.0.6
- FIX: wrong export object name
v2.0.5
- Rename npm package name to
simple-module
v2.0.4
- 修正了uglify mangle选项会导致报错的问题。现在被connect的Plugin类需要设置pluginName属性
v2.0.3
- 取消了event delegate的机制(用eventDelegate触发事件会引起很多问题)
v2.0.2
- 修复了挂载插件相关的若干bug