Skip to content

Commit

Permalink
migrate spm@3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed May 17, 2014
1 parent b7ab56c commit 17b4e55
Show file tree
Hide file tree
Showing 17 changed files with 1,676 additions and 2,531 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ node_modules
sea-modules
tests/coverage.html
.cache
dist/
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: node_js

node_js:
- 0.10
- "0.10"

install:
- npm install mocha-browser nico
- npm install spm@ninja coveralls

before_script:
- git clone git://github.com/aralejs/nico-arale.git _theme
- node_modules/.bin/nico build --theme _theme -C _theme/nico.js
- node_modules/spm/bin/spm-install

script:
- node_modules/.bin/mocha-browser _site/tests/runner.html -S
- node_modules/spm/bin/spm-test

after_success:
- npm install jscoverage coveralls
- node_modules/.bin/jscoverage --encoding=utf8 src _site/src-cov
- node_modules/.bin/mocha-browser _site/tests/runner.html?cov -S -R lcov | node_modules/.bin/coveralls
- node_modules/spm/bin/spm-test --coveralls | node_modules/.bin/coveralls
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 1.4.0

迁移 spm@3.x

## 1.3.1

`tag:fixed` 修复 for/in 数组的 bug
Expand Down Expand Up @@ -86,7 +90,7 @@
`tag:new` [#11](https://github.com/aralejs/autocomplete/issues/11) 控制按键频率。

`tag:new` [#13](https://github.com/aralejs/autocomplete/issues/13) dataSource 支持 ajax。

`tag:new` [#15](https://github.com/aralejs/autocomplete/issues/15) 提供 selectFirst 参数。

`tag:new` [#16](https://github.com/aralejs/autocomplete/issues/16) dataSource 支持复杂的结构。
Expand Down
38 changes: 0 additions & 38 deletions Makefile

This file was deleted.

1 change: 1 addition & 0 deletions autocomplete.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./src/autocomplete');
Loading

0 comments on commit 17b4e55

Please sign in to comment.