Skip to content

Releases: mycolorway/simple-module

v2.0.7

28 Dec 04:44
1783796
Compare
Choose a tag to compare
Update package.json

v3.0.3

20 Jun 16:04
Compare
Choose a tag to compare
  • 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

19 Mar 07:45
Compare
Choose a tag to compare
  • FIX: remove useless return after throwing error
  • ADD: coffeelint build task
  • ADD: test coverage build task and increase test coverage

v3.0.1

15 Mar 14:59
Compare
Choose a tag to compare
  • FIX: incorrect publish of v3.0.0 on npm

v3.0.0

15 Mar 14:13
Compare
Choose a tag to compare
  • 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

19 May 04:16
Compare
Choose a tag to compare
  • FIX: wrong export object name

v2.0.5

19 May 02:37
Compare
Choose a tag to compare
  • Rename npm package name to simple-module

v2.0.4

18 Nov 13:29
Compare
Choose a tag to compare
  • 修正了uglify mangle选项会导致报错的问题。现在被connect的Plugin类需要设置pluginName属性

v2.0.3

16 Oct 09:56
Compare
Choose a tag to compare
  • 取消了event delegate的机制(用eventDelegate触发事件会引起很多问题)

v2.0.2

14 Oct 13:38
Compare
Choose a tag to compare
  • 修复了挂载插件相关的若干bug